mirror of https://github.com/apache/druid.git
review comments
This commit is contained in:
parent
dc097081a6
commit
ec2a32acfc
|
@ -41,8 +41,8 @@ public class MemcachedOperationQueueFactory implements OperationQueueFactory
|
||||||
@Override
|
@Override
|
||||||
public long getBytesSize(Operation operation)
|
public long getBytesSize(Operation operation)
|
||||||
{
|
{
|
||||||
return operation.getBuffer().capacity();
|
return operation.getBuffer().remaining();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue