[JBoss JIRA] (ISPN-4720) Values data reverts in Compatibilty mode in Infinispan 8.0.0Beta3
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-4720?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño resolved ISPN-4720.
------------------------------------
Fix Version/s: 7.2.2.Final, 8.0.0.Alpha2, 8.0.0.Final
Resolution: Done
> Values data reverts in Compatibilty mode in Infinispan 8.0.0Beta3
> -----------------------------------------------------------------
>
> Key: ISPN-4720
> URL: https://issues.jboss.org/browse/ISPN-4720
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 6.0.2.Final, 7.2.0.Final, 8.0.0.Beta3
> Environment: Linux 3.15.8-200.fc20.x86_64
> Reporter: Prashant Thakur
> Assignee: Galder Zamarreño
> Priority: Critical
> Labels: Infinispan
> Fix For: 7.2.2.Final, 8.0.0.Alpha2, 8.0.0.Final, 7.0.0.Alpha3
>
> Attachments: BaseDistributionInterceptor.java, TxDistributionInterceptor.java, distributed_cache_configuration.xml, tc1.zip, tc2.out, tc3.out, tc4.out
>
>
> 1) The owners of the keys are Node1 and Node4
> 0911 10:56:56,552 TRACE [org.infinispan.interceptors.distribution.TxDistributionInterceptor] [remote-thread-0] (TxDistributionInterceptor.java:362) - Not doing a remote get for key 1029 since entry is mapped to current node (blrsrv42-19390), or is in L1. Owners are [blrsrv29-4565, blrsrv42-19390]
> 2. The request for update came to Node2 a non-owner.
> 0911 10:56:56,388 TRACE [org.infinispan.statetransfer.StateTransferInterceptor] [HotRodServerWorker-2] (StateTransferInterceptor.java:203) - handleNonTxWriteCommand for command ReplaceCommand{key=1029, oldValue=TestData{id=1029, field1=XXXXXX}, newValue=TestData{id=1029, field1=cyyy}, metadata=EmbeddedMetadata{version=NumericVersion{version=844433520066561}}, flags=[OPERATION_HOTROD], successful=true, valueMatcher=MATCH_EXPECTED}
> 3. The updates are happening in Node1 and overwritten again with old data present in OOB Thread. Because of which the Node1, reverts back to the old data.
> 4. While doing a get from Node 1 we again receive the old value
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (ISPN-6163) Remove deprecated RemoteCacheManager constructors
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-6163?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-6163:
-----------------------------------
Affects Version/s: (was: 9.0.0.Alpha1)
> Remove deprecated RemoteCacheManager constructors
> -------------------------------------------------
>
> Key: ISPN-6163
> URL: https://issues.jboss.org/browse/ISPN-6163
> Project: Infinispan
> Issue Type: Task
> Components: Remote Protocols
> Reporter: Tristan Tarrant
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.Final
>
>
> Remove RemoteCacheManager constructors? Deprecated since 5.3 (also getProperties method). Leave in the ability to configure a ConfigurationBuilder via props (withProperties()). For generating a property file from a Configuration we can have a ConfigurationSerializer class without overloading the RCM with methods.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (ISPN-6163) Remove deprecated RemoteCacheManager constructors
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-6163?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-6163:
-----------------------------------
Fix Version/s: 9.0.0.Final
> Remove deprecated RemoteCacheManager constructors
> -------------------------------------------------
>
> Key: ISPN-6163
> URL: https://issues.jboss.org/browse/ISPN-6163
> Project: Infinispan
> Issue Type: Task
> Components: Remote Protocols
> Reporter: Tristan Tarrant
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.Final
>
>
> Remove RemoteCacheManager constructors? Deprecated since 5.3 (also getProperties method). Leave in the ability to configure a ConfigurationBuilder via props (withProperties()). For generating a property file from a Configuration we can have a ConfigurationSerializer class without overloading the RCM with methods.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months