Open cachedout opened 3 years ago
Looking at the log, I think this is probably related to the delete_by_query
request used to delete old data before each benchmark run: https://github.com/elastic/hey-apm/blob/4ac0341c0008086085c21dc1ac0c6958699a3714/es/api.go#L129. Going to have to come back to this one, I don't think it's straightforward to fix.
I manually deleted a bunch of stale indices from the cluster, should get us unstuck for now. It'll probably happen again, until we stop sending the apm-server workload events to the same cluster (https://github.com/elastic/hey-apm/issues/167).
The Hey apm test benchmark pipeline job is constantly failing with errors like the following:
cc: @axw