fix: crash in globalTierJournal when TierConfig is not initialized (#17791)

This commit is contained in:
Harshavardhana
2023-08-03 14:16:15 -07:00
committed by GitHub
parent b762fbaf21
commit 239ccc9c40
4 changed files with 23 additions and 21 deletions

View File

@@ -346,7 +346,7 @@ var (
globalTierConfigMgr *TierConfigMgr
globalTierJournal *tierJournal
globalTierJournal *TierJournal
globalConsoleSrv *restapi.Server