Github user mikewalch commented on a diff in the pull request:
https://github.com/apache/incubator-fluo/pull/817#discussion_r107000067
--- Diff: modules/accumulo/src/main/java/org/apache/fluo/accumulo/util/ZookeeperPath.java
---
@@ -25,7 +25,9 @@
public static final String CONFIG_ACCUMULO_INSTANCE_NAME = CONFIG + "/accumulo.instance.name";
public static final String CONFIG_ACCUMULO_INSTANCE_ID = CONFIG + "/accumulo.instance.id";
public static final String CONFIG_FLUO_APPLICATION_ID = CONFIG + "/fluo.application.id";
+ @Deprecated
public static final String CONFIG_FLUO_OBSERVERS = CONFIG + "/fluo.observers";
--- End diff --
Could make variable `CONFIG_FLUO_OBSERVERS1` to limit confusion.
---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|