[JBoss JIRA] (HRJS-59) Under heavy load of servers and javascript client ERROR messages about timeouts can starve resources in limited environments (kubernetes/openshift)
by Rafa Eska (JIRA)
Rafa Eska created HRJS-59:
-----------------------------
Summary: Under heavy load of servers and javascript client ERROR messages about timeouts can starve resources in limited environments (kubernetes/openshift)
Key: HRJS-59
URL: https://issues.jboss.org/browse/HRJS-59
Project: Infinispan Javascript client
Issue Type: Enhancement
Affects Versions: 0.4.0
Environment: Node 8.6.0 in a container inside Openshift with limits of 1000 millicores and 1000MB of memory
Infinispan 'Chakra' 8.4.0.Final-redhat-3 running in 2 pods running image registry.access.redhat.com/jboss-datagrid-7/datagrid71-openshift/images/1... with limits of 1000 millicores and 1000MB of memory
Reporter: Rafa Eska
During charge tests Infinispan undersizes server end denegating service, and Javascript Hotrod client consume all Node.js pod resources emitting this:{{
{code:java}
[31m[2018-05-10 12:38:24.956] [ERROR] decoder - [39mError decoding body of request(msgId=366322): org.infinispan.util.concurrent.TimeoutException: Timed out waiting for responses
[31m[2018-05-10 12:38:24.957] [ERROR] decoder - [39mError decoding body of request(msgId=366322): org.infinispan.util.concurrent.TimeoutException: Timed out waiting for responses
[31m[2018-05-10 12:38:24.957] [ERROR] decoder -[39mError decoding body of request(msgId=366322): org.infinispan.util.concurrent.TimeoutException: Timed out waiting for responses
jdg error org.infinispan.util.concurrent.TimeoutException: Timed out waiting for responses
[31m[2018-05-10 12:38:24.958] [ERROR] decoder -[39mError decoding body of request(msgId=366322): org.infinispan.util.concurrent.TimeoutException: Timed out waiting for responses
[31m[2018-05-10 12:38:24.958] [ERROR] io_1_conn_5 - [39mError received but rpc not found for (msgId=366322)
[31m[2018-05-10 12:38:24.958] [ERROR] decoder - [39mError decoding body of request(msgId=366322): org.infinispan.util.concurrent.TimeoutException: Timed out waiting for responses
[31m[2018-05-10 12:38:24.958] [ERROR] io_1_conn_5 - [39mError received but rpc not found for (msgId=366322)
[31m[2018-05-10 12:38:24.958] [ERROR] decoder - [39mError decoding body of request(msgId=366322): org.infinispan.util.concurrent.TimeoutException: Timed out waiting for responses
[31m[2018-05-10 12:38:24.958] [ERROR] io_1_conn_5 - [39mError received but rpc not found for (msgId=366322)
{code}
}}
Shouldn't it be WARNINGS? Or control in any way number of emitted messages?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 6 months
[JBoss JIRA] (ISPN-9142) PreferConsistencyStrategy does not initiate CR when previously independent nodes merge
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-9142:
----------------------------------
Summary: PreferConsistencyStrategy does not initiate CR when previously independent nodes merge
Key: ISPN-9142
URL: https://issues.jboss.org/browse/ISPN-9142
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.3.0.Alpha1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.3.0.Final
Two nodes start operating independently and don't know about each other due to a network issue. Both nodes put one record with same key but different value. When the network recovers, CR is not initiated.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 6 months
[JBoss JIRA] (ISPN-9136) RegionFactory.stop does not undefine pending-puts cache
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-9136?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9136:
----------------------------------
Fix Version/s: 9.3.0.Beta1
> RegionFactory.stop does not undefine pending-puts cache
> -------------------------------------------------------
>
> Key: ISPN-9136
> URL: https://issues.jboss.org/browse/ISPN-9136
> Project: Infinispan
> Issue Type: Bug
> Components: Hibernate Cache
> Affects Versions: 9.2.2.Final, 9.3.0.Alpha1
> Reporter: Radim Vansa
> Assignee: Radim Vansa
> Fix For: 9.3.0.Beta1, 9.2.3.Final
>
>
> When shutting down the RegionFactory the caches belonging to regions are cleaned up; pending-puts caches are not, though.
> Actually this is not really a problem since SessionFactoryImp.close > EnabledCaching.close iterates through all regions and calls 'destroy'. However we should centralize the shutdown a bit and make the impl more resilient against starting with existing configuration.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 6 months