Samunroyu commented on code in PR #1822: URL: https://github.com/apache/incubator-pegasus/pull/1822#discussion_r1462678199
########## java-client/src/main/java/org/apache/pegasus/client/retry/DefaultRetryPolicy.java: ########## @@ -0,0 +1,29 @@ +package org.apache.pegasus.client.retry; + +import java.time.Duration; +import java.util.concurrent.TimeUnit; +import org.apache.pegasus.client.ClientOptions; + +/** + * The default retry policy, which is the only policy before we introduce the retry policy + * mechanism. It only considers the timeout value to calculate the retry delay, that's why\ we need Review Comment: > Why there is '' after the 'why' word? Typo? its typo. i fix it. -- 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]
