[
https://issues.apache.org/jira/browse/IGNITE-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710277#comment-16710277
]
Ignite TC Bot commented on IGNITE-10513:
----------------------------------------
{panel:title=--> Run :: All: Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Hibernate 1{color} [[tests 0 TIMEOUT , Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=2471493]]
* HibernateL2CacheTransactionalSelfTest.testRegionClear (last started)
{color:#d04437}Queries 2{color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=2470362]]
* IgniteBinaryCacheQueryTestSuite2:
DynamicColumnsConcurrentTransactionalPartitionedSelfTest.testClientReconnectWithNonDynamicCache
- 0,0% fails in last 100 master runs.
* IgniteBinaryCacheQueryTestSuite2:
DynamicColumnsConcurrentTransactionalPartitionedSelfTest.testNodeJoinOnPendingDropOperation
- 0,0% fails in last 100 master runs.
{color:#d04437}Platform .NET{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2470422]]
* exe: ServicesTest.TestWithKeepBinaryClient - 0,0% fails in last 100 master
runs.
{color:#d04437}PDS 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2470419]]
* IgnitePdsTestSuite2:
WalCompactionTest.testCompressorToleratesEmptyWalSegmentsFsync - 1,0% fails in
last 100 master runs.
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2470434&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)