Saturday, October 5, 2024

core lightning – What are gossip_store flags and what do I get the messages about dying channels?

I’ve a few non-public channels in my Core Lightning node that runs over Tor.
As we speak it logged:

lightningd: Server began with public key ***************************, alias ******** (shade #******) and lightningd v24.02
2024-03-23T05:51:53.527Z **BROKEN** gossipd: gossip_store flag-2048 @24968004 for 256 already set!
2024-03-23T05:51:53.527Z **BROKEN** gossipd: gossip_store flag-2048 @26397145 for 258 already set!
2024-03-23T05:51:53.527Z **BROKEN** gossipd: gossip_store flag-2048 @26397295 for 258 already set!
2024-03-23T05:51:53.527Z **BROKEN** gossipd: gossip_store flag-2048 @26475428 for 256 already set!
2024-03-23T05:51:53.527Z **BROKEN** gossipd: gossip_store flag-2048 @30246804 for 258 already set!
2024-03-23T05:51:53.527Z **BROKEN** gossipd: gossip_store flag-2048 @30246954 for 258 already set!
2024-03-23T05:51:53.902Z **BROKEN** gossipd: gossip_store flag-2048 @23264743 for 256 already set!
2024-03-23T05:51:53.902Z **BROKEN** gossipd: gossip_store flag-2048 @30822167 for 258 already set!
2024-03-23T05:51:53.902Z **BROKEN** gossipd: gossip_store flag-2048 @23265825 for 258 already set!
2024-03-23T05:51:59.527Z **BROKEN** gossipd: gossip_store flag-2048 @8422867 for 256 already set!
2024-03-23T05:51:59.527Z **BROKEN** gossipd: gossip_store flag-2048 @36069597 for 258 already set!
2024-03-23T05:51:59.527Z **BROKEN** gossipd: gossip_store flag-2048 @36291961 for 258 already set!
2024-03-23T05:51:59.527Z **BROKEN** gossipd: gossip_store flag-2048 @8426511 for 257 already set!
2024-03-23T05:52:44.590Z **BROKEN** gossipd: Dying channel 834847x2282x1 already deleted?
2024-03-23T05:52:44.591Z **BROKEN** gossipd: Dying channel 800108x1316x1 already deleted?
2024-03-23T05:52:44.591Z **BROKEN** gossipd: Dying channel 834847x2282x1 already deleted?
2024-03-23T05:52:44.591Z **BROKEN** gossipd: Dying channel 800108x1316x1 already deleted?
2024-03-23T06:01:16.091Z **BROKEN** gossipd: Dying channel 835269x2049x0 already deleted?
2024-03-23T06:01:16.091Z **BROKEN** gossipd: Dying channel 835269x2049x0 already deleted?
2024-03-23T06:01:47.171Z **BROKEN** gossipd: Dying channel 775341x2972x0 already deleted?
2024-03-23T06:02:18.349Z **BROKEN** gossipd: Dying channel 775341x2972x0 already deleted?
2024-03-23T06:02:51.095Z **BROKEN** gossipd: Dying channel 835547x1728x1 already deleted?

After I run listpeerchannels all is ok, the channels are reconnected and able to use.
Bitcoin Core logs:

2024-03-23T16:41:43Z UpdateTip: new finest=00000000000000000000ef4c3ebfba280fe055aabe0ffb1e5777c5fe894f1512 peak=835944 model=0x20400000 log2_work=94.813600 tx=979724424 date="2024-03-23T16:41:30Z" progress=1.000000 cache=51.5MiB(429836txo)
2024-03-23T16:47:05Z Noticed new header hash=00000000000000000002a6e35f0c8c6f29adb034df04cb13b26ae9b353670102 peak=835945
2024-03-23T16:47:05Z [net] Noticed new cmpctblock header hash=00000000000000000002a6e35f0c8c6f29adb034df04cb13b26ae9b353670102 peer=0
2024-03-23T16:47:11Z UpdateTip: new finest=00000000000000000002a6e35f0c8c6f29adb034df04cb13b26ae9b353670102 peak=835945 model=0x25ce6000 log2_work=94.813615 tx=979726897 date="2024-03-23T16:46:40Z" progress=1.000000 cache=52.0MiB(434993txo)
2024-03-23T16:51:28Z Flushed price estimates to fee_estimates.dat

What is occurring right here? Are the message from gossipd about different channels than those I’ve?

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles