amitdpawar commented on code in PR #2777: URL: https://github.com/apache/cassandra/pull/2777#discussion_r1361986383
########## test/conf/cassandra.yaml: ########## @@ -8,6 +8,7 @@ memtable_allocation_type: offheap_objects commitlog_sync: batch commitlog_segment_size: 5MiB commitlog_directory: build/test/cassandra/commitlog +commitlog_disk_access_mode : mmap Review Comment: Default kept as it is and Direct-IO testing is enabled in "CommitLogStressTest.java" by adding a new entry. This entry will test "PeriodicCommitLogStressTest.java", "GroupCommitLogTest.java" and "BatchCommitLogTest.java". Let me know if this didn't solve the testing. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

