Ivan Gagarkin created IGNITE-20207:
--------------------------------------

             Summary: Improve the writing of files in FileTransferService
                 Key: IGNITE-20207
                 URL: https://issues.apache.org/jira/browse/IGNITE-20207
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Gagarkin


The current implementation of 
{{org.apache.ignite.internal.network.file.ChunkedFileWriter}} compares the file 
pointer with the offset of the received file chunk. If they are equal, the 
chunk is written to the disk; if not, the chunk is placed in the queue, and it 
will be written when all previous chunks have been written.

It might be more efficient to write chunks instantly.

We should investigate this approach and improve the implementation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to