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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
is master sidecar container needed for all versions? as I understand it should have been fixed as mentioned in #63 (comment), maybe it makes sense to introduce additional value and add this container optionally?
I've tried to reproduce the issue as described here #63
For version 7.2.0 I can't reproduce
Were you able to reproduce the problem with this test on versions before 7.2? If I recall correctly the issue with using _cat/master is that it doesn't have a timeout and only returns once the new master has been elected. The best way to reproduce it (and to test if it is fixed) seems to be doing lots of writes while the currently active master is being shut down.
I'm going to do some testing with 7.2.0 to see if it is indeed fixed or not. If so then we can disable this workaround!
Describe the feature:
is master sidecar container needed for all versions? as I understand it should have been fixed as mentioned in #63 (comment), maybe it makes sense to introduce additional value and add this container optionally?
I've tried to reproduce the issue as described here #63
For version
7.2.0
I can't reproduceand during the re-election API call
$ watch -n1 time curl -s http://localhost:9200/_cat/master?v
doesn't hang.
The text was updated successfully, but these errors were encountered: