a2l007 commented on a change in pull request #10213:
URL: https://github.com/apache/druid/pull/10213#discussion_r586770325
##########
File path:
server/src/main/java/org/apache/druid/server/coordinator/CuratorLoadQueuePeon.java
##########
@@ -282,14 +297,14 @@ public void run()
() -> {
try {
if (curator.checkExists().forPath(path) != null) {
- failAssign(segmentHolder, new ISE("%s was never removed!
Failing this operation!", path));
+ failAssign(segmentHolder, true, new ISE("%s was never removed!
Failing this operation!", path));
Review comment:
I've modified the message here. Please let me know if this works.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]