https://pinot.apache.org/ logo
Join SlackCommunities
Powered by
# pinot-dev
  • t

    Ting Chen

    06/18/2020, 9:12 PM
    Could events like deleting a large Pinot table (with ~10k segments) generate a lot of messages to servers and results in a lot of nodes in Helix/Zk?
  • k

    Kishore G

    06/18/2020, 9:13 PM
    yes
  • t

    Ting Chen

    06/18/2020, 9:18 PM
    If some servers are down, will the message nodes be deleted?
  • k

    Kishore G

    06/18/2020, 9:19 PM
    it will be deleted once the nodes come back up
  • t

    Ting Chen

    06/18/2020, 9:22 PM
    some of our nodes can not get back up because
  • t

    Ting Chen

    06/18/2020, 9:24 PM
    WARN org.apache.zookeeper.ClientCnxn - Session 0x3678639af2315ed for server zknode/10.80.14.25:2181, unexpected error, closing socket connection and attempting reconnect java.io.IOException: Packet len6418980 is out of range!
  • t

    Ting Chen

    06/18/2020, 9:24 PM
    at org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:113) at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1144)
  • t

    Ting Chen

    06/18/2020, 9:25 PM
    Could there be too many messages for a server?
  • k

    Kishore G

    06/18/2020, 9:28 PM
    whats the zookeeper max buffer?
  • k

    Kishore G

    06/18/2020, 9:29 PM
    now or was it like that before
  • y

    Yupeng Fu

    06/18/2020, 9:29 PM
    increased it to 10MB
  • k

    Kishore G

    06/18/2020, 9:31 PM
    on the pinot node side or zookeeper server
  • y

    Yupeng Fu

    06/18/2020, 9:31 PM
    pinot side
  • y

    Yupeng Fu

    06/18/2020, 9:31 PM
    client buffer
  • k

    Kishore G

    06/18/2020, 9:31 PM
    I think this is server side config
  • y

    Yupeng Fu

    06/18/2020, 9:33 PM
    hmm. but the exception is from
    ClientCnxnSocket.readLength
  • k

    Kishore G

    06/18/2020, 9:33 PM
    whats the setting on server
  • k

    Kishore G

    06/18/2020, 9:33 PM
    zookeeper server
  • k

    Kishore G

    06/18/2020, 9:34 PM
    i vaguely remember you needed this on the zookeeper server as well
  • y

    Yupeng Fu

    06/18/2020, 9:34 PM
    -Djute.maxbuffer=41943040
  • y

    Yupeng Fu

    06/18/2020, 9:34 PM
    this is the zk server setting
  • k

    Kishore G

    06/18/2020, 9:35 PM
    ok, that seems to be fine
  • y

    Yupeng Fu

    06/18/2020, 9:35 PM
    ok
  • k

    Kishore G

    06/29/2020, 4:41 PM
    need a quick review on this
  • m

    Mayank

    06/29/2020, 5:06 PM
    I had left a question on the PR (I am very likely missing something obvious)
  • k

    Kishore G

    06/29/2020, 5:09 PM
    what was the questio
  • m

    Mayank

    06/29/2020, 5:10 PM
    Neha just replied
  • k

    Kishore G

    06/29/2020, 5:10 PM
    ok
  • k

    Kishore G

    06/29/2020, 5:49 PM
    anything else needed
  • m

    Mayank

    06/29/2020, 5:50 PM
    No, just e2e test as others also mentioned.
1...161718...30Latest