We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c82693 commit b9fc3baCopy full SHA for b9fc3ba
crates/tap-agent/src/agent/sender_allocation.rs
@@ -379,8 +379,9 @@ where
379
..
380
} = notification;
381
if id <= unaggregated_fees.last_id {
382
- // our world assumption is wrong
+ // Unexpected: received a receipt with an ID not greater than the last processed one
383
tracing::warn!(
384
+ unaggregated_fees_last_id = %unaggregated_fees.last_id,
385
last_id = %id,
386
"Received a receipt notification that was already calculated."
387
);
0 commit comments