Mike Drob created ACCUMULO-1706:
-----------------------------------

             Summary: Admin Utilities Should Respect EPIPE
                 Key: ACCUMULO-1706
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1706
             Project: Accumulo
          Issue Type: Improvement
            Reporter: Mike Drob
            Priority: Minor
             Fix For: 1.6.0


Many of the admin utilities can potentially print a lot of output, but don't 
play nice with standard unix utilities like {{head}}. These tools should 
periodically check if the stdout pipe has been closed, and terminate 
appropriately, instead of continuing to execute and printing output that nobody 
will ever see.

This check can be done using {{System.out.checkError()}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to