Skip to content

Commit 452abc7

Browse files
committed
add a comment
1 parent 3f36f48 commit 452abc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStub.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,8 @@ public Map<String, String> extract(ExecuteQueryRequest executeQueryRequest) {
13601360
// TODO resumption strategy and retry settings
13611361
.build();
13621362

1363+
// Adding RetryingCallable to the callable chain so that client side metrics can be
1364+
// measured correctly. Retries are currently not enabled.
13631365
ServerStreamingCallable<ExecuteQueryCallContext, SqlRow> retries =
13641366
withRetries(withBigtableTracer, retrySettings);
13651367

0 commit comments

Comments
 (0)