[
https://issues.apache.org/jira/browse/CURATOR-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14485073#comment-14485073
]
ASF GitHub Bot commented on CURATOR-160:
----------------------------------------
Github user kondratovich commented on the pull request:
https://github.com/apache/curator/pull/53#issuecomment-90881347
```java
// org/apache/curator/framework/imps/GetConfigBuilderImpl.java#52
@Override
public Ensembleable<byte[]> storingStatIn(Stat stat) {
this.stat = new Stat();
return this;
}
````
Seems you are ignoring specified `Stat` object.
> Support Dynamic Reconfig
> ------------------------
>
> Key: CURATOR-160
> URL: https://issues.apache.org/jira/browse/CURATOR-160
> Project: Apache Curator
> Issue Type: Sub-task
> Reporter: Jordan Zimmerman
> Assignee: Ioannis Canellos
> Fix For: 3.0.0
>
>
> ZooKeeper 3.5.0 added a new feature "Dynamic Reconfiguration". Curator needs
> to support this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)