Skip to content

Commit

Permalink
[apache#6525] remove all the forced convert
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeetmishr committed Apr 13, 2023
1 parent 0f89d3e commit 77d8357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public boolean recoverConcurrently() {
FutureTask<Boolean> futureTask = new FutureTask<>(() -> {
boolean ret = true;
try {
((FileQueueLifeCycle) logic).recover();
logic.recover();
} catch (Throwable e) {
ret = false;
log.error("Exception occurs while recover consume queue concurrently, " +
Expand Down

0 comments on commit 77d8357

Please sign in to comment.