Github user Ethanlm commented on a diff in the pull request:
https://github.com/apache/storm/pull/2419#discussion_r151697329
--- Diff:
storm-client/src/jvm/org/apache/storm/trident/topology/MasterBatchCoordinator.java
---
@@ -308,7 +308,7 @@ public String toString() {
", _maxTransactionActive=" + _maxTransactionActive +
", _coordinators=" + _coordinators +
", _managedSpoutIds=" + _managedSpoutIds +
- ", _spouts=" + _spouts +
+ ", spouts=" + _spouts +
--- End diff --
Do we want to get rid of the underscores of other variables? I wonder why
only `spouts`
---