[ 
https://issues.apache.org/jira/browse/ACCUMULO-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190532#comment-13190532
 ] 

John Vines commented on ACCUMULO-340:
-------------------------------------

We design all of our elements to wait until the other processes it depends on 
to start to retry until it comes online. It makes the start-up a lot easier. We 
have the same idea behind this shell behavior- if a user types in start-all.sh; 
accumulo shell we want it to work as long as it starts up okay. This means 
waiting for things to come online. However, implementing a max wait time to 
wait in the shell isn't a bad idea.
                
> "Failed to find an available server" error should halt shell.
> -------------------------------------------------------------
>
>                 Key: ACCUMULO-340
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-340
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Priority: Trivial
>
> When the "Failed to find an available server" message is produced by the 
> 'accumulo shell" it seems to repeat endlessly. Can the code be changed to 
> halt so the user does not have to press "^C" to kill the process?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to