Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2711#discussion_r196842510
--- Diff:
external/storm-elasticsearch/src/test/java/org/apache/storm/elasticsearch/common/EsTestUtil.java
---
@@ -63,7 +64,7 @@
public static Tuple generateTestTuple(String source, String index,
String type, String id) {
TopologyBuilder builder = new TopologyBuilder();
GeneralTopologyContext topologyContext = new
GeneralTopologyContext(builder.createTopology(),
- new Config(), new HashMap<>(), new HashMap<>(), new
HashMap<>(), "") {
+ new Config(), new CustomIndexArray<String>(0,1), new
HashMap<>(), new HashMap<>(), "") {
--- End diff --
nit: extra space.
---