SDSTOR-21989: check index_table existence before using it#409
SDSTOR-21989: check index_table existence before using it#409JacksonYao287 wants to merge 2 commits intoeBay:stable/v4.xfrom
Conversation
0a92251 to
dca49f2
Compare
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stable/v4.x #409 +/- ##
==============================================
Coverage ? 52.27%
==============================================
Files ? 36
Lines ? 5295
Branches ? 659
==============================================
Hits ? 2768
Misses ? 2239
Partials ? 288 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
In general LGTM
I think we should redo the
|
|
No, I haven't met the destroy_pg crash issue before in my memory. But also agree on redo pg_destroy.
|
if homeobject crashes after index_table is destroyed in destroy_pg and before the pg is created in baseline resync, we can not find pg index table when restarts. so we need add a sanity check to see if index_table exists. if not, skip refreshing pg metrics