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'
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
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
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'