[
https://issues.apache.org/jira/browse/IGNITE-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709008#comment-16709008
]
Ignite TC Bot commented on IGNITE-10513:
----------------------------------------
{panel:title=--> Run :: All: Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}SPI{color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=2462519]]
* IgniteSpiTestSuite:
TcpDiscoverySslTrustedSelfTest.testNodeShutdownOnRingMessageWorkerStartNotFinished
- 0,0% fails in last 100 master runs.
* IgniteSpiTestSuite:
TcpDiscoverySelfTest.testNodeShutdownOnRingMessageWorkerStartNotFinished - 0,0%
fails in last 100 master runs.
{color:#d04437}Platform C++ (Windows x64){color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2462529]]
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsSelectMerge2 - 0,0% fails in
last 100 master runs.
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsTwoSelects2 - 0,0% fails in
last 100 master runs.
{color:#d04437}Java Client{color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=2462507]]
* IgniteClientTestSuite: RedisProtocolStringSelfTest.testStrlen - 0,0% fails in
last 100 master runs.
* IgniteClientTestSuite: RedisProtocolStringSelfTest.testSetRange - 0,0% fails
in last 100 master runs.
* IgniteClientTestSuite: RedisProtocolStringSelfTest.testGetSet - 0,0% fails in
last 100 master runs.
{color:#d04437}Cache (Deadlock Detection){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2462541]]
* TxDeadlockDetectionTestSuite:
TxPessimisticDeadlockDetectionTest.testDeadlocksPartitionedNear - 0,0% fails in
last 100 master runs.
{color:#d04437}Platform C++ (Linux Clang){color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2462534]]
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsSelectMerge2 - 0,0% fails in
last 100 master runs.
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsTwoSelects2 - 0,0% fails in
last 100 master runs.
{color:#d04437}Cache (Failover) 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2462545]]
* IgniteCacheFailoverTestSuite2:
CacheAsyncOperationsFailoverTxTest.testPutAllAsyncFailover - 0,0% fails in last
100 master runs.
{color:#d04437}Streamers{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2462517]]
* IgniteKafkaStreamerSelfTestSuite:
IgniteSinkConnectorTest.testSinkPutsWithoutTransformation - 0,0% fails in last
100 master runs.
{color:#d04437}Platform C++ (Linux){color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2462528]]
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsSelectMerge2 - 0,0% fails in
last 100 master runs.
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsTwoSelects2 - 0,0% fails in
last 100 master runs.
{color:#d04437}Binary Objects{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2462492]]
* IgniteBinaryObjectsTestSuite:
BinaryMetadataUpdatesFlowTest.testFlowNoConflictsWithClients - 0,0% fails in
last 100 master runs.
* IgniteBinaryObjectsTestSuite:
GridCacheBinaryObjectMetadataExchangeMultinodeTest.testReadRequestBlockedOnUpdatingMetadata
- 0,0% fails in last 100 master runs.
{color:#d04437}[Inspections] Core{color} [[tests 0 BuildFailureOnMetric
|https://ci.ignite.apache.org/viewLog.html?buildId=2462582]]
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2462586&buildTypeId=IgniteTests24Java8_RunAll]
> Java client stucks when connects to server with slow disk
> ---------------------------------------------------------
>
> Key: IGNITE-10513
> URL: https://issues.apache.org/jira/browse/IGNITE-10513
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 2.6
> Reporter: Dmitry Lazurkin
> Priority: Major
> Attachments: ignite-client.log
>
>
> For emulating slow disk add _sleep_ to partitions cycle in
> _GridCacheDatabaseSharedManager#restorePartitionStates_:
> {noformat}
> //...
> for (int i = 0; i < grp.affinity().partitions(); i++) {
> try {
> log.error("Wait");
> Thread.sleep(10000);
> } catch (InterruptedException e) {
> e.printStackTrace();
> }
> //...
> {noformat}
> My server has 1024 partitions.
> Steps to reproduce:
> * Start server
> * Start client
> * On client wait message "Join cluster while cluster state transition is in
> progress, waiting when transition finish."
> * Kill server
> * On client wait repeatable java.net.ConnectException: Connection refused
> (Connection refused)
> * Start server (I have 100% chance to reproduce issue on my computer)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)