mhansonp commented on a change in pull request #6430: URL: https://github.com/apache/geode/pull/6430#discussion_r641026365
########## File path: geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionMap.java ########## @@ -378,6 +365,9 @@ public void close(BucketRegion bucketRegion) { @Override public Set<VersionSource> clear(RegionVersionVector rvv, BucketRegion bucketRegion) { Set<VersionSource> result = new HashSet<VersionSource>(); + long nanoTime = System.nanoTime(); Review comment: done -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org