netty5/transport/src/main/java/io/netty
Norman Maurer 339131c660 DefaultChannelPipeline.estimatorHandle needs to be volatile
Motivation:

DefaultChannelPipeline.estimatorHandle needs to be volatile as its accessed from different threads.

Modifications:

Make DefaultChannelPipeline.estimatorHandle volatile and correctly init it via CAS

Result:

No more race.
2017-07-27 06:57:22 +02:00
..
bootstrap New native transport for kqueue 2017-05-03 09:53:22 -07:00
channel DefaultChannelPipeline.estimatorHandle needs to be volatile 2017-07-27 06:57:22 +02:00