XMLWordPrintableJSON

Details

    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

          Activity

            People

              sunjincheng121 sunjincheng
              sunjincheng121 sunjincheng
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: