EdColeman commented on a change in pull request #2569:
URL: https://github.com/apache/accumulo/pull/2569#discussion_r829243024
##########
File path:
core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java
##########
@@ -183,7 +185,7 @@ public long getUpdateCount() {
localPrefixes.putAll(cachedPrefixProps);
// put the updates
- prefixProps = new PrefixProps(propMap, updateCount);
+ prefixProps = new PrefixProps(propMap, getUpdateCount());
Review comment:
Thanks for catching this - Fixed in 6df9f23cf9
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]