Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Fix cherry-pick issue of the apache#8304 (apache#8639)
Browse files Browse the repository at this point in the history
Fix cherry-pick issue of the apache#8304

(cherry picked from commit 3795d1f)
  • Loading branch information
codelipenghui committed Nov 20, 2020
1 parent 490f3bf commit 1d96f2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public ZooKeeperCache(String cacheName, ZooKeeper zkSession, int zkOperationTime

this.dataCache = Caffeine.newBuilder()
.recordStats()
.expireAfterWrite(zkOperationTimeoutSeconds, TimeUnit.SECONDS)
.buildAsync((key, executor1) -> null);

this.childrenCache = Caffeine.newBuilder()
Expand Down

0 comments on commit 1d96f2a

Please sign in to comment.