[1/2] storm git commit: STORM-2231 Fix multi-threads issue on executor send queue

2017-08-26 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.0.x-branch 52da5b5d9 -> 217b9ca70 STORM-2231 Fix multi-threads issue on executor send queue * we have use cases which launches threads and emit/ack concurrently * launched threads will create ThreadLocalBatcher for each * hence 'synchronized'

[1/2] storm git commit: STORM-2231 Fix multi-threads issue on executor send queue

2017-08-26 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.x-branch 38dc90a69 -> e1c24b9b2 STORM-2231 Fix multi-threads issue on executor send queue * we have use cases which launches threads and emit/ack concurrently * launched threads will create ThreadLocalBatcher for each * hence 'synchronized' in

[1/2] storm git commit: STORM-2231 Fix multi-threads issue on executor send queue

2017-08-26 Thread kabhwan
Repository: storm Updated Branches: refs/heads/master d8384f43b -> 29a44e57a STORM-2231 Fix multi-threads issue on executor send queue * we have use cases which launches threads and emit/ack concurrently * launched threads will create ThreadLocalBatcher for each * hence 'synchronized' in add

[1/2] storm git commit: STORM-2231 Fix multi-threads issue on executor send queue

2017-08-26 Thread kabhwan
Repository: storm Updated Branches: refs/heads/1.1.x-branch de731941d -> bb4e68c58 STORM-2231 Fix multi-threads issue on executor send queue * we have use cases which launches threads and emit/ack concurrently * launched threads will create ThreadLocalBatcher for each * hence 'synchronized'