kevinrr888 opened a new issue, #4609:
URL: https://github.com/apache/accumulo/issues/4609

   **Describe the bug**
   Starting threads within a constructor can lead to inconsistencies since the 
threads may start and access the object before the object is fully constructed. 
They should instead be started in a separate method that should be called after 
the object is created. It should probably also be noted in the javadoc for the 
constructor that the new method should be called after the Fate is created.
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: 3.x, elasticity
   
   


-- 
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: notifications-unsubscr...@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to