netty5/buffer
Norman Maurer a7fe6c0153 Metrics exposed by PooledByteBufAllocator needs to be correctly synchronized
Motivation:

As we may access the metrics exposed of PooledByteBufAllocator from another thread then the allocations happen we need to ensure we synchronize on the PoolArena to ensure correct visibility.

Modifications:

Synchronize on the PoolArena to ensure correct visibility.

Result:

Fix multi-thread issues on the metrics
2017-03-01 06:26:08 +01:00
..
src Metrics exposed by PooledByteBufAllocator needs to be correctly synchronized 2017-03-01 06:26:08 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00