Jayer23 commented on issue #24010: URL: https://github.com/apache/pulsar/issues/24010#issuecomment-2703142320
We found that the reason for this problem is that in the default configuration` journalSyncData=true `,which will cause a large amount of 8B data to be written to the journal disk. Because the 4K Alignment feature of SSD causes write amplification, the problem is solved after configuring `journalSyncData=false` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
