jihoonson commented on a change in pull request #6676: Handoff should ignore
segments that are dropped by drop rules
URL: https://github.com/apache/incubator-druid/pull/6676#discussion_r245069795
##########
File path:
server/src/main/java/org/apache/druid/server/http/DatasourcesResource.java
##########
@@ -713,6 +717,7 @@ public Response isHandOffComplete(
return Response.ok(false).build();
}
catch (Exception e) {
+ log.error(e, "");
Review comment:
Please add a proper error message like "Error while handling handoffComplete
request"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]