EdColeman commented on code in PR #3124:
URL: https://github.com/apache/accumulo/pull/3124#discussion_r1102154595
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ActiveScanImpl.java:
##########
@@ -55,6 +55,7 @@ public class ActiveScanImpl extends ActiveScan {
private Map<String,Map<String,String>> ssio;
private String user;
private Authorizations authorizations;
+ private String correlationId;
Review Comment:
`scanLabel` is attractive. `scanId` seems like it should be a UUID (like a
FATE ID) that uniquely identifies the scan in the system for thing like killing
it. This could be an UUID or maybe just a string that provided the caller /
process
Another thought is if there is intent for a parent / child relationship then
the name could reflect that.
--
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]