mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-22 00:15:20 +01:00
add finish append frames log
This commit is contained in:
@@ -930,6 +930,11 @@ impl Wal for WalFile {
|
||||
println!("finish_append_frames_commit");
|
||||
let shared = self.get_shared();
|
||||
shared.max_frame.store(self.max_frame, Ordering::SeqCst);
|
||||
tracing::trace!(
|
||||
"finish_append_frames_commit(max_frame={}, last_checksum={:?})",
|
||||
self.max_frame,
|
||||
self.last_checksum
|
||||
);
|
||||
shared.last_checksum = self.last_checksum;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user