From dd027e1e5379019bfeffc48ff1274b5e05581ff3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Mar 2026 15:33:36 +0800 Subject: objectstore: Refresh * Add manual Refresh for various objectstore's * RefreshPolicy option * Refreshable MRU and atomic snapshotting --- format/pack/ingest/thin_fix.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'format') diff --git a/format/pack/ingest/thin_fix.go b/format/pack/ingest/thin_fix.go index 9dc65475..9013dbc8 100644 --- a/format/pack/ingest/thin_fix.go +++ b/format/pack/ingest/thin_fix.go @@ -64,6 +64,7 @@ func maybeFixThin(state *ingestState) error { Title: "fixing thin pack", Total: uint64(total), }) + meter.Set(0, 0) var appended uint64 @@ -93,9 +94,7 @@ func maybeFixThin(state *ingestState) error { return err } - if state.thinFixed { - meter.Stop("done") - } + meter.Stop(fmt.Sprintf("appended %d/%d, done", appended, total)) return nil } -- cgit v1.3.1-10-gc9f91