dlmarion opened a new pull request, #5865:
URL: https://github.com/apache/accumulo/pull/5865

   Modified ClusterConfigParser to create the resource groups directly in 
ZooKeeper vs using the API. When the API is used, then it requires the Manager 
process to be up and running. This may not be the case when starting the 
instance via accumulo-cluster.
   
   Modified ResourceGroupOperationsImpl to use ResourceGroupPredicate.ANY when 
getting properties for the resource group. The properties are stored in ZK, so 
any process should be able to retrieve them. Only when getting the 
configuration for the resource group do we need to connect to a process running 
in that resource group.
   
   The remainder of the changes are to enable fixed properties to be set in the 
resource group and perform appropriate warning in the shell.
   
   Related to #5859


-- 
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: [email protected]

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

Reply via email to