Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2148#discussion_r120130996
--- Diff: storm-client/src/jvm/org/apache/storm/Constants.java ---
@@ -56,5 +56,7 @@
public static final String STORM_ACTIVE_ATOM = "storm-active-atom";
public static final String COMPONENT_TO_DEBUG_ATOM =
"storm-component->debug-atom";
public static final Object LOAD_MAPPING = "load-mapping";
+ public static final String USERCACHE = "usercache";
+ public static final String DEFAULT_BLOB_VERSION_SUFFIX = ".version";
--- End diff --
I'm not sure these needed to be moved. They look like they were moved for
one possible way of doing this, and then not reverted when they were not used
by the client.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---