Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Not A Bug
-
None
-
None
-
None
Description
The latest HDDS-4454 has poor write performance. And there will be a lot of writing failures. (I tested 200 concurrent write threads, 128MB per file)
In HDDS-5851, putBlocks are required every 4 chunks, which may affect performance. Originally we only did putBlock once after we wrote the whole block. So let's change the default here and try to keep putBlocks as low as possible. Tests found a 20% improvement in performance.
Attachments
Attachments
Issue Links
- links to