Re: Cache operations hanging for a minute when one of server nodes goesdown

2018-06-11 Thread Olexandr K
Hi Stan, I tried to decrease network/failure timeouts and it worked fine when node stopped. Unfortunately I got lot's of hanged calls when it started again. At that time all cache calls got stuck for 25-30 seconds. Is it expected? I thought rebalancing should occur in background and node should

RE: Cache operations hanging for a minute when one of server nodes goesdown

2018-06-11 Thread Stanislav Lukyanov
Hi, Try to configure the existing timeouts: - failureDetectionTimeout - clientFailureDetectionTimeout - networkTimeout Not sure if the Future you mention really needs timeout. If there was a timeout, it would be either failureDetectionTimeout or networkTimeout anyway. Currently the calling