dedocibula commented on code in PR #32474:
URL: https://github.com/apache/beam/pull/32474#discussion_r1878904575


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/action/QueryChangeStreamAction.java:
##########
@@ -62,6 +63,7 @@ public class QueryChangeStreamAction {
 
   private static final Logger LOG = 
LoggerFactory.getLogger(QueryChangeStreamAction.class);
   private static final Duration BUNDLE_FINALIZER_TIMEOUT = 
Duration.standardMinutes(5);
+  private static final Duration RESTRICTION_TRACKER_TIMEOUT = 
Duration.standardSeconds(40);

Review Comment:
   Added comment. Basically we are trying to select a value lower than the 
predetermined deadline - 
https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java#L1859-L1871



-- 
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]

Reply via email to