[JBoss JIRA] (ISPN-11948) server/tests HotRod clients should utilise the ProtoStreamMarshaller
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11948?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-11948:
--------------------------------
Summary: server/tests HotRod clients should utilise the ProtoStreamMarshaller (was: Exclude infinispan-jboss-marshalling from server/testdriver)
> server/tests HotRod clients should utilise the ProtoStreamMarshaller
> --------------------------------------------------------------------
>
> Key: ISPN-11948
> URL: https://issues.redhat.com/browse/ISPN-11948
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 11.0.0.CR1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> The {{server-runtime}} modules has a dependency on {{infinispan-jboss-marshalling}} in order for the server to provide transcoding and jbmar on the server-side. However, the {{infinispan-server-testdriver-core}} does not exclude this dependency, resulting in all client tests automatically configuring the {{GenericJBossMarshaller}} .
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 4 months
[JBoss JIRA] (ISPN-11961) DefaultIracManager should handle ImmutableSet
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11961?page=com.atlassian.jira.plugi... ]
Ryan Emerson resolved ISPN-11961.
---------------------------------
Resolution: Done
> DefaultIracManager should handle ImmutableSet
> ---------------------------------------------
>
> Key: ISPN-11961
> URL: https://issues.redhat.com/browse/ISPN-11961
> Project: Infinispan
> Issue Type: Bug
> Components: Cross-Site Replication
> Affects Versions: 11.0.0.CR1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> I forgot there are immutable {{Intset}} implementation and {{IntSet.from()}} can return one of those instances.
> If that is the case, bad things happen...
> {code}
> Caused by: java.lang.UnsupportedOperationException: RangeSet is immutable
> at org.infinispan.commons.util.RangeSet.removeAll(RangeSet.java:156)
> at org.infinispan.xsite.irac.DefaultIracManager.onTopologyUpdate(DefaultIracManager.java:211)
> at org.infinispan.statetransfer.StateTransferManagerImpl.doTopologyUpdate(StateTransferManagerImpl.java:189)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 4 months
[JBoss JIRA] (ISPN-11901) Deprecate unused encoders and media types
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11901?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11901:
-------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> 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)
5 years, 4 months
[JBoss JIRA] (ISPN-11932) JCache remote events do not work with ProtostreamMarshaller
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11932?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11932:
-------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> JCache remote events do not work with ProtostreamMarshaller
> -----------------------------------------------------------
>
> Key: ISPN-11932
> URL: https://issues.redhat.com/browse/ISPN-11932
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod, JCache, Marshalling
> Affects Versions: 11.0.0.CR1, 10.1.8.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> JCache remote events use {{key-value-with-previous-converter-factory}}, which creates a {{KeyValueWithPrevious}} instance with the key, new value, and old value.
> The {{KeyValueWithPrevious}} protostream serialization is broken: the new and old values are both replaced by the key.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 4 months