s/nocommit/norelease
Original commit: elastic/x-pack-elasticsearch@6523f5caa1
This commit is contained in:
parent
23aef2679d
commit
f98b4a967c
|
@ -229,7 +229,7 @@ public class JobManager extends AbstractComponent {
|
|||
logger.info("Job [" + jobId + "] deleted.");
|
||||
actionListener.onResponse(new DeleteJobAction.Response(true));
|
||||
|
||||
//nocommit: needs #626, because otherwise the audit message re-creates the index
|
||||
//norelease: needs #626, because otherwise the audit message re-creates the index
|
||||
// we just deleted. :)
|
||||
//audit(jobId).info(Messages.getMessage(Messages.JOB_AUDIT_DELETED));
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue