[JBoss JIRA] (ISPN-2641) Use RpcManager#getMembers instead of Transport#getMembers if necessary
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-2641?page=com.atlassian.jira.plugin.... ]
Adrian Nistor commented on ISPN-2641:
-------------------------------------
I've just spotted 3 wrong usages in ReplicationInterceptor in methods visitPrepareCommand, visitLockControlCommand and retrieveFromRemoteSource.
> Use RpcManager#getMembers instead of Transport#getMembers if necessary
> ----------------------------------------------------------------------
>
> Key: ISPN-2641
> URL: https://issues.jboss.org/browse/ISPN-2641
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Cache
> Affects Versions: 5.2.0.Beta5
> Reporter: Vladimir Blagojevic
> Assignee: Mircea Markus
> Fix For: 5.2.0.Final
>
>
> Recently we have added RpcManager#getMembers method which returns cache members rather that entire cluster members returned by Transport#getMembers. We should review the entire codebase very carefully and replace instances of Transport#getMembers with RpcManager#getMembers if necessary.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-2209) HotRod client occasionally reports invalid magic number in elasticity tests
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-2209?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-2209:
-----------------------------------------------
Michal Linhard <mlinhard(a)redhat.com> made a comment on [bug 807741|https://bugzilla.redhat.com/show_bug.cgi?id=807741]
I've run 2 tests with JDG 6.1.0.ER5 that previously demonstrated this issue and haven't seen it.
ER5 build is burdened with other errors that might affect manifestation of this issue, namely bugzillas 886565, 886549, 887323
This heisenbug wasn't easy to spot even in builds where it was confirmed, however for this build, I think these two tests are enough, if the issue reappears, I'll reopen.
The tests I did were elasticity tests 8-16-8 and 16-32-16 in hyperion:
http://www.qa.jboss.com/~mlinhard/hyperion3/run0009
http://www.qa.jboss.com/~mlinhard/hyperion3/run0010
> HotRod client occasionally reports invalid magic number in elasticity tests
> ---------------------------------------------------------------------------
>
> Key: ISPN-2209
> URL: https://issues.jboss.org/browse/ISPN-2209
> Project: Infinispan
> Issue Type: Bug
> Components: Remote protocols
> Affects Versions: 5.1.5.FINAL
> Environment: Hyperion w/32 nodes
> Reporter: Tristan Tarrant
> Assignee: Galder Zamarreño
> Labels: jdg, jdg6
>
> During a 32-node elasticity tests, HotRod clients report "invalid magic number"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-2581) StateTransferManagerImpl.waitForInitialStateTransferToComplete() returns too soon
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-2581?page=com.atlassian.jira.plugin.... ]
Adrian Nistor reassigned ISPN-2581:
-----------------------------------
Assignee: Adrian Nistor (was: Dan Berindei)
> StateTransferManagerImpl.waitForInitialStateTransferToComplete() returns too soon
> ---------------------------------------------------------------------------------
>
> Key: ISPN-2581
> URL: https://issues.jboss.org/browse/ISPN-2581
> Project: Infinispan
> Issue Type: Bug
> Components: State transfer
> Affects Versions: 5.2.0.Beta5
> Reporter: Dan Berindei
> Assignee: Adrian Nistor
> Priority: Critical
> Fix For: 5.2.0.CR1
>
>
> StateTransferManagerImpl.waitForInitialStateTransferToComplete() returns as soon as a joining node confirmed to the coordinator that it received all the data it needed (see STMI.notifyEndOfTopologyUpdate()).
> It should return only after the coordinator has confirmed the end of the rebalance with a new topology update (see STMI.doTopologyUpdate()).
> This should make it more likely for the tests suite clusters to be in a stable state by the time the test starts, and should help with the random state transfer-related failures in non-state transfer tests.
> Instead we should make sure that we do have tests that check forwarding behaviour explicitly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years