ctubbsii commented on issue #1977: URL: https://github.com/apache/accumulo/issues/1977#issuecomment-809028626
> On the topic of setting config in the shell... why doesn't this work? We are very selective about which properties are configurable in ZooKeeper, because some don't make sense to be read from ZooKeeper after a service has started up, or can cause problems. What you linked in the code is a curated allow list for such properties. The error in the shell reflects the documentation about these properties at https://accumulo.apache.org/docs/2.x/configuration/server-properties that marks them as `zk mutable` (with possible values of `no`, `yes`, and `yes but requires restart of <X service>`). The properties that generate an error in the shell are properties which would be documented as `zk mutable: no`. -- 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]
