keith-turner commented on code in PR #5906:
URL: https://github.com/apache/accumulo/pull/5906#discussion_r2365716366


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java:
##########
@@ -543,9 +543,11 @@ public void putSplits(String tableName, 
SortedMap<Text,TabletMergeability> split
         }, waitExecutor));
       }
 
+      record FateSplits(TFateId opid, List<SplitMergeability> splits) {

Review Comment:
   This is declared in the method, the code was a using a Pair to pass two 
things back from a background computation done in the method.



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