We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415b866 commit c137be3Copy full SHA for c137be3
src/modules/job-manager/event.h
@@ -22,9 +22,6 @@ enum job_manager_event_flags {
22
23
/* EVENT_NO_COMMIT events are the same as any other event, except
24
* that the event is not posted to the job eventlog in the KVS.
25
- * The event is not given a global sequence number, since this would
26
- * cause the events to be numbered incorrectly when replayed from
27
- * the eventlog in the KVS.
28
*/
29
EVENT_NO_COMMIT = 1,
30
};
0 commit comments