Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

ServiceDiscovery Failure on handle result #21

@sleipnir

Description

@sleipnir

During tests @ralphlaude found some errors during discovery phase.
This may be related to the issue #20

iex --name a@127.0.0.1 -S mix
Erlang/OTP 23 [erts-11.1.8] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]

2021-03-07 21:31:44.033 [a@127.0.0.1]:[pid=<0.655.0> ]:[warn]: [libcluster:dev] unable to connect to :"b@127.0.0.1"
2021-03-07 21:31:44.034 [a@127.0.0.1]:[pid=<0.655.0> ]:[warn]: [libcluster:dev] unable to connect to :"c@127.0.0.1"
2021-03-07 21:31:44.034 [a@127.0.0.1]:[pid=<0.664.0> ]:[info]: Starting Horde.RegistryImpl with name MassaProxy.GlobalRegistry
2021-03-07 21:31:44.035 [a@127.0.0.1]:[pid=<0.667.0> ]:[info]: Starting Horde.DynamicSupervisorImpl with name MassaProxy.GlobalSupervisor
2021-03-07 21:31:44.035 [a@127.0.0.1]:[pid=<0.671.0> ]:[info]: Starting Proxy Cluster...
2021-03-07 21:31:44.035 [a@127.0.0.1]:[pid=<0.671.0> ]:[info]: [massa proxy on :"a@127.0.0.1"]: Connecting Horde to :"a@127.0.0.1"
2021-03-07 21:31:44.035 [a@127.0.0.1]:[pid=<0.671.0> ]:[info]: [massa proxy on :"a@127.0.0.1"]: Connecting Horde to :"a@127.0.0.1"
2021-03-07 21:31:44.036 [a@127.0.0.1]:[pid=<0.671.0> ]:[debug]:Starting Supervisors...
2021-03-07 21:31:44.039 [a@127.0.0.1]:[pid=<0.551.0> ]:[info]: Starting Registry for EventSourced
2021-03-07 21:31:44.039 [a@127.0.0.1]:[pid=<0.677.0> ]:[info]: [MassaProxy on :"a@127.0.0.1"][EntityRegistry]: Initializing...
2021-03-07 21:31:44.039 [a@127.0.0.1]:[pid=<0.675.0> ]:[warn]: CRDT: %{}
2021-03-07 21:31:44.039 [a@127.0.0.1]:[pid=<0.675.0> ]:[warn]: Picked up [] for EventSourced
2021-03-07 21:31:44.039 [a@127.0.0.1]:[pid=<0.551.0> ]:[info]: Starting Registry for CRDT
2021-03-07 21:31:44.040 [a@127.0.0.1]:[pid=<0.678.0> ]:[info]: [MassaProxy on :"a@127.0.0.1"][EntityRegistry]: Initializing...
2021-03-07 21:31:44.040 [a@127.0.0.1]:[pid=<0.675.0> ]:[warn]: CRDT: %{}
2021-03-07 21:31:44.040 [a@127.0.0.1]:[pid=<0.675.0> ]:[warn]: Picked up [] for CRDT
2021-03-07 21:31:44.040 [a@127.0.0.1]:[pid=<0.551.0> ]:[info]: Starting Registry for Stateless
Interactive Elixir (1.11.3) - press Ctrl+C to exit (type h() ENTER for help)
2021-03-07 21:31:44.040 [a@127.0.0.1]:[pid=<0.679.0> ]:[info]: [MassaProxy on :"a@127.0.0.1"][EntityRegistry]: Initializing...
2021-03-07 21:31:44.040 [a@127.0.0.1]:[pid=<0.675.0> ]:[warn]: CRDT: %{}
2021-03-07 21:31:44.040 [a@127.0.0.1]:[pid=<0.675.0> ]:[warn]: Picked up [] for Stateless
iex(a@127.0.0.1)1> 2021-03-07 21:31:44.041 [a@127.0.0.1]:[pid=<0.551.0> ]:[info]: Starting Elixir.Discovery.Worker on target function address tcp://127.0.0.1:8080
2021-03-07 21:31:50.043 [a@127.0.0.1]:[pid=<0.682.0> ]:[error]:GenServer Discovery.Worker terminating
** (stop) bad return value: %ArgumentError{message: "argument error"}
Last message: :work
State: []
2021-03-07 21:31:50.043 [a@127.0.0.1]:[pid=<0.551.0> ]:[info]: Starting Elixir.Discovery.Worker on target function address tcp://127.0.0.1:8080
2021-03-07 21:31:56.046 [a@127.0.0.1]:[pid=<0.745.0> ]:[error]:GenServer Discovery.Worker terminating
** (stop) bad return value: %ArgumentError{message: "argument error"}
Last message: :work
State: []
2021-03-07 21:31:56.046 [a@127.0.0.1]:[pid=<0.551.0> ]:[info]: Starting Elixir.Discovery.Worker on target function address tcp://127.0.0.1:8080
2021-03-07 21:32:02.049 [a@127.0.0.1]:[pid=<0.808.0> ]:[error]:GenServer Discovery.Worker terminating
** (stop) bad return value: %ArgumentError{message: "argument error"}
Last message: :work
State: []

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingplatform

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions