Github user parthchandra commented on a diff in the pull request:
https://github.com/apache/drill/pull/283#discussion_r46380109
--- Diff: exec/memory/base/src/main/java/io/netty/buffer/DrillBuf.java ---
@@ -230,20 +249,31 @@ public synchronized boolean release() {
*/
@Override
public synchronized boolean release(int decrement) {
--- End diff --
Do we still need to pass a decrement count to release? Doesn't look like it
is used except with a decrement count of 1.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---