[ 
https://issues.apache.org/jira/browse/IGNITE-10513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16716651#comment-16716651
 ] 

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=2511956]]
* HibernateL2CacheTransactionalSelfTest.testRegionClear (last started)

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2488486&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)

Reply via email to