What means "socket.54"

I don’t know whats going on here but I have one producer and one relay on google cloud. I confirmed that I can access the relay from the producer using a telnet command.

After while my producer starts errors like these

core:cardano.node.ErrorPolicy:Warning:496] [2021-02-22 22:27:24.31 UTC] │
IP 127.0.0.1:38087 ErrorPolicySuspendPeer (Just (ApplicationExceptionTrace (MuxError MuxBearerClosed “<socket: 54> closed when reading data, waiting on next header True”))) 20s 20s

I wanted to buy an issue in GitHub but I think its not a bug and first tried to find whats going on here… can you guys help me please I don’t know if my producer actually is trying to produce something, this is the only error I can see now.

I’m using the internal iP’s on the google cloud is that correct? firewall is disabled.

Some logs are
Producer
[core:cardano.node.basicInfo.epochLengthShelley:Notice:5] [2021-02-22 23:47:07.66 UTC] │
432000 │
[core:cardano.node.basicInfo.slotsPerKESPeriodShelley:Notice:5] [2021-02-22 23:47:07.66│
UTC] 129600 │
[core:cardano.node.basicInfo.slotLengthAllegra:Notice:5] [2021-02-22 23:47:07.66 UTC] 1│
s │
[core:cardano.node.basicInfo.epochLengthAllegra:Notice:5] [2021-02-22 23:47:07.66 UTC] │
432000 │
[core:cardano.node.basicInfo.slotsPerKESPeriodAllegra:Notice:5] [2021-02-22 23:47:07.66│
UTC] 129600 │
[core:cardano.node.basicInfo.slotLengthMary:Notice:5] [2021-02-22 23:47:07.66 UTC] 1s │
[core:cardano.node.basicInfo.epochLengthMary:Notice:5] [2021-02-22 23:47:07.66 UTC] 432│
000 │
[core:cardano.node.basicInfo.slotsPerKESPeriodMary:Notice:5] [2021-02-22 23:47:07.66 UT│
C] 129600 │
[core:cardano.node.addresses:Notice:5] [2021-02-22 23:47:08.23 UTC] [SocketInfo 0.0.0.0│
:3000,SocketInfo [::]:3000] │
[core:cardano.node.diffusion-mode:Notice:5] [2021-02-22 23:47:08.23 UTC] InitiatorAndRe│
sponderDiffusionMode │
[core:cardano.node.dns-producers:Notice:5] [2021-02-22 23:47:08.23 UTC]
[core:cardano.node.ip-producers:Notice:5] [2021-02-22 23:47:08.23 UTC] IPSubscriptionTa│
rget {ispIps = [10.166.0.4:3000], ispValency = 1}

relay

block producer
{
“Producers”: [
{
“addr”: “”,
“port”: 3000,
“valency”: 1
}
]
}

topology on relay
{
“Producers”: [
{
“addr”: “”,
“port”: 3000,
“valency”: 1
},
{
“addr”: “relays-new.cardano-mainnet.iohk.io”,
“port”: 3001,
“valency”: 2
}
]
}

both are internal google cloud IPS!

Hello,

Seems to be an issue with ur KES… did u rotate them?

Cheers,

Hi Alex,

I don’t know exactly what you mean by that, this is a very new pool and I’m new in this thing. I don’t know what you my by rotate the KES sorry.
Thanks for your assistance.

Hello,

Did u waited for the nodes to be synced before to create the KES?

Sorry, seems not the KES are the problem… please read this

oh yes, my node was sync, in fact it was sync since beginning of this month when I created the keys.
for some very strange reason it doesn’t happen anymore, I’ll keep up updated if it happen again… looks some very odd network situation.