OpenSearch/x-pack/qa/rolling-upgrade
Yannick Welsch 790cfc8ad2 Fix upgraded_scroll test (#48525)
I think the problem is that the master is trying to relocate the "upgraded_scroll" shard back to
the node on which it was previously allocated, but to which it can't be allocated now due to the
shard lock being held because of an in-progress scroll. As the master keeps on retrying and
retrying (and indefinitely tries so because max_retries does not apply to relocations, it blocks
any other lower-prioritized task from completing, which leads to the rolling upgrade tests failing
(see #48395). 

Closes #48395
2019-10-29 08:10:40 +01:00
..
src/test Fix upgraded_scroll test (#48525) 2019-10-29 08:10:40 +01:00
build.gradle [7.6][Transform] blacklist continuous transform tests if upgraded from 7.2.x (#48344) 2019-10-22 13:16:12 +02:00