-
Notifications
You must be signed in to change notification settings - Fork 37
Multiple channel managers are being created #1038
Comments
This seems like a symptom of the double init issue
#1039 will make it so even if we double init it won't create separate instances in storage of the same node. One of the changes in #1017 was to create the first node in the background to make the first load faster. Maybe we should revert this as it only happens once so it isn't the end of the world for taking a little longer.
In their logs it has |
There are 20 cases of this happening, with 4 cases where the channel might not be okay (3 others from the known case)
|
Hmm okay, well that means this wasn't introduced recently at least |
Going to close this, #1039 should prevent it for now. Still have the underlying double init issue somewhere |
In VSS:
Will produce a few managers, and one channel monitor that goes for one of them:
This is causing the manager with
9eef7c5d-5416-469f-a8ed-7ec5fdf1ef58
to be loaded, and it's not finding the monitors for4223775b-2702-4a65-88d8-8af82cc33e65
.MutinyWallet/mutiny-web#889
The text was updated successfully, but these errors were encountered: