https://pinot.apache.org/ logo
Join Slack
Powered by
# troubleshooting
  • d

    Dan Hill

    05/17/2020, 6:26 PM
    Yea, I've been having daily docker-for-desktop issues. I figured I was overloading it and weird issues were happening.
  • k

    Kishore G

    05/17/2020, 6:28 PM
    yeah, deskopt docker is only meant for simple quickstart use cases, docker for desktop hogs the cpu's for some reason. Heard mini-kube is better but haven't tried it
  • k

    Kishore G

    05/17/2020, 6:28 PM
    better to move to AWS or any other cloud instance for prod setup
  • d

    Dan Hill

    05/17/2020, 6:31 PM
    Cool, thanks!
  • d

    Dan Hill

    05/17/2020, 6:33 PM
    Yea, restarting docker-for-desktop fixed it. 🤷
    👍 1
  • s

    srisudha

    05/18/2020, 11:18 PM
    Hi, we are doing a PT for 10k rps with 3 pinot servers each of 10 core, 10gb - 2 servers seem to be responding back in 1 ms , but one server keeps fluctuating upto 15 ms. All these numbers just for querying. I checked logs and garbage collection - logs says schedulerWaitMs for server that gave higher query time is obviously high.
  • s

    srisudha

    05/18/2020, 11:20 PM
    Most of the times one server is on higher side
  • k

    Kishore G

    05/18/2020, 11:20 PM
    before we debug further, just want to let you know that you are already getting awesome perf numbers :)
  • k

    Kishore G

    05/18/2020, 11:21 PM
    at this point you are trying to optimize the 95th percentile latency
  • k

    Kishore G

    05/18/2020, 11:23 PM
    you can try few strategies • Partition aware routing • Replica group based placement strategy • Relocator strategy where you can move completed segments to other nodes
  • s

    srisudha

    05/18/2020, 11:26 PM
    I am assuming partition aware routing is same as column wise partitioning from producer side. We added that in place, will do a quick test to validate. I searched for more details on configurations for replica group based strategy could not find how to do it..
  • s

    srisudha

    05/18/2020, 11:28 PM
    And just to add we have 20 partitions and 2 replicas which means we have 40 consuming threads
  • k

    Kishore G

    05/18/2020, 11:28 PM
    its a bit advanced @Seunghyun Do we have any docs?
  • k

    Kishore G

    05/18/2020, 11:29 PM
    @Neha Pawar any docs on relocator configuration?
  • s

    srisudha

    05/18/2020, 11:29 PM
    And we tried querying @ 10k rps and parallel ingestion at 2k rps, the response times at servers are 1ms, 1 ms and 17 ms.
  • k

    Kishore G

    05/18/2020, 11:30 PM
    anything special about that 3rd server 17 ms?
  • s

    srisudha

    05/18/2020, 11:30 PM
    Ya just that the waitScheduleMs from logs is higher
  • s

    srisudha

    05/18/2020, 11:31 PM
    Garbage collection is higher
  • s

    srisudha

    05/18/2020, 11:31 PM
    Rest is exact replica of the other two servera
  • s

    srisudha

    05/18/2020, 11:32 PM
    One of these 3 servers is behaving on higher side every time
  • s

    Seunghyun

    05/18/2020, 11:32 PM
    is this for realtime table?
  • s

    srisudha

    05/18/2020, 11:32 PM
    Yes realtime
  • s

    Seunghyun

    05/18/2020, 11:33 PM
    realtime side replica group has been added by @Jackie recently
  • n

    Neha Pawar

    05/18/2020, 11:33 PM
    Relocator feature: https://docs.pinot.apache.org/operators/operating-pinot/tuning/realtime#moving-completed-segments-to-different-hosts
  • s

    Seunghyun

    05/18/2020, 11:33 PM
    hmm i don’t think that we have a good documentation on how to use replica group 😞
  • k

    Kishore G

    05/18/2020, 11:34 PM
    for now, point at the design doc?
  • s

    srisudha

    05/18/2020, 11:34 PM
    Ya, i checked the design doc..
  • n

    Neha Pawar

    05/18/2020, 11:34 PM
    we have answered this in a new FAQs page we're working on. it's still a draft
  • s

    srisudha

    05/18/2020, 11:35 PM
    Can u pls give me the faq page pls
  • n

    Neha Pawar

    05/18/2020, 11:35 PM
    @Kenny Bastani can we publish the draft? we can mark it WIP keep working on it
1...102103104...166Latest