Github user roshannaik commented on a diff in the pull request:
https://github.com/apache/storm/pull/2711#discussion_r197605410
--- Diff:
examples/storm-elasticsearch-examples/src/main/java/org/apache/storm/elasticsearch/common/EsTestUtil.java
---
@@ -56,7 +57,7 @@ public static Tuple generateTestTuple(final String source,
GeneralTopologyContext topologyContext = new
GeneralTopologyContext(
builder.createTopology(),
new Config(),
- new HashMap<>(),
+ new CustomIndexArray<String>(0,1),
--- End diff --
Just any non empty range.
---