You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output should display duration of the 2 runs (local and remote) and remote one should be way bigger in ms than the local one when the bug is not fixed.
Output example:
Network writing duration in /local/path/output.xiidm : 1716ms
Network writing duration in /remote/path/output.xiidm : 67112ms
Environment
It is reproductible in a java with jdk17 development environment, having access to a remote folder.
Relevant Log Output
No response
Extra Information
The bug may be a regression since refactor on the Datasource part. Missing a bufferized output stream somewhere?
The text was updated successfully, but these errors were encountered:
The output stream is already buffered.
Using an unbuffered output stream takes much longer: ~ 3min on a local storage (vs ~4s), and maybe more than an hour — I stopped my test at ~40% in 30min — on a remote storage (vs ~17s).
Describe the current behavior
Writing a Network into a remote storage folder takes a lot more time than writing it into a local folder (x66times than in a local folder).
Describe the expected behavior
Writing a Network into a remote storage folder should takes more or less the same time than writing it into a local folder.
Describe the steps
In a Java environment (jdk17) in developpement mode, with an access to both a local and remote storage accross network.
Output example:
Environment
It is reproductible in a java with jdk17 development environment, having access to a remote folder.
Relevant Log Output
No response
Extra Information
The bug may be a regression since refactor on the Datasource part. Missing a bufferized output stream somewhere?
The text was updated successfully, but these errors were encountered: