We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When flush data to local disk, will copy data. See code below:
incubator-uniffle/storage/src/main/java/org/apache/uniffle/storage/handler/impl/LocalFileWriteHandler.java
Line 106 in 0f9d9bc
In fact, we can direct write ByteBuffer to file channel. For netty mode, the ByteBuffer is DirectByteBuffer, will avoid copy the memory.
No response
The text was updated successfully, but these errors were encountered:
Similar issue: #1613
Sorry, something went wrong.
I do not notice that pr. I will try to test and check to see if the problem described in #1613 occurs
@zhengchenyu Have you reproduced that issue?
zhengchenyu
No branches or pull requests
Code of Conduct
Search before asking
What would you like to be improved?
When flush data to local disk, will copy data. See code below:
incubator-uniffle/storage/src/main/java/org/apache/uniffle/storage/handler/impl/LocalFileWriteHandler.java
Line 106 in 0f9d9bc
In fact, we can direct write ByteBuffer to file channel. For netty mode, the ByteBuffer is DirectByteBuffer, will avoid copy the memory.
How should we improve?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: