Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Fix reset logic error for function call of resizeIfNecessary ,and we do not need call the resizeIfNecessary() before fill() as fill already did the resize logic.
if (size < softMaxLength) {
readBuffer.resizeIfNecessary(softMaxLength);
}
readBuffer.fill(underlying, size);
BTW: I also would like to make a little bit improvement(Improvement of configuration items in IoTDBConfig & Config & RpcUtils)
Attachments
Issue Links
- links to