EdColeman opened a new issue #1897:
URL: https://github.com/apache/accumulo/issues/1897


   **Is your feature request related to a problem? Please describe.**
   During development, because of an error on my part, tservers could not 
start.  MiniCluster tests would just hang.  
   
   **Describe the solution you'd like**
   If mini cluster cannot start necessary processes - terminating the instance 
instead of hanging would improve test turn around time. This way more tests may 
run (and fail) rather than waiting for test time-out. Having the test fail does 
provide additional feed back for development.
   
   For my particular case, throwing an IllegalStateException at tserver start 
is enough to trigger the issue.  The stack trace does appear in the tserver(s) 
logs - but those failures do not trigger any action on the mini cluster 
launcher process.
   
   **Describe alternatives you've considered**
   Other than writing correct code?  The way that mini cluster launches tasks, 
the work required to achieve this may not be woth the effort.
   
   **Additional context**
   This is a test / development quality of life improvement.
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to