Github user hnfgns commented on a diff in the pull request:

    https://github.com/apache/drill/pull/374#discussion_r52817125
  
    --- Diff: exec/java-exec/src/main/resources/drill-module.conf ---
    @@ -120,7 +120,7 @@ drill.exec: {
         affinity.factor: 1.2
       },
       sys.store.provider: {
    -    class: "org.apache.drill.exec.store.sys.zk.ZkPStoreProvider",
    +    class: 
"org.apache.drill.exec.store.sys.store.provider.ZookeeperPersistentStoreProvider",
    --- End diff --
    
    Sure. Overriding config with what is already a default 
value(ZkPStoreProvider) seems odd though. Back to your point, this patch 
proposes a major design/API change around old E/PStore so all references to 
ZkPStoreProvider will fail following this patch.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to