feature/library-handoff-and-gc #69
@@ -371,7 +371,7 @@ pub fn run_orphan_gc(
|
|||||||
state.prev_tick_all_online = false;
|
state.prev_tick_all_online = false;
|
||||||
if stats.changed() {
|
if stats.changed() {
|
||||||
info!(
|
info!(
|
||||||
"orphan-gc: marked {} new, revived {} (deferred — at least one library Stale; pending: {})",
|
"orphan-gc: {} new orphan hash(es) marked, {} revived (deferred — at least one library Stale; pending: {})",
|
||||||
stats.newly_marked,
|
stats.newly_marked,
|
||||||
stats.revived,
|
stats.revived,
|
||||||
state.pending.len()
|
state.pending.len()
|
||||||
@@ -429,12 +429,13 @@ pub fn run_orphan_gc(
|
|||||||
|
|
||||||
if stats.changed() {
|
if stats.changed() {
|
||||||
info!(
|
info!(
|
||||||
"orphan-gc: marked {} new, revived {}; deleted {} face_detections / {} tagged_photo / {} photo_insights",
|
"orphan-gc: {} new orphan hash(es) marked, {} revived; deleted {} face_detections / {} tagged_photo / {} photo_insights row(s) (pending: {})",
|
||||||
stats.newly_marked,
|
stats.newly_marked,
|
||||||
stats.revived,
|
stats.revived,
|
||||||
stats.deleted_face_detections,
|
stats.deleted_face_detections,
|
||||||
stats.deleted_tagged_photo,
|
stats.deleted_tagged_photo,
|
||||||
stats.deleted_photo_insights,
|
stats.deleted_photo_insights,
|
||||||
|
state.pending.len(),
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
debug!("orphan-gc: no changes this tick (pending: {})", state.pending.len());
|
debug!("orphan-gc: no changes this tick (pending: {})", state.pending.len());
|
||||||
|
|||||||
Reference in New Issue
Block a user