Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In DistributedHerder inĀ reconfigureConnectorTasksWithRetry method there's a callback:
@Override public void onCompletion(Throwable error, Void result) { log.error("Unexpected error during connector task reconfiguration: ", error); log.error("Task reconfiguration for {} failed unexpectedly, this connector will not be properly reconfigured unless manually triggered.", connName); }
It an error message even when the operation succeeded (i.e., error is null).
It should include if (error != null) condition, like in the same class in another method.
Attachments
Issue Links
- links to