[jira] [Updated] (IGNITE-15272) Raft group not being able to refresh leader

2021-08-16 Thread Ivan Bessonov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-15272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Bessonov updated IGNITE-15272:
---
Ignite Flags:   (was: Docs Required,Release Notes Required)

> Raft group not being able to refresh leader
> ---
>
> Key: IGNITE-15272
> URL: https://issues.apache.org/jira/browse/IGNITE-15272
> Project: Ignite
>  Issue Type: Bug
>Reporter: Semyon Danilov
>Assignee: Semyon Danilov
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-alpha3
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> If a raft group is being started within a message handler the cluster will 
> hang forever, as the raft group service constructor is sending a 
> RefreshLeader request and waits on the response future while netty thread, 
> managing the connection, as well as Project Reactor's DirectProcessor won't 
> be able to process the response . We need to make this operation asynchronous.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-15272) Raft group not being able to refresh leader

2021-08-12 Thread Semyon Danilov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-15272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Semyon Danilov updated IGNITE-15272:

Description: If a raft group is being started within a message handler the 
cluster will hang forever, as the raft group service constructor is sending a 
RefreshLeader request and waits on the response future while netty thread, 
managing the connection, as well as Project Reactor's DirectProcessor won't be 
able to process the response . We need to make this operation asynchronous.

> Raft group not being able to refresh leader
> ---
>
> Key: IGNITE-15272
> URL: https://issues.apache.org/jira/browse/IGNITE-15272
> Project: Ignite
>  Issue Type: Bug
>Reporter: Semyon Danilov
>Assignee: Semyon Danilov
>Priority: Major
>  Labels: ignite-3
>
> If a raft group is being started within a message handler the cluster will 
> hang forever, as the raft group service constructor is sending a 
> RefreshLeader request and waits on the response future while netty thread, 
> managing the connection, as well as Project Reactor's DirectProcessor won't 
> be able to process the response . We need to make this operation asynchronous.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)