JacksonYao287 commented on a change in pull request #2371:
URL: https://github.com/apache/ozone/pull/2371#discussion_r658626456
##########
File path:
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/client/HddsClientUtils.java
##########
@@ -70,6 +71,9 @@ private HddsClientUtils() {
// Not Replicated Exception will be thrown if watch For commit
// does not succeed
.add(NotReplicatedException.class)
+ // for reconPipelineReportHandler , if could not find pipeline
Review comment:
when a scmclient is taking a grpc call, if any exception in this list
thrown, it will stop retry, or else it will try for a maxcount at a specified
interval , which are set at `SCMClientConfig.java`. here , i want
`scmclient.getpipeline()` not to retry if PipelineNotFoundException is threw.
--
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]