alexeykudinkin commented on PR #6843: URL: https://github.com/apache/hudi/pull/6843#issuecomment-1312344681
Turned out that my previous run was actually not using Disruptor at all: had to put up a #7188 to make sure Disruptor could be used when going t/h merging as well. After fixing, and actually using Disruptor performance become even worse: ``` # # Disruptor (master) # Performance Improvement (from baseline): -2% # ================================================== Total time taken by all rounds (hudi): 5154329 Per round: List(182233, 493908, 582993, 569302, 560117, 583116, 530124, 552918, 583238, 516380) ================================================== ``` -- 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]
