Ganesh Vernekar
Ganesh Vernekar
> @codesome would you be able to take a look? It is unlikely anytime soon
Added a unit test
Tried it in a dev environment, weird that all shifted queries are being skipped for comparison because the response format is text/plain and not application/json. (I increased the shift ratio...
I converted this to draft since there is the above bug that I need to fix.
It is working locally with the docker-compose setup, so I have no clue why it gave issues in the dev environment. I will try running it again in dev next...
Yeah the intention was when replaying the WAL shards we isolate the data structures on the hot path and do a a simple (depending on how we split it) merge...
@sujalshah-bit thanks for taking a look at this. The parallelizing first starts when writing the WAL, i.e. we split the WAL files into multiple parts (call it shards) and redirect...
POC results https://github.com/prometheus/prometheus/pull/16793#issuecomment-3014663474 I think we should do it.