Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-15 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987298630 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/NetworkInvoker.java: ## @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-15 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987280882 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final PeerI

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-14 Thread via GitHub
vldpyatkov merged PR #5221: URL: https://github.com/apache/ignite-3/pull/5221 -- 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...@

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-13 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1992946478 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/NodeManager.java: ## @@ -14,24 +14,158 @@ * See the License for the specific language governing permiss

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-12 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1991981730 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final PeerI

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-12 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1991930824 ## modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItComputeBaseTest.java: ## @@ -198,7 +198,7 @@ void executesWrongJobClassOnRemoteNode

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-11 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987271885 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final PeerI

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-11 Thread via GitHub
ascherbakoff commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1988587656 ## modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItComputeBaseTest.java: ## @@ -198,7 +198,7 @@ void executesWrongJobClassOnRemoteNo

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-11 Thread via GitHub
ascherbakoff commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1988588617 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/NodeManager.java: ## @@ -14,24 +14,158 @@ * See the License for the specific language governing permi

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-11 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987277583 ## modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItComputeBaseTest.java: ## @@ -198,7 +198,7 @@ void executesWrongJobClassOnRemoteNode

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-11 Thread via GitHub
ascherbakoff commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1988607454 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final Pee

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-11 Thread via GitHub
ascherbakoff commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1988597510 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/AbstractClientService.java: ## @@ -178,20 +180,24 @@ public CompletableFuture invokeWithDone

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-10 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987284099 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final PeerI

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-10 Thread via GitHub
ascherbakoff commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987276498 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final Pee

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-10 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987302395 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/NodeManager.java: ## @@ -14,24 +14,158 @@ * See the License for the specific language governing permiss

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-10 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987300098 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/AbstractClientService.java: ## @@ -178,20 +180,24 @@ public CompletableFuture invokeWithDone(f

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-10 Thread via GitHub
ascherbakoff commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987276498 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final Pee

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-10 Thread via GitHub
vldpyatkov commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987280882 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final PeerI

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-10 Thread via GitHub
ascherbakoff commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1987276498 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final Pee

Re: [PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-03-08 Thread via GitHub
ascherbakoff commented on code in PR #5221: URL: https://github.com/apache/ignite-3/pull/5221#discussion_r1983167842 ## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/core/DefaultRaftClientService.java: ## @@ -88,19 +93,78 @@ public Future requestVote(final Pee

[PR] IGNITE-24484 RAFT heartbeat coalescing [ignite-3]

2025-02-12 Thread via GitHub
vldpyatkov opened a new pull request, #5221: URL: https://github.com/apache/ignite-3/pull/5221 https://issues.apache.org/jira/browse/IGNITE-24484 -- 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 t