Any errors in server logs? Also check the debug en...
# troubleshooting
m
Any errors in server logs? Also check the debug endpoint for any errors
g
I'll try to check again but so far I haven't been able to find error on server logs
Copy code
=10,scanInFilter=0,scanPostFilter=190,sched=fcfs,threadCpuTimeNs=1168435
pinot-server_1  | Consumed 100368 events from (rate:17162.791/s), currentOffset=22965743, numRowsConsumedSoFar=3708712, numRowsIndexedSoFar=3708712
pinot-server_1  | Client session timed out, have not heard from server in 27990ms for sessionid 0x206014851500015
pinot-server_1  | Client session timed out, have not heard from server in 27990ms for sessionid 0x206014851500015, closing socket connection and attempting reconnect
pinot-server_1  | zookeeper state changed (Disconnected)
pinot-server_1  | KeeperState:Disconnected, SessionId: 206014851500015, instance: Server_pinot-server-3_8001, type: PARTICIPANT
pinot-server_1  | Opening socket connection to server ip-172-31-3-50.ec2.internal/172.31.3.50:2181. Will not attempt to authenticate using SASL (unknown error)
pinot-server_1  | Socket connection established, initiating session, client: /172.24.0.2:57324, server: ip-172-31-3-50.ec2.internal/172.31.3.50:2181
pinot-server_1  | Session establishment complete on server ip-172-31-3-50.ec2.internal/172.31.3.50:2181, sessionid = 0x206014851500015, negotiated timeout = 30000
pinot-server_1  | zookeeper state changed (SyncConnected)
pinot-server_1  | KeeperState: SyncConnected, instance: Server_pinot-server-3_8001, type: PARTICIPANT
pinot-server_1  | Client session timed out, have not heard from server in 22145ms for sessionid 0x206014851500015
pinot-server_1  | Client session timed out, have not heard from server in 22145ms for sessionid 0x206014851500015, closing socket connection and attempting reconnect
pinot-server_1  | zookeeper state changed (Disconnected)
pinot-server_1  | KeeperState:Disconnected, SessionId: 206014851500015, instance: Server_pinot-server-3_8001, type: PARTICIPANT
pinot-server_1  | Consumed 100395 events from (rate:2223.7852/s), currentOffset=23066138, numRowsConsumedSoFar=3809107, numRowsIndexedSoFar=3809107
pinot-server_1  | Opening socket connection to server pinot-server-2/172.31.11.39:2181. Will not attempt to authenticate using SASL (unknown error)
pinot-server_1  | Socket connection established, initiating session, client: /172.24.0.2:34540, server: pinot-server-2/172.31.11.39:2181
pinot-server_1  | Session establishment complete on server pinot-server-2/172.31.11.39:2181, sessionid = 0x206014851500015, negotiated timeout = 30000
pinot-server_1  | zookeeper state changed (SyncConnected)
pinot-server_1  | KeeperState: SyncConnected, instance: Server_pinot-server-3_8001, type: PARTICIPANT
this is what i got from server
m
Seems like server got disconnected from ZK? Is server GC’ing?
g
No, the server is not GC'ing