[JBoss JIRA] (ISPN-9616) Server does not include multimap
by Katia Aresti (Jira)
[ https://issues.jboss.org/browse/ISPN-9616?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-9616:
-------------------------------
Status: Open (was: New)
> Server does not include multimap
> --------------------------------
>
> Key: ISPN-9616
> URL: https://issues.jboss.org/browse/ISPN-9616
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
>
> Using multimap remote
> INFO: ISPN004021: Infinispan version: 9.4.0.Final
> Oct 18, 2018 11:27:10 AM org.infinispan.client.hotrod.impl.protocol.Codec20 checkForErrorsInResponseStatus
> WARN: ISPN004005: Error received from the server: java.lang.NoClassDefFoundError: org/infinispan/multimap/impl/EmbeddedMultimapCache
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9616) Server does not include multimap
by Katia Aresti (Jira)
[ https://issues.jboss.org/browse/ISPN-9616?page=com.atlassian.jira.plugin.... ]
Work on ISPN-9616 started by Katia Aresti.
------------------------------------------
> Server does not include multimap
> --------------------------------
>
> Key: ISPN-9616
> URL: https://issues.jboss.org/browse/ISPN-9616
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
>
> Using multimap remote
> INFO: ISPN004021: Infinispan version: 9.4.0.Final
> Oct 18, 2018 11:27:10 AM org.infinispan.client.hotrod.impl.protocol.Codec20 checkForErrorsInResponseStatus
> WARN: ISPN004005: Error received from the server: java.lang.NoClassDefFoundError: org/infinispan/multimap/impl/EmbeddedMultimapCache
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9616) Server does not include multimap
by Katia Aresti (Jira)
[ https://issues.jboss.org/browse/ISPN-9616?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-9616:
-------------------------------
Description:
Using multimap remote
INFO: ISPN004021: Infinispan version: 9.4.0.Final
Oct 18, 2018 11:27:10 AM org.infinispan.client.hotrod.impl.protocol.Codec20 checkForErrorsInResponseStatus
WARN: ISPN004005: Error received from the server: java.lang.NoClassDefFoundError: org/infinispan/multimap/impl/EmbeddedMultimapCache
> Server does not include multimap
> --------------------------------
>
> Key: ISPN-9616
> URL: https://issues.jboss.org/browse/ISPN-9616
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
>
> Using multimap remote
> INFO: ISPN004021: Infinispan version: 9.4.0.Final
> Oct 18, 2018 11:27:10 AM org.infinispan.client.hotrod.impl.protocol.Codec20 checkForErrorsInResponseStatus
> WARN: ISPN004005: Error received from the server: java.lang.NoClassDefFoundError: org/infinispan/multimap/impl/EmbeddedMultimapCache
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9615) Move command perform logic into CallInterceptor directly
by William Burns (Jira)
William Burns created ISPN-9615:
-----------------------------------
Summary: Move command perform logic into CallInterceptor directly
Key: ISPN-9615
URL: https://issues.jboss.org/browse/ISPN-9615
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: William Burns
Assignee: William Burns
By having the command perform logic in the CallInterceptor, we can avoid additional allocations for every command as the dependencies are stored in the interceptor stack. This would include things such as CacheNotifier and others.
This also provides us the ability to more easily utilize the async interceptor stack for the actual command invocations.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9614) Convert listners to work with async interceptor stack
by William Burns (Jira)
William Burns created ISPN-9614:
-----------------------------------
Summary: Convert listners to work with async interceptor stack
Key: ISPN-9614
URL: https://issues.jboss.org/browse/ISPN-9614
Project: Infinispan
Issue Type: Enhancement
Components: Listeners
Reporter: William Burns
Assignee: William Burns
Fix For: 10.0.0.Final
Currently a sync listener will block the thread that is notifying it. It should return a _CompletableFuture_ to integrate properly with the async stack to be notified upon completion.
Also we should not invoke "alien" listeners on the same thread as they could block. We should allow listener to make itself async in some manner (ie. return type is CompletableFuture<Void>).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months