include lsn in error msg

This commit is contained in:
Christian Schwarz
2024-09-15 14:01:04 +01:00
parent 2fafe47e09
commit 588e6dd1ef

View File

@@ -1136,7 +1136,7 @@ impl Timeline {
.await
.map_err(|err| {
anyhow::anyhow!(
"get_vectored_reconstruct_data invocation {invocation}: keyspace={keyspace} {err:?}",
"get_vectored_reconstruct_data invocation {invocation} lsn={lsn} keyspace={keyspace} {err:?}",
)
})?;
get_data_timer.stop_and_record();