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

James updated IGNITE-11842:
---------------------------
    Description: 
The main symptom is that clients are failing to connect to the ignite cluster, 
with reported timeouts in the logs.

The main fact we have is this (from within the client within a kubernetes 
container on Linux):

/ # netstat -ntp

Active Internet connections (w/o servers)

Proto Recv-Q Send-Q Local Address           Foreign Address         State       
PID/Program name

tcp   215796      0 ::ffff:10.42.2.97:43666 ::ffff:10.42.3.170:47500 
ESTABLISHED 13/java

 

Namely, the application is failing to read data from the tcp socket. Notice the 
“Recv-Q” of 215796.

 

This could be an client application, but also the same thing happens with 
ignitevisor.sh

Downgrading to Apache Ignite 2.3 resolves the problem.

Testes so far:

2.7  intermittently fails to connect to the ignite cluster.

2.3 seems OK.

2.6 also fails after a number of clients have connected successfully.

 

Has anyone else seen this?

 

  was:
The main symptom is that clients are failing to connect to the ignite cluster, 
with reported timeouts in the logs.

The main fact we have is this (from within the client within a kubernetes 
container on Linux):

/ # netstat -ntp

Active Internet connections (w/o servers)

Proto Recv-Q Send-Q Local Address           Foreign Address         State       
PID/Program name

tcp   215796      0 ::ffff:10.42.2.97:43666 ::ffff:10.42.3.170:47500 
ESTABLISHED 13/java

 

Namely, the application is failing to read data from the tcp socket. Notice the 
“Recv-Q” of 215796.

 

This could be an client application, but also the same thing happens with 
ignitevisor.sh

Downgrading to Apache Ignite 2.3 resolves the problem.

Testes so far:

2.7  intermittently fails to connect to the ignite cluster.

2.3 seems OK.

2.6 not yet tested.

 

Has anyone else seen this?

 


> clients fails to connect
> ------------------------
>
>                 Key: IGNITE-11842
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11842
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.7
>         Environment: kubernetes
>  
>            Reporter: James
>            Priority: Major
>
> The main symptom is that clients are failing to connect to the ignite 
> cluster, with reported timeouts in the logs.
> The main fact we have is this (from within the client within a kubernetes 
> container on Linux):
> / # netstat -ntp
> Active Internet connections (w/o servers)
> Proto Recv-Q Send-Q Local Address           Foreign Address         State     
>   PID/Program name
> tcp   215796      0 ::ffff:10.42.2.97:43666 ::ffff:10.42.3.170:47500 
> ESTABLISHED 13/java
>  
> Namely, the application is failing to read data from the tcp socket. Notice 
> the “Recv-Q” of 215796.
>  
> This could be an client application, but also the same thing happens with 
> ignitevisor.sh
> Downgrading to Apache Ignite 2.3 resolves the problem.
> Testes so far:
> 2.7  intermittently fails to connect to the ignite cluster.
> 2.3 seems OK.
> 2.6 also fails after a number of clients have connected successfully.
>  
> Has anyone else seen this?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to