mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 04:00:38 +00:00
include lsn in error msg
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user