[
https://issues.apache.org/jira/browse/IGNITE-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17317300#comment-17317300
]
Ignite TC Bot commented on IGNITE-13381:
----------------------------------------
{panel:title=Branch: [pull/8985/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8985/head] Base: [master] : New Tests
(23)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Thin Client: Java{color} [[tests
14|https://ci.ignite.apache.org/viewLog.html?buildId=5957434]]
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testContinuousQueriesWithConcurrentCompute -
PASSED{color}
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testJCacheListenersExpiredEntries - PASSED{color}
* {color:#013220}ClientTestSuite: CacheEntryListenersTest.testListenersClose -
PASSED{color}
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testListenersUnsupportedParameters - PASSED{color}
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testDisconnectListeners - PASSED{color}
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testContinuousQueriesWithIncludeExpired - PASSED{color}
* {color:#013220}ClientTestSuite: CacheEntryListenersTest.testContinuousQueries
- PASSED{color}
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testContinuousQueriesWithTimeInterval - PASSED{color}
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testListenersWithRemoteFilter - PASSED{color}
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testListenersWithKeepBinary - PASSED{color}
* {color:#013220}ClientTestSuite:
CacheEntryListenersTest.testContinuousQueriesWithPageSize - PASSED{color}
... and 3 new tests
{color:#00008b}PDS (Compatibility)*{color} [[tests
8|https://ci.ignite.apache.org/viewLog.html?buildId=5957480]]
* {color:#013220}IgniteCompatibilityBasicTestSuite:
JavaThinCompatibilityTest.testCurrentClientToOldServer[Version 2.10.0] -
PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
JdbcThinCompatibilityTest.testCurrentClientToOldServer[Version 2.10.0] -
PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
JavaThinCompatibilityTest.testOldClientToCurrentServer[Version 2.10.0] -
PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
JavaThinCompatibilityTest.testOldClientToCurrentServer[Version 2.9.1] -
PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
JavaThinCompatibilityTest.testCurrentClientToOldServer[Version 2.9.1] -
PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
JdbcThinCompatibilityTest.testOldClientToCurrentServer[Version 2.9.1] -
PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
JdbcThinCompatibilityTest.testCurrentClientToOldServer[Version 2.9.1] -
PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite:
JdbcThinCompatibilityTest.testOldClientToCurrentServer[Version 2.10.0] -
PASSED{color}
{color:#00008b}Client Nodes{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5957418]]
* {color:#013220}IgniteClientReconnectTestSuite:
IgniteClientCheckClusterGroupLocalIdAfterReconnect.testClusterGroupLocalIdAfterClientReconnect
- PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5957514&buildTypeId=IgniteTests24Java8_RunAll]
> ClusterGroupEmptyException: Cluster group is empty error after client
> reconnect
> -------------------------------------------------------------------------------
>
> Key: IGNITE-13381
> URL: https://issues.apache.org/jira/browse/IGNITE-13381
> Project: Ignite
> Issue Type: Bug
> Components: networking
> Affects Versions: 2.8.1
> Reporter: Andrey Aleksandrov
> Assignee: Andrey Aleksandrov
> Priority: Major
> Attachments: SendMessageAfterClientReconnect.java
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Please run the attached test.
> It will produce the following exception:
> Exception in thread "main" class
> org.apache.ignite.cluster.ClusterGroupEmptyException: Cluster group is empty.
> at org.apache.ignite.internal.util.IgniteUtils$6.apply(IgniteUtils.java:927)
> at org.apache.ignite.internal.util.IgniteUtils$6.apply(IgniteUtils.java:925)
> at
> org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:1083)
> at
> org.apache.ignite.internal.IgniteMessagingImpl.send0(IgniteMessagingImpl.java:105)
> at
> org.apache.ignite.internal.IgniteMessagingImpl.send(IgniteMessagingImpl.java:81)
> at npe.IgnitePartitioningTest.main(IgnitePartitioningTest.java:110)
> Caused by: class
> org.apache.ignite.internal.cluster.ClusterGroupEmptyCheckedException: Cluster
> group is empty.
> at
> org.apache.ignite.internal.util.IgniteUtils.emptyTopologyException(IgniteUtils.java:5106)
> at
> org.apache.ignite.internal.IgniteMessagingImpl.send0(IgniteMessagingImpl.java:100)
> ... 2 more
> Fix:
> change
> return new ClusterGroupAdapter(ctx, null,
> Collections.singleton(cfg.getNodeId()));
> on
> return new ClusterGroupAdapter(ctx, null,
> Collections.singleton(ctx.discovery().localNode().id()));
--
This message was sent by Atlassian Jira
(v8.3.4#803005)