[JBoss JIRA] (ISPN-11893) Remove deprecated DistributionManager methods
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11893?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11893:
-----------------------------------
Fix Version/s: 11.0.0.Final
(was: 11.0.0.CR1)
> Remove deprecated DistributionManager methods
> ---------------------------------------------
>
> Key: ISPN-11893
> URL: https://issues.redhat.com/browse/ISPN-11893
> Project: Infinispan
> Issue Type: Sub-task
> Components: Core
> Affects Versions: 11.0.0.Dev05
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> {{DistributionManager}} methods that obtain the location of keys directly have been deprecated in 9.0, in favor of going through {{DistributionManager.getCacheTopology()}}.
> Same with {{GroupManager}} and {{ClusteringDependentLogic}} methods obtaining the location of a key (or group).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11885) ChannelPool can get in inconsistent state with concurrent release and close of a channel
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11885?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11885:
-----------------------------------
Fix Version/s: 11.0.0.Final
(was: 11.0.0.CR1)
> ChannelPool can get in inconsistent state with concurrent release and close of a channel
> ----------------------------------------------------------------------------------------
>
> Key: ISPN-11885
> URL: https://issues.redhat.com/browse/ISPN-11885
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod
> Affects Versions: 10.1.8.Final
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> While working on https://github.com/infinispan/infinispan/pull/8358 I found that the changes introduced allowed for a test failure to occur much more often. Upon investigation the issue is that the channel pool can close a channel and then release it which gets it in an inconsistent state.
> Looking closer it appears to be a bug in the ChannelPool class when a connection is closed before release completes.
> {code}
> 23:42:12,203 TRACE (DistributionRetryTest-Client-Async-1-2:[]) [ChannelPool] Closed channel [id: 0x27befd37, L:/127.0.0.1:37412 ! R:127.0.0.1/127.0.0.1:33943], created = 0, idle = false, active = 0
> 23:42:12,203 TRACE (testng-DistributionRetryTest:[]) [ChannelPool] Released channel [id: 0x27befd37, L:/127.0.0.1:37412 ! R:127.0.0.1/127.0.0.1:33943], active = -1
> {code}
> Here is the trace of it working where is is released before being closed.
> {code}
> 23:46:42,649 TRACE (testng-DistributionRetryTest:[]) [ChannelPool] Released channel [id: 0xeb9159ef, L:/127.0.0.1:39342 - R:127.0.0.1/127.0.0.1:41537], active = 0
> 23:46:42,792 TRACE (testng-DistributionRetryTest:[]) [ChannelPool] Activated record [id: 0x0b71d548, L:/127.0.0.1:51392 - R:127.0.0.1/127.0.0.1:37881], created = 1, active = 1
> 23:46:42,793 TRACE (DistributionRetryTest-Client-Async-1-3:[]) [ChannelPool] Closed channel [id: 0xeb9159ef, L:/127.0.0.1:39342 ! R:127.0.0.1/127.0.0.1:41537], created = 0, idle = true, active = 0
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11901) Deprecate unused encoders and media types
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11901?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11901:
-----------------------------------
Fix Version/s: 11.0.0.Final
(was: 11.0.0.CR1)
> Deprecate unused encoders and media types
> -----------------------------------------
>
> Key: ISPN-11901
> URL: https://issues.redhat.com/browse/ISPN-11901
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 11.0.0.Dev05
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> * {{JavaSerializationEncoder}}, {{GlobalMarshallerEncoder}}, and {{GenericJbossMarshallerEncoder}} should not be used, transcoders should do the marshalling instead.
> * {{application/x-infinispan-binary}} is no longer used for BINARY storage.
> * {{application/x-infinispan-marshalling}} should be replaced with {{application/x-jboss-marshalling}}.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11901) Deprecate unused encoders and media types
by Dan Berindei (Jira)
Dan Berindei created ISPN-11901:
-----------------------------------
Summary: Deprecate unused encoders and media types
Key: ISPN-11901
URL: https://issues.redhat.com/browse/ISPN-11901
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 11.0.0.Dev05
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 11.0.0.CR1
* {{JavaSerializationEncoder}}, {{GlobalMarshallerEncoder}}, and {{GenericJbossMarshallerEncoder}} should not be used, transcoders should do the marshalling instead.
* {{application/x-infinispan-binary}} is no longer used for BINARY storage.
* {{application/x-infinispan-marshalling}} should be replaced with {{application/x-jboss-marshalling}}.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11901) Deprecate unused encoders and media types
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11901?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11901:
--------------------------------
Status: Open (was: New)
> Deprecate unused encoders and media types
> -----------------------------------------
>
> Key: ISPN-11901
> URL: https://issues.redhat.com/browse/ISPN-11901
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 11.0.0.Dev05
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.CR1
>
>
> * {{JavaSerializationEncoder}}, {{GlobalMarshallerEncoder}}, and {{GenericJbossMarshallerEncoder}} should not be used, transcoders should do the marshalling instead.
> * {{application/x-infinispan-binary}} is no longer used for BINARY storage.
> * {{application/x-infinispan-marshalling}} should be replaced with {{application/x-jboss-marshalling}}.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11900) application/x-jboss-marshalling should only need jboss-marshalling module
by Dan Berindei (Jira)
Dan Berindei created ISPN-11900:
-----------------------------------
Summary: application/x-jboss-marshalling should only need jboss-marshalling module
Key: ISPN-11900
URL: https://issues.redhat.com/browse/ISPN-11900
Project: Infinispan
Issue Type: Bug
Components: Marshalling
Affects Versions: 11.0.0.Dev05
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 11.0.0.CR1
The server registers a {{application/x-jboss-marshalling}} transcoder, but the transcoder should instead be registered by the {{jboss-marshalling}} module so it's available in core as well.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months