Commit d4e59ed
authored
Don't initialize index storage with stable checkpoint publishing (#2486)
This was leftover from when the index storage was exclusively Redis. We should not initialize index storage if only enable_stable_checkpoint is set, since this will try to create a storage provider from a flag that may be unset.
Signed-off-by: Hayden B <[email protected]>1 parent 255b324 commit d4e59ed
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
244 | 243 | | |
245 | 244 | | |
246 | 245 | | |
| |||
0 commit comments