[JBoss JIRA] (ISPN-10267) Rethrow remote exceptions in Hibernate Cache
by Galder Zamarreño (Jira)
Galder Zamarreño created ISPN-10267:
---------------------------------------
Summary: Rethrow remote exceptions in Hibernate Cache
Key: ISPN-10267
URL: https://issues.jboss.org/browse/ISPN-10267
Project: Infinispan
Issue Type: Bug
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 10.0.0.Beta4, 10.0.0.Final, 9.4.15.Final
The fix for ISPN-10229 has caused tests added in ISPN-10207 to fail.
The reason for the failure is that remote exceptions are being ignored, which were not before ISPN-10229 fixes.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months
[JBoss JIRA] (ISPN-9715) Update internal embedded listeners to be non blocking
by Will Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-9715?page=com.atlassian.jira.plugin.... ]
Will Burns reopened ISPN-9715:
------------------------------
Still need a couple more changes.
> Update internal embedded listeners to be non blocking
> -----------------------------------------------------
>
> Key: ISPN-9715
> URL: https://issues.jboss.org/browse/ISPN-9715
> Project: Infinispan
> Issue Type: Sub-task
> Components: Core, Listeners
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 10.0.0.Beta4
>
>
> With ISPN-9714 it will be possible to have a listener perform non blocking operations. Also any listener that doesn't return a CompletionStage is invoked in a different thread. We should convert all of our internal listeners to return a CompletionStage if they can, so that we don't have to incur the cost of switching threads to execute them.
> We need to ensure that all embedded listeners return a CompletionStage and never block the current thread.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months
[JBoss JIRA] (ISPN-10264) Wrong time conversion for async xsite take-offline
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-10264:
----------------------------------
Summary: Wrong time conversion for async xsite take-offline
Key: ISPN-10264
URL: https://issues.jboss.org/browse/ISPN-10264
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.4.14.Final
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 10.0.0.Beta4, 9.4.15.Final
The {{XSiteAsyncAckListener}} is notified with the send-timestamp in nanoseconds and it must be converted to milliseconds to compute the {{take-offline}} status.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months