Re: [PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-19 Thread via GitHub
timoninmaxim merged PR #11311: URL: https://github.com/apache/ignite/pull/11311 -- 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:

Re: [PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-16 Thread via GitHub
timoninmaxim commented on code in PR #11311: URL: https://github.com/apache/ignite/pull/11311#discussion_r1567729322 ## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheIoManagerRetryTest.java: ## @@ -0,0 +1,208 @@ +/* + * Licensed to the Apache

Re: [PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-16 Thread via GitHub
timoninmaxim commented on code in PR #11311: URL: https://github.com/apache/ignite/pull/11311#discussion_r1567727004 ## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheIoManager.java: ## @@ -1206,8 +1206,6 @@ public void send(ClusterNode node,

Re: [PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-16 Thread via GitHub
shishkovilja commented on code in PR #11311: URL: https://github.com/apache/ignite/pull/11311#discussion_r1567447199 ## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheIoManagerRetryTest.java: ## @@ -0,0 +1,219 @@ +/* + * Licensed to the Apache

Re: [PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-16 Thread via GitHub
shishkovilja commented on code in PR #11311: URL: https://github.com/apache/ignite/pull/11311#discussion_r1567449198 ## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheIoManagerRetryTest.java: ## @@ -0,0 +1,219 @@ +/* + * Licensed to the Apache

Re: [PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-16 Thread via GitHub
shishkovilja commented on code in PR #11311: URL: https://github.com/apache/ignite/pull/11311#discussion_r1567445651 ## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheIoManagerRetryTest.java: ## @@ -0,0 +1,219 @@ +/* + * Licensed to the Apache

Re: [PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-16 Thread via GitHub
shishkovilja commented on code in PR #11311: URL: https://github.com/apache/ignite/pull/11311#discussion_r1567445136 ## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheIoManager.java: ## @@ -1206,10 +1206,10 @@ public void send(ClusterNode node,

Re: [PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-15 Thread via GitHub
timoninmaxim commented on code in PR #11311: URL: https://github.com/apache/ignite/pull/11311#discussion_r1565722757 ## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheIoManagerRetryTest.java: ## @@ -0,0 +1,219 @@ +/* + * Licensed to the Apache

[PR] IGNITE-22026 Fix incorrect retry logic in GridCacheIoManager send method [ignite]

2024-04-11 Thread via GitHub
shishkovilja opened a new pull request, #11311: URL: https://github.com/apache/ignite/pull/11311 Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: