tkalkirill commented on code in PR #4373:
URL: https://github.com/apache/ignite-3/pull/4373#discussion_r1754094858
##########
modules/storage-rocksdb/src/test/java/org/apache/ignite/internal/storage/rocksdb/RocksDbMvPartitionStorageConcurrencyTest.java:
##########
@@ -49,7 +49,7 @@ void setUp(
@WorkDirectory Path workDir,
@InjectConfiguration("mock.flushDelayMillis = 0")
RocksDbStorageEngineConfiguration engineConfig,
- @InjectConfiguration("mock.profiles.default = {engine = rocksdb,
size = 16777216, writeBufferSize = 16777216}")
+ @InjectConfiguration("mock.profiles.default = {engine = rocksdb,
size = 16777216, writeBufferSize = 67108864}")
Review Comment:
Please indicate in the comment why you set this value, for example:
The writeBufferSize is large enough to reduce the flush interval and speed
up tests.
--
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]