interledgerjs / ilp-connector

Reference implementation of an Interledger connector.
Other
135 stars 53 forks source link

Detect missing routes #455

Open kruisdraad opened 6 years ago

kruisdraad commented 6 years ago

Currently i have:

mlab1:

Routing Table ID 8300f608-b846-4bbd-9120-f19ac161eb55
Current Epoch 47
# Peers 6
# Routes 24

mlab2:

Routing Table ID 8d76539e-c153-48e5-b8d0-d0fa02eadace
Current Epoch 87
# Peers 7
# Routes 25

mlab3:

Routing Table ID 2003d60c-7930-482b-9d96-f572a129e4c0
Current Epoch 585
# Peers 6
# Routes 25

So mlab1 is missing a route. With the connected peers it should be automated and displayed into alerts informing the admin of a missing route from the network. It would save time comparing the lists manually (and even detecting it in the first place)

adrianhopebailie commented 6 years ago

Have you verified that the route is missing by checking the routing table?

We are using filtering to optimise the routing table. Is it possible that one of your nodes has optimised 2 routes down to 1?