No response returned from snapshot restore #27791
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>non-issue
v6.2.0
v7.0.0-beta1
Elasticsearch version (
bin/elasticsearch --version
): 6.2.0 , 7.0.0-alpha1Plugins installed: repository-s3, x-pack
JVM version (
java -version
): openjdk version "1.8.0_151"OS version (
uname -a
if on a Unix-like system): Linux 4.10.0-40-generic #44~16.04.1-Ubuntu SMP Thu Nov 9 15:37:44 UTC 2017 x86_64 x86_64 x86_64 GNU/LinuxDescription of the problem including expected versus actual behavior:
During ML QA test runs, index snapshots are being restored from S3 by calling the
_restore
endpoint with thewait_for_completion
parameter set totrue
. About 1% of the API calls from the ML QA framework to the_restore
endpoint fail with the following error:The snapshot restore request is received, acknowledged and completed successfully by the Elasticsearch node, but there's no response coming back. This is not caused by a timeout, as the request fails immediately after it was sent.
The issue started to be observed only in 6.2.0 and 7.0.0-alpha1 after the following changes have been introduced: 58b4d6c...8b49b3f
Reproduction rate: 1%
Steps to reproduce:
The text was updated successfully, but these errors were encountered: