docker-gitlab icon indicating copy to clipboard operation
docker-gitlab copied to clipboard

readiness status failed

Open chodorenko opened this issue 1 year ago • 4 comments

Hello, after update from 16.0.5 to 16.4.1 status url return failed

curl https://git_url/-/readiness {"status":"failed","master_check":[{"status":"failed","message":"unexpected Master check result: false"}]}

on request extended status https://git_url/-/readiness?all=1 return {"status":"failed","master_check":[{"status":"failed","message":"unexpected Master check result: false"}],"db_check":[{"status":"ok"}],"cache_check":[{"status":"ok"}],"cluster_shared_state_check":[{"status":"ok"}],"db_load_balancing_check":[{"status":"ok"}],"feature_flag_check":[{"status":"ok"}],"queues_check":[{"status":"ok"}],"queues_metadata_check":[{"status":"ok"}],"pubsub_check":[{"status":"ok"}],"rate_limiting_check":[{"status":"ok"}],"repository_cache_check":[{"status":"ok"}],"sessions_check":[{"status":"ok"}],"shared_state_check":[{"status":"ok"}],"trace_chunks_check":[{"status":"ok"}],"chat_check":[{"status":"ok"}],"workhorse_check":[{"status":"ok"}],"gitaly_check":[{"status":"ok","labels":{"shard":"default"}}]}

All services work ok except master. Gitlab work normally. You can explain why present its error ?

chodorenko avatar Oct 01 '23 12:10 chodorenko

I have the same issue after update from 16.0.5 to 16.1.5 and also in 16.11.2

guillaume-gambs avatar May 16 '24 10:05 guillaume-gambs

the same issue is observed with 16.11.3

benjulios avatar Jun 10 '24 11:06 benjulios

And with 17.0.2

asparrowhawk avatar Jun 19 '24 12:06 asparrowhawk