REQ-2135: 添加日志

This commit is contained in:
yanglin 2024-04-01 18:09:43 +08:00
parent 920c3939e8
commit 585fcd414f

View File

@ -481,6 +481,7 @@ public class TodoManager {
.collect(Collectors.toSet());
pullTodoBroadcaster.fireTodoChanged(executorPersonIds);
}
// rerun no state query in case of race condition
if (!updated)
advanceFailLogger.run();
Todo sample = todos.get(0);