Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1074#discussion_r52214520
--- Diff:
storm-core/src/jvm/org/apache/storm/serialization/SerializationFactory.java ---
@@ -141,7 +141,8 @@ public IdDictionary(StormTopology topology) {
ComponentCommon common =
Utils.getComponentCommon(topology, name);
List<String> streams = new
ArrayList<>(common.get_streams().keySet());
streamNametoId.put(name, idify(streams));
- streamIdToName.put(name,
Utils.reverseMap(streamNametoId.get(name)));
+ //TODO: Can the call to simpleReverseMap be replaced wih
Utils.reverseMap ?
--- End diff --
Don't know either delete this message or replace the call.
---
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.
---