Skip to content

Commit 16c7e1e

Browse files
kwannoelwenym1
andauthored
Update src/stream/src/executor/sync_kv_log_store.rs
Co-authored-by: William Wen <[email protected]>
1 parent 983d766 commit 16c7e1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/stream/src/executor/sync_kv_log_store.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,7 @@ impl<S: LocalStateStore> WriteFuture<S> {
428428
stream: BoxedMessageStream,
429429
write_state: LogStoreWriteState<S>,
430430
) -> Self {
431-
let instant = Instant::now() + duration;
432-
tracing::trace!(?instant, ?duration, "write_future_pause");
431+
tracing::trace!(now = ?Instant::now(), ?duration, "write_future_pause");
433432
Self::Paused {
434433
start_instant: Instant::now(),
435434
sleep_future: Some(Box::pin(sleep_until(instant))),

0 commit comments

Comments
 (0)