Tomasz Mielech
Tomasz Mielech
tests: https://github.com/arangodb/kube-arangodb-test/pull/114 http://a449ed7c695a44a0faa7c64adce736b0-340255436.eu-central-1.elb.amazonaws.com/job/OperatorTestRun/565/
Description: - Automatic recognition of the arangosync custom image. - run arangosync worker as a sidecar when all requirements are fulfilled. Tests: https://github.com/arangodb/kube-arangodb/pull/861#issue-1080919393 Design doc: https://github.com/arangodb/kube-arangodb-release-manager/blob/master/documentation/arangosync_worker_sidecar.md
version: v0.20.0 There is a DATA RACE for `index` field in `LocalFile` struct in file the `index/rolodex_file_loader.go`. line 194: ``` l.index = index ``` and line 231 ``` if l.index...