Re: [PR] IGNITE-25378 Retry flush requests on RocksDb write throttling [ignite-3]

2025-05-20 Thread via GitHub
ivanzlenko commented on code in PR #5808: URL: https://github.com/apache/ignite-3/pull/5808#discussion_r2097557515 ## modules/rocksdb-common/src/test/java/org/apache/ignite/internal/rocksdb/flush/RocksDbFlusherTest.java: ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Softwa

Re: [PR] IGNITE-25378 Retry flush requests on RocksDb write throttling [ignite-3]

2025-05-20 Thread via GitHub
sashapolo commented on code in PR #5808: URL: https://github.com/apache/ignite-3/pull/5808#discussion_r2097614521 ## modules/rocksdb-common/src/main/java/org/apache/ignite/internal/rocksdb/flush/RocksDbFlusher.java: ## @@ -230,7 +235,13 @@ public void run() {

Re: [PR] IGNITE-25378 Retry flush requests on RocksDb write throttling [ignite-3]

2025-05-20 Thread via GitHub
sashapolo commented on code in PR #5808: URL: https://github.com/apache/ignite-3/pull/5808#discussion_r2097616289 ## modules/rocksdb-common/src/test/java/org/apache/ignite/internal/rocksdb/flush/RocksDbFlusherTest.java: ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Softwar

Re: [PR] IGNITE-25378 Retry flush requests on RocksDb write throttling [ignite-3]

2025-05-20 Thread via GitHub
sashapolo merged PR #5808: URL: https://github.com/apache/ignite-3/pull/5808 -- 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: notifications-unsubscr...@i

Re: [PR] IGNITE-25378 Retry flush requests on RocksDb write throttling [ignite-3]

2025-05-20 Thread via GitHub
ivanzlenko commented on code in PR #5808: URL: https://github.com/apache/ignite-3/pull/5808#discussion_r2097623760 ## modules/rocksdb-common/src/test/java/org/apache/ignite/internal/rocksdb/flush/RocksDbFlusherTest.java: ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Softwa