Jim Klucar created ACCUMULO-1067:
------------------------------------

             Summary: InstanceOperations.setProperty / getSystemConfiguration 
inconsistent state
                 Key: ACCUMULO-1067
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1067
             Project: Accumulo
          Issue Type: Bug
          Components: client
         Environment: Found when testing 1.5/trunk MiniAccumuloCluster, but 
could exist in real clusters.
            Reporter: Jim Klucar
            Assignee: Keith Turner
            Priority: Minor


Performing an InstanceOperations.setProperty followed by an 
InstanceOperations.getSystemConfiguration can show that the property set wasn't 
actually set. This is most likely due to the fact that getSystemConfiguration 
contacts a random tserver to get the configuration, and that request could be 
received before the pub/sub event from Zookeeper is received.  Potential 
solution is to have this method contact the Master directly.

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