https://pinot.apache.org/ logo
Join Slack
Powered by
# general
  • c

    Chinmay Soman

    03/13/2019, 1:35 AM
    +1 that diagram is a simplified view. There is Kafka in the middle
    πŸ‘ 2
  • s

    saj1th

    03/13/2019, 2:32 AM
    thanks everyone πŸ™‚
  • a

    Ananth Packkildurai

    03/14/2019, 11:51 PM
    The discussion around the pull based model brings an interesting question. Currently, Pinot tightly couple scrapping (or event sourcing) and indexing. Was there any thought given to separate them to scale independently?
  • r

    Ravi

    03/15/2019, 1:17 AM
    @User @User have done some initial work to separate out ingestion and serving. But I don't think we really thought out separating ingestion and indexing. What would the benefits be? Wouldn't it cause more delays for realtime scenarios?
  • k

    Kishore G

    03/15/2019, 4:24 PM
    I think he is talking about a push api. For e.g. can we directly push to Pinot from Flink/Samza without going through Kafka job.
  • j

    James Shao

    03/18/2019, 11:21 PM
    @User @User could you guys see if we have any other thing we need to do for this pull request: https://github.com/apache/incubator-pinot/pull/3869
  • s

    Seunghyun

    03/19/2019, 12:07 AM
    @User sure
  • t

    Ting Chen

    03/19/2019, 12:29 AM
    Is there any recommended qps upper limit for the zk cluster managed by Helix? I want to let Pinot servers send notifications to Pinot broker via Helix. If each Pinot server sends 1 notification per second, that means around ~10 qps to Helix for 10 servers. I wonder if such traffic volume will cause message delivery latency issues.
  • k

    Kishore G

    03/19/2019, 12:50 AM
    What’s the motivation?
  • k

    Kishore G

    03/19/2019, 12:51 AM
    Is this for presto Pinot connector?
  • j

    James Shao

    03/19/2019, 12:51 AM
    This is for pinot upsert, used for syncing the low-water-mark of upsert progress to the broker so it can construct the proper filtering condition when we process the query on broker
  • j

    James Shao

    03/19/2019, 12:52 AM
    we are trying to look into some solutions and see which one will be better
  • k

    Kishore G

    03/19/2019, 12:55 AM
    Our original idea was log coordinator pulls from servers and maintains the water marks and brokers/clients poll log coordinator periodically
  • k

    Kishore G

    03/19/2019, 12:56 AM
    Does that work you?
  • j

    James Shao

    03/19/2019, 12:57 AM
    we are doing similar, but for our current stage of POC we are going to skip log coordinator and let the broker pull the watermark directly from servers (in a sense they are similar operations)
  • j

    James Shao

    03/19/2019, 12:57 AM
    I think @User is exploring the option of utilizing of helix to pass around this info
  • k

    Kishore G

    03/19/2019, 12:57 AM
    Makes sense. Skip Helix for now.
  • k

    Kishore G

    03/19/2019, 12:58 AM
    It will quickly add up and number of writes will be a lot.
  • j

    James Shao

    03/19/2019, 1:01 AM
    @User ^
  • t

    Ting Chen

    03/19/2019, 4:59 PM
    Thanks @User and @User. So Helix seems not designed for such use cases of high write throughputs. I will let broker to directly pull from servers for watermarks info.
  • a

    Ananth Packkildurai

    03/22/2019, 5:33 AM
    πŸ‘‹ Question to the Uber team, I noticed in the Presto Slack channel that Uber using Presto Pinot connector in production and working on pushdown aggregation support. Any thoughts on open sourcing it?
  • x

    Xiang Fu

    03/22/2019, 5:49 AM
    +1 to this πŸ™‚
  • m

    Mayank

    03/22/2019, 4:06 PM
    +1 as well
  • s

    Sunitha

    03/22/2019, 4:07 PM
    +1 too
  • r

    Ravi

    03/22/2019, 4:11 PM
    I have had initial conversation about with Girish in Uber. They have plans but not fully ready yet. I will let Girish or Divesh chime in.
  • a

    Ananth Packkildurai

    03/25/2019, 7:09 PM
    πŸ‘‹ welcome @User. Arjun working on user experience and applications on top of Pinot at Slack and he have a lot of things to say about Pinot query engine from the integration perspective πŸ™‚
    πŸ‘‹ 2
    πŸ‘ 2
  • r

    Ravi

    03/25/2019, 8:09 PM
    welcome @User. It will be great to know from your perspective on what we need to build in Pinot
    πŸ‘‹ 1
  • j

    James Shao

    03/27/2019, 8:26 PM
    @User some of us cannot make it to the meetup tonight, I am wondering if we have a video feed set up so we can watch online?
  • j

    James Shao

    03/27/2019, 8:28 PM
    also @User ^
  • r

    Ravi

    03/27/2019, 8:34 PM
    Unfortunately we dont have a live feed for the meeting. But we will be recording the event and will be uploading the talks to Youtube channel as soon as video production is ready
1...727374...160Latest