[jira] [Updated] (GEODE-10344) Send alert when thread stuck for longer than configured time

2022-07-04 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated GEODE-10344:
---
Labels: pull-request-available  (was: )

> Send alert when thread stuck for longer than configured time
> 
>
> Key: GEODE-10344
> URL: https://issues.apache.org/jira/browse/GEODE-10344
> Project: Geode
>  Issue Type: New Feature
>  Components: management
>Reporter: Alberto Gomez
>Assignee: Alberto Gomez
>Priority: Major
>  Labels: pull-request-available
>
> As per RFC 
> [https://cwiki.apache.org/confluence/display/GEODE/Management+of+threads+stuck+for+a+long+time+in+Geode],
>  it is proposed to send an alert when a thread in a member has been stuck for 
> a maximum configurable value.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (GEODE-10396) IllegalStateException wrapped within FunctionException triggers endpoint disconnection

2022-07-04 Thread Alexander Murmann (Jira)


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

Alexander Murmann updated GEODE-10396:
--
Labels: needsTriage  (was: )

> IllegalStateException wrapped within FunctionException triggers endpoint 
> disconnection
> --
>
> Key: GEODE-10396
> URL: https://issues.apache.org/jira/browse/GEODE-10396
> Project: Geode
>  Issue Type: Bug
>  Components: native client
>Reporter: Mario Salazar de Torres
>Priority: Major
>  Labels: needsTriage
>
> *GIVEN* A cluster of 3 servers and a client with a pool pointing to those 3 
> servers
>*AND* configured with PR-Singl-Hop = true
> *WHEN* A server function is executed with onRegion and with a filter
>*AND* it throws an IllegalServerException wrapped within a 
> FunctionExceution in the body
> *THEN* the native client thinks there is an isue with the node and closes all 
> the endpoint's connections.
> ---
> *IT IS TO BE EXPECTED* That given that the exception is wrapped inside a 
> FunctionException this should be ignored by the endpoint failure detection 
> mechanism that native client has into place.
> *AS ADDITIONAL INFO* Currently, the exception chain relationship info is not 
> read by the native client, as it's serialized using Java serialization format.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (GEODE-10396) IllegalStateException wrapped within FunctionException triggers endpoint disconnection

2022-07-04 Thread Mario Salazar de Torres (Jira)


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

Mario Salazar de Torres reassigned GEODE-10396:
---

Assignee: Mario Salazar de Torres

> IllegalStateException wrapped within FunctionException triggers endpoint 
> disconnection
> --
>
> Key: GEODE-10396
> URL: https://issues.apache.org/jira/browse/GEODE-10396
> Project: Geode
>  Issue Type: Bug
>  Components: native client
>Reporter: Mario Salazar de Torres
>Assignee: Mario Salazar de Torres
>Priority: Major
>  Labels: needsTriage
>
> *GIVEN* A cluster of 3 servers and a client with a pool pointing to those 3 
> servers
>*AND* configured with PR-Singl-Hop = true
> *WHEN* A server function is executed with onRegion and with a filter
>*AND* it throws an IllegalServerException wrapped within a 
> FunctionExceution in the body
> *THEN* the native client thinks there is an isue with the node and closes all 
> the endpoint's connections.
> ---
> *IT IS TO BE EXPECTED* That given that the exception is wrapped inside a 
> FunctionException this should be ignored by the endpoint failure detection 
> mechanism that native client has into place.
> *AS ADDITIONAL INFO* Currently, the exception chain relationship info is not 
> read by the native client, as it's serialized using Java serialization format.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (GEODE-10396) IllegalStateException wrapped within FunctionException triggers endpoint disconnection

2022-07-04 Thread Mario Salazar de Torres (Jira)
Mario Salazar de Torres created GEODE-10396:
---

 Summary: IllegalStateException wrapped within FunctionException 
triggers endpoint disconnection
 Key: GEODE-10396
 URL: https://issues.apache.org/jira/browse/GEODE-10396
 Project: Geode
  Issue Type: Bug
  Components: native client
Reporter: Mario Salazar de Torres


*GIVEN* A cluster of 3 servers and a client with a pool pointing to those 3 
servers
   *AND* configured with PR-Singl-Hop = true
*WHEN* A server function is executed with onRegion and with a filter
   *AND* it throws an IllegalServerException wrapped within a FunctionExceution 
in the body
*THEN* the native client thinks there is an isue with the node and closes all 
the endpoint's connections.
---
*IT IS TO BE EXPECTED* That given that the exception is wrapped inside a 
FunctionException this should be ignored by the endpoint failure detection 
mechanism that native client has into place.

*AS ADDITIONAL INFO* Currently, the exception chain relationship info is not 
read by the native client, as it's serialized using Java serialization format.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)