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


##########
test/src/main/java/org/apache/accumulo/test/ample/metadata/TestAmple.java:
##########
@@ -258,6 +258,32 @@ public ServiceLock getServiceLock() {
       public void setServiceLock(ServiceLock lock) {
         context.setServiceLock(lock);
       }
+
+      @Override
+      public java.util.function.Supplier<ConditionalWriter> 
getSharedMetadataWriter() {
+        return () -> {

Review Comment:
   Yea good idea. Added in 4bbafd2



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