[JBoss JIRA] (ISPN-12251) HotRodClientJmxTest.testRemoteCacheManagerMBean fails on Java 14
by Dan Berindei (Jira)
Dan Berindei created ISPN-12251:
-----------------------------------
Summary: HotRodClientJmxTest.testRemoteCacheManagerMBean fails on Java 14
Key: ISPN-12251
URL: https://issues.redhat.com/browse/ISPN-12251
Project: Infinispan
Issue Type: Bug
Components: Hot Rod, Test Suite
Affects Versions: 12.0.0.Dev02
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 12.0.0.Dev03
{{HotRodClientJmxTest.testRemoteCacheManagerMBean}} assumes that the result of {{InetSocketAddress.toString()}} for an unresolved address is in the format {{hostname:port}}. But the format changed in Java 14, and now the format is {{hostname/<unresolved>:port}}.
{noformat}
java.lang.AssertionError: expected:<localhost:37809> but was:<localhost/<unresolved>:37809>
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:101)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:108)
at org.infinispan.client.hotrod.HotRodClientJmxTest.testRemoteCacheManagerMBean(HotRodClientJmxTest.java:84)
{noformat}
It might be a good idea to change the JMX attribute to only return the hostname instead of changing the test.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-12230) Deprecate client keySizeEstimate and valueSizeEstimate attributes
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-12230?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-12230:
--------------------------------
Status: Open (was: New)
> Deprecate client keySizeEstimate and valueSizeEstimate attributes
> -----------------------------------------------------------------
>
> Key: ISPN-12230
> URL: https://issues.redhat.com/browse/ISPN-12230
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Hot Rod
> Affects Versions: 11.0.3.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.0.0.Dev03
>
>
> The core configuration has long ago removed the {{keySizeEstimate}} and {{valueSizeEstimate}} attributes, using instead a {{BufferSizePredictor}} to dynamically estimate the size of the next key/value. {{ProtostreamMarshaller}} goes even further and ignores the estimate.
> We should stop using {{keySizeEstimate}} and {{valueSizeEstimate}} on the client as well, and instead use a fixed buffer size ({{ProtostreamMarshaller}} uses 512).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-12250) Add exponential back-off for cross-site network failures
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-12250:
----------------------------------
Summary: Add exponential back-off for cross-site network failures
Key: ISPN-12250
URL: https://issues.redhat.com/browse/ISPN-12250
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 12.0.0.Dev02
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 12.0.0.Dev03
If the remote site doesn't exist (crash or shutdown), the IRAC algorithm keeps trying to send the updates to the remote site (until automatic take offline is triggered, when configured).
Add an exponential backoff to avoid CPU consumption.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-12249) Better exception handling for cross-site requests
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-12249:
----------------------------------
Summary: Better exception handling for cross-site requests
Key: ISPN-12249
URL: https://issues.redhat.com/browse/ISPN-12249
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 12.0.0.Dev02
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 12.0.0.Dev03
When a cross-site request is received, if the target cache doesn't exist or it isn't started, a {{NullPointerException}} is thrown.
Add a proper log message.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-12248) Upgrade Patternfly version to latest
by Katia Aresti (Jira)
Katia Aresti created ISPN-12248:
-----------------------------------
Summary: Upgrade Patternfly version to latest
Key: ISPN-12248
URL: https://issues.redhat.com/browse/ISPN-12248
Project: Infinispan
Issue Type: Enhancement
Components: Console
Affects Versions: 12.0.0.Dev02
Reporter: Katia Aresti
Assignee: Katia Aresti
August release
*[https://www.patternfly.org/v4/documentation/react/overview/release-notes#202010-release-notes-2020-08-17]*
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months