Skip to content

Commit

Permalink
[ISSUE #7343] Rollback modifications to registerProcessor
Browse files Browse the repository at this point in the history
Co-authored-by: guyinyou <[email protected]>
  • Loading branch information
guyinyou and guyinyou authored Sep 11, 2023
1 parent a9e3532 commit 57f04c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,8 @@ public boolean recoverAndInitService() throws CloneNotSupportedException {

initializeResources();

registerProcessor();

initializeScheduledTasks();

initialTransaction();
Expand Down Expand Up @@ -1687,8 +1689,6 @@ public void run() {
}
}
}, 10, 5, TimeUnit.SECONDS);

registerProcessor();
}

protected void scheduleSendHeartbeat() {
Expand Down

0 comments on commit 57f04c9

Please sign in to comment.