I would use `AtomicBoolean` not `AtomicReference<Boolean>`. And I think change variable name to `channelReadable` would be better since there are another variable `private final AtomicBoolean done = new AtomicBoolean(false)` in this file, it's not start with `is`.
[ Full content available at: https://github.com/apache/incubator-druid/pull/6335 ] This message was relayed via gitbox.apache.org for [email protected]
