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
MultiEventLog log prints warning about missing TID, when a shard holding an array (or string, probably other types too) is used in a task. The warning appears even when run with a single thread with no denominational processes
I use the shards for convenience to provide per-worker local data, that I don't expect to be mutated later, so it's not protected with an atomic or anything else.
┌ Warning: No TID 4
└ @ Dagger.Events ~/.julia/dev/Dagger/src/utils/logging-events.jl:199
┌ Warning: No TID 5, Position coef
└ @ Dagger.Events ~/.julia/dev/Dagger/src/utils/logging-events.jl:196
┌ Warning: No TID 6, Position coef
└ @ Dagger.Events ~/.julia/dev/Dagger/src/utils/logging-events.jl:196
The text was updated successfully, but these errors were encountered:
MultiEventLog
log prints warning about missing TID, when a shard holding an array (or string, probably other types too) is used in a task. The warning appears even when run with a single thread with no denominational processesI use the shards for convenience to provide per-worker local data, that I don't expect to be mutated later, so it's not protected with an atomic or anything else.
Reproducer:
gives the following printouts:
The text was updated successfully, but these errors were encountered: