ctubbsii commented on PR #3445:
URL: https://github.com/apache/accumulo/pull/3445#issuecomment-1591610502

   > I choose to leave the set / delete commands silent on success, think that 
may be more friendly if the actions were scripted.
   
   The main use case I was thinking was if a user ran a set or delete 
operation, but wanted to revert it, they wouldn't have any info about what the 
old value was. They also don't get any feedback from the process exit code on 
whether it was successful or not, unless there's an exception thrown (which 
should cause a non-zero exit code).
   
   I was thinking just add DEBUG logging, which can easily be sent to STDERR if 
the user wants to ignore it.
   
   It's not critical, though. The tool is an emergency tool, and is not 
expected to be used carelessly. These would be minor improvements... if we get 
around to it.


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