[JBoss JIRA] (ISPN-7077) Export dependencies in the embedded modules
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-7077?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-7077:
---------------------------------------
Assignee: Gustavo Fernandes
> Export dependencies in the embedded modules
> -------------------------------------------
>
> Key: ISPN-7077
> URL: https://issues.jboss.org/browse/ISPN-7077
> Project: Infinispan
> Issue Type: Enhancement
> Components: WildFly modules
> Affects Versions: 9.0.0.Alpha4
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> Users need to list all dependencies one by one, and this is usually done by trial and error. Example, here's the current list of deps needed to do queries over hotrod when using modules:
> {code:java}
> "org.infinispan.client.hotrod:ispn-9.0 services, org.infinispan.protostream:ispn-9.0 services, org.infinispan.query.dsl:ispn-9.0 services, org.infinispan.commons:ispn-9.0 services"
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
6 years, 5 months
[JBoss JIRA] (ISPN-7077) Export dependencies in the embedded modules
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-7077?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-7077:
------------------------------------
Description:
Users need to list all dependencies one by one, and this is usually done by trial and error. Example, here's the current list of deps needed to do queries over hotrod when using modules:
{code:java}
"org.infinispan.client.hotrod:ispn-9.0 services, org.infinispan.protostream:ispn-9.0 services, org.infinispan.query.dsl:ispn-9.0 services, org.infinispan.commons:ispn-9.0 services"
{code}
> Export dependencies in the embedded modules
> -------------------------------------------
>
> Key: ISPN-7077
> URL: https://issues.jboss.org/browse/ISPN-7077
> Project: Infinispan
> Issue Type: Enhancement
> Components: WildFly modules
> Affects Versions: 9.0.0.Alpha4
> Reporter: Gustavo Fernandes
>
> Users need to list all dependencies one by one, and this is usually done by trial and error. Example, here's the current list of deps needed to do queries over hotrod when using modules:
> {code:java}
> "org.infinispan.client.hotrod:ispn-9.0 services, org.infinispan.protostream:ispn-9.0 services, org.infinispan.query.dsl:ispn-9.0 services, org.infinispan.commons:ispn-9.0 services"
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
6 years, 5 months
[JBoss JIRA] (ISPN-5469) Remote-executor threads should not block during RPCs
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5469?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-5469:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Final
Resolution: Done
> Remote-executor threads should not block during RPCs
> ----------------------------------------------------
>
> Key: ISPN-5469
> URL: https://issues.jboss.org/browse/ISPN-5469
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 7.2.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.0.0.Beta1, 9.0.0.Final
>
>
> This is particularly important in non-transactional caches, where the primary owner has to forward a command to the backup owners. The remote-executor thread on the primary should not be blocked while waiting for the backup responses, and instead process other commands.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
6 years, 5 months
[JBoss JIRA] (ISPN-7076) Cache clear doesn't work when passivation is enabled
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-7076?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant moved JDG-527 to ISPN-7076:
-------------------------------------------
Project: Infinispan (was: JBoss Data Grid)
Key: ISPN-7076 (was: JDG-527)
Workflow: GIT Pull Request with Triage workflow (was: CDW with loose statuses v1)
Component/s: Eviction
Loaders and Stores
(was: API and Configuration)
Affects Version/s: 8.2.4.Final
9.0.0.Alpha4
(was: JDG 7.0.0 GAbacklog)
> Cache clear doesn't work when passivation is enabled
> ----------------------------------------------------
>
> Key: ISPN-7076
> URL: https://issues.jboss.org/browse/ISPN-7076
> Project: Infinispan
> Issue Type: Bug
> Components: Eviction, Loaders and Stores
> Affects Versions: 8.2.4.Final, 9.0.0.Alpha4
> Reporter: Tristan Tarrant
> Assignee: William Burns
> Priority: Critical
>
> Hi,
> I used the quick start https://github.com/jboss-developer/jboss-jdg-quickstarts/tree/jdg-6.6.x/h... to test a strange behaviour of Data Grid 6.6 used in library mode inside JBoss EAP 6.4.6.
> The clear of the map doesn’t work if the passivation is enabled: the size is never be equal to 0
> If I set the passivation to false the clear works as I expected and the result of the size method of the map is 0.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
6 years, 5 months