REQ-2135: 调整命名
This commit is contained in:
parent
6a1aff1b9b
commit
099ebb0574
@ -454,8 +454,8 @@ public class TodoManager {
|
||||
// !! advance state
|
||||
|
||||
private StateAdvanceResult advanceState(TodoRequestContext ctx, StateAdvanceBuilder builder) {
|
||||
// 通过日志反应状态推进失败的原因, 用于排查问题
|
||||
Runnable advanceFailLogger = () -> {
|
||||
// rerun no state query in case of race condition
|
||||
List<Todo> noStateTodos = builder.getNoStateQuery()
|
||||
.orderByDesc(Todo::getId)
|
||||
.list();
|
||||
@ -486,7 +486,6 @@ public class TodoManager {
|
||||
.collect(toSet());
|
||||
pullTodoBroadcaster.fireTodoChanged(executorPersonIds);
|
||||
}
|
||||
// rerun no state query in case of race condition
|
||||
if (updated)
|
||||
ctx.addLogContent("stateAdvanced", true);
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user