druid/java-util
Roman Leventov 124c89e435 Replace EmittedBatchCounter and UpdateCounter with ConcurrentAwaitableCounter (#5592)
* Replace EmittedBatchCounter and UpdateCounter with (both not safe for concurrent increments/updates) with ConcurrentAwaitableCounter (safe for concurrent increments)

* Fixes

* Fix EmitterTest

* Added Javadoc and make awaitCount() to throw exceptions on wrong count instead of masking errors
2018-04-13 00:07:11 -04:00
..
src Replace EmittedBatchCounter and UpdateCounter with ConcurrentAwaitableCounter (#5592) 2018-04-13 00:07:11 -04:00
pom.xml CompressionUtils: Add support for decompressing xz, bz2, zip. (#5586) 2018-04-06 08:06:45 -07:00