You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run it again. It'll hang on delete: esrally race --track tsdb --pipeline benchmark-only --client-options="basic_auth_user:'elastic',basic_auth_password:'password'" --test-mode --enable-assertions --kill-running-processes
Provide logs (if relevant):
We grabbed the packets and ES replies with a delete:
I also ran into the issue while testing elastic/rally-tracks#291 using --pipeline=benchmark-only.
tsdb exists from a previous race
delete-index waits for 60s before moving to the next operation
Watching the cluster during the "wait" period, the index is deleted immediately as it should. It seems like Rally just isn't getting or correctly parsing the response in order to move on to the next operation.
Rally version (get with
esrally --version
):master
Invoked command:
esrally race --track tsdb --pipeline benchmark-only --client-options="basic_auth_user:'elastic',basic_auth_password:'password'" --test-mode --enable-assertions --kill-running-processes
Configuration file (located in
~/.rally/rally.ini
)): some debug logsJVM version: bundled
OS version:
Description of the problem including expected versus actual behavior:
The delete-index operation times out when the
tsdb
index exists.Steps to reproduce:
./gradlew run
in the root.esrally race --track tsdb --pipeline benchmark-only --client-options="basic_auth_user:'elastic',basic_auth_password:'password'" --test-mode --enable-assertions --kill-running-processes
esrally race --track tsdb --pipeline benchmark-only --client-options="basic_auth_user:'elastic',basic_auth_password:'password'" --test-mode --enable-assertions --kill-running-processes
Provide logs (if relevant):
We grabbed the packets and ES replies with a delete:
Wireshark shows that sixty seconds later we
RST ACK
the tcp connection. That's when we declare a timeout.Rally reports this timeout:
But ES thinks the index is deleted.
You can delete just fine over
curl
:The text was updated successfully, but these errors were encountered: