Skip to content

Commit

Permalink
fix unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nagarajan committed Sep 21, 2023
1 parent 6d5632c commit 5fa6624
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ public AvroGenericStoreClient<String, Utf8> getFastClient() {
clientConfigBuilder.setR2Client(this);
clientConfigBuilder.setMetricsRepository(new MetricsRepository());
clientConfigBuilder.setSpeculativeQueryEnabled(speculativeQueryEnabled);
clientConfigBuilder.setMaxAllowedKeyCntInBatchGetReq(1000);
if (longTailRetryEnabledForBatchGet) {
clientConfigBuilder.setLongTailRetryEnabledForBatchGet(true);
clientConfigBuilder
Expand Down

0 comments on commit 5fa6624

Please sign in to comment.