2b73c93581
Motivation: Regression appeared after making changes in fix #10360 . The main problem here that `buffer.getBytes(buffer.readerIndex(), fileChannel, fileChannel.position(), localsize)` doesn't change channel position after writes. Modification: Manually set position according to the written bytes. Result: Fixes #10449 . |
||
---|---|---|
.. | ||
src | ||
pom.xml |