DomGarguilo commented on code in PR #5763:
URL: https://github.com/apache/accumulo/pull/5763#discussion_r2245706945


##########
server/base/src/main/java/org/apache/accumulo/server/metadata/ServerAmpleImpl.java:
##########
@@ -65,14 +68,29 @@ public class ServerAmpleImpl extends AmpleImpl implements 
Ample {
 
   private final ServerContext context;
   private final ScanServerRefStore scanServerRefStore;
+  private final Supplier<ConditionalWriter> sharedMetadataWriter;
+  private final Supplier<ConditionalWriter> sharedUserWriter;

Review Comment:
   Yea good idea. Fixed that in b588423



-- 
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]

Reply via email to