[JBoss JIRA] (ISPN-4936) Upgrage commons-pool to 2.2
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-4936?page=com.atlassian.jira.plugin... ]
Tristan Tarrant closed ISPN-4936.
---------------------------------
Fix Version/s: 9.3.0.Final
(was: 7.0.0.Final)
Resolution: Out of Date
The Hot Rod client no longer uses commons-pool for pooling
> Upgrage commons-pool to 2.2
> ---------------------------
>
> Key: ISPN-4936
> URL: https://issues.redhat.com/browse/ISPN-4936
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols
> Affects Versions: 7.0.0.Final
> Reporter: gattu8883 gattu8883
> Priority: Blocker
> Fix For: 9.3.0.Final
>
>
> Please upgrade commons-pool version to 2.2 for client-hotrod protocol properties. In newer version there is a lot of done to avoid locking in connection pool
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11186) Updating from 9.X to 10.X breaks
by Lingchao Chen (Jira)
Lingchao Chen created ISPN-11186:
------------------------------------
Summary: Updating from 9.X to 10.X breaks
Key: ISPN-11186
URL: https://issues.redhat.com/browse/ISPN-11186
Project: Infinispan
Issue Type: Feature Request
Reporter: Lingchao Chen
When I try to upgrade infinispan-core from 9.X to 10.X. The following code breaks.
{code:java}
import org.infinispan.health.ClusterHealth;
public class Demo {
private ClusterHealth clusterHealth;
public void test() {
switch (clusterHealth.getHealthStatus()) {
case HEALTHY:
// do sth
case REBALANCING:
// do sth
case UNHEALTHY:
// do sth
}
}
}
{code}
The code should pass, but it throws an error:
{code:java}
[ERROR] /Demo.java:[14,14] an enum switch case label must be the unqualified name of an enumeration constant
[ERROR] /Demo.java:[16,14] an enum switch case label must be the unqualified name of an enumeration constant
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11185) Infinispan should not auto-export 'base' and 'vendor' MicroProfile metric registries
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11185?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes reassigned ISPN-11185:
----------------------------------------
Assignee: Nistor Adrian (was: Gustavo Fernandes)
> Infinispan should not auto-export 'base' and 'vendor' MicroProfile metric registries
> ------------------------------------------------------------------------------------
>
> Key: ISPN-11185
> URL: https://issues.redhat.com/browse/ISPN-11185
> Project: Infinispan
> Issue Type: Bug
> Components: Analytics
> Affects Versions: 10.0.1.Final, 10.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Nistor Adrian
> Priority: Major
>
> ISPN-11106 seems to assume that Infinispan is the only component using MicroProfile metrics.
> However, ultimately, the task of exporting base and vendor metrics is the responsibility of the MicroProfile container - not of an individual component.
> At the very least, I need to be able to disable this logic.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11185) Infinispan should not auto-export 'base' and 'vendor' MicroProfile metric registries
by Paul Ferraro (Jira)
Paul Ferraro created ISPN-11185:
-----------------------------------
Summary: Infinispan should not auto-export 'base' and 'vendor' MicroProfile metric registries
Key: ISPN-11185
URL: https://issues.redhat.com/browse/ISPN-11185
Project: Infinispan
Issue Type: Bug
Components: Analytics
Affects Versions: 10.1.0.Final, 10.0.1.Final
Reporter: Paul Ferraro
Assignee: Gustavo Fernandes
ISPN-11106 seems to assume that Infinispan is the only component using MicroProfile metrics.
However, ultimately, the task of exporting base and vendor metrics is the responsibility of the MicroProfile container - not of an individual component.
At the very least, I need to be able to disable this logic.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-9082) Off Heap maxIdle expiration is not implemented
by Will Burns (Jira)
[ https://issues.redhat.com/browse/ISPN-9082?page=com.atlassian.jira.plugin... ]
Will Burns updated ISPN-9082:
-----------------------------
Summary: Off Heap maxIdle expiration is not implemented (was: Off Heap maxIdle expiration works like lifespan)
> Off Heap maxIdle expiration is not implemented
> ----------------------------------------------
>
> Key: ISPN-9082
> URL: https://issues.redhat.com/browse/ISPN-9082
> Project: Infinispan
> Issue Type: Bug
> Components: Expiration, Off Heap
> Affects Versions: 9.2.1.Final
> Reporter: Will Burns
> Priority: Major
>
> Due to the usage of read/write locks Off Heap cannot easily update the last access time of an off heap entry. It would have to release the read lock and try to acquire the write lock to then finally update the last access time of an object. We would also have to guarantee the address pointer hadn't changed between when the read and write lock were obtained, since the value could have changed during that time period.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months