Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 11, 2023
1 parent 115edc5 commit a26721c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ private void recordAttemptCompletion(@Nullable Throwable throwable) {
attemptTimer.elapsed(TimeUnit.MILLISECONDS));

if (reportBatchingLatency) {
measures
.put(RpcMeasureConstants.BIGTABLE_BATCH_THROTTLED_TIME, batchThrottledLatency);
measures.put(RpcMeasureConstants.BIGTABLE_BATCH_THROTTLED_TIME, batchThrottledLatency);

// Reset batch throttling latency for next attempt. This can't be done in attemptStarted
// because batching flow control will add batching latency before the attempt has started.
Expand Down

0 comments on commit a26721c

Please sign in to comment.