Github user roshannaik commented on the issue:
https://github.com/apache/storm/pull/2203
**With Acking, Workers=1**
TVL (rate=500k)| lat | throughput
-- | -- | --
1.x | 88.5ms | 52,913
v2-metrics | 91ms | 58,623
Const->Id->Null | Throughput | avg lat
-- | -- | --
1.x base | 152.6k | 3.3
v2-metrics | 153.5k | 2.8
- Numbers look good for v2-metrics. Didnt run numbers for
v2-metrics-no-concurrent-map binary.
- TVL was run with default number of ackers. C-I->N was run with 1 instance
of each spout & bolt & acker.
---