abhishekagarwal87 commented on a change in pull request #12167:
URL: https://github.com/apache/druid/pull/12167#discussion_r786939107
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskClient.java
##########
@@ -129,13 +130,14 @@ public boolean resume(final String id)
return deserializeMap(responseContent, Map.class, getPartitionType(),
getSequenceType());
} else if (responseStatus.equals(HttpResponseStatus.ACCEPTED)) {
// The task received the pause request, but its status hasn't been
changed yet.
+ RetryPolicy retryPolicy = newRetryPolicy();
Review comment:
done. Though honestly I never found a strong argument in favor of using
final. Since most variables here are declared final, changing the code to keep
the same style.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]