You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see my task seems stuck continuously in sequence of wake + clone + drop,
My understanding is that it means the task wake up and never ready, always return pending?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I see my task seems stuck continuously in sequence of wake + clone + drop,
My understanding is that it means the task wake up and never ready, always return pending?
[2024-09-12T14:37:53.856725Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.wake" task.id=40533771035869209
[2024-09-12T14:37:53.856730Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.clone" task.id=66
[2024-09-12T14:37:53.856734Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.drop" task.id=66
[2024-09-12T14:37:53.856740Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.wake" task.id=94577516320129037
[2024-09-12T14:37:53.856746Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.clone" task.id=66
[2024-09-12T14:37:53.856751Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.drop" task.id=66
[2024-09-12T14:37:53.856757Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.wake" task.id=824633720849
[2024-09-12T14:37:53.856762Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.clone" task.id=66
[2024-09-12T14:37:53.856766Z+00:00] TRACE runtime.spawn{kind=task task.name=network task.id=24 loc.file="/home/ubuntu/release-builds/smr-moonshot/consensus/node/src/run_smr.rs" loc.line=36 loc.col=10}: tokio::task::waker: op="waker.drop" task.id=66
Beta Was this translation helpful? Give feedback.
All reactions