Github user hnfgns commented on a diff in the pull request: https://github.com/apache/drill/pull/374#discussion_r52956885 --- 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 -- The new patch includes a deprecated ZkPStoreProvider that is to be removed in 1.7. Now old configuration should work as is. We should also state this out in 1.6 release notes. Let me know if you guys have any other concerns as for compatibility.
--- 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. ---