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
On teardown, maelstrom has an AssertionError when one of the nodes attempts to send to a node that was already torn down.
Seems like this assertion error shouldn't be happening / printed.
INFO [2023-04-13 01:55:14,033] jepsen node n2 - maelstrom.db Tearing down n2
WARN [2023-04-13 01:55:14,033] n4 stdout - maelstrom.process Error!
java.lang.AssertionError: Assert failed: Invalid dest for message #maelstrom.net.message.Message{:id 518901, :src "n4", :dest "n1", :body {:msg_id 108978, :type "broadcast", :message 36}}
The text was updated successfully, but these errors were encountered:
On teardown, maelstrom has an
AssertionError
when one of the nodes attempts to send to a node that was already torn down.Seems like this assertion error shouldn't be happening / printed.
The text was updated successfully, but these errors were encountered: