https://pinot.apache.org/ logo
Join Slack
Powered by
# pinot-dev
  • r

    Richard Startin

    02/09/2022, 8:19 AM
    I've rerun previously successful builds on branches and they all consistently fail e.g. https://github.com/apache/pinot/runs/5121720552?check_suite_focus=true
  • r

    Richard Startin

    02/09/2022, 8:20 AM
    i.e. this does not relate to what's been merged into master
  • a

    Atri Sharma

    02/09/2022, 8:56 AM
    Got a quickstart failure: https://github.com/apache/pinot/runs/5122022755?check_suite_focus=true
  • r

    Richard Startin

    02/09/2022, 8:57 AM
    yes, that's what's failing
  • r

    Richard Startin

    02/09/2022, 8:57 AM
    I even got one on an old PR, so my guess is a GHA package update https://github.com/apache/pinot/runs/5122132636?check_suite_focus=true
  • r

    Richard Startin

    02/09/2022, 9:45 AM
    as far back as I could go, the meetupRsvp quickstart has returned empty for all queries
  • r

    Richard Startin

    02/09/2022, 11:54 AM
    this replaces the meetup rsvp events stream, which has been retired and was causing the build to break, with simulated events https://github.com/apache/pinot/pull/8180
    👍 2
  • y

    Yash Agarwal

    02/09/2022, 3:41 PM
    Can someone take a look at https://github.com/apache/pinot/pull/8181 ?
  • k

    Kishore G

    02/09/2022, 3:45 PM
    can you add sample schema with few rows and sample query and when this is useful
  • j

    Jatin Kumar

    02/21/2022, 7:34 PM
    @User can you please suggest? Can we ingest data from presto to pinot(offline table). ? Is there any work around on this? https://github.com/apache/pinot/issues/4809
  • k

    Kishore G

    02/21/2022, 7:39 PM
    @User I know you have built this for trino-pinot, can that be extended to presto-pinot?
    🙏 2
  • n

    Neha Pawar

    03/03/2022, 12:15 AM
    hey folks, we are missing all design docs here starting 2021: https://docs.pinot.apache.org/developers/design-documents. If you have anything that should go here, please take a moment and add it 🙏
    ➕ 3
    🙏 1
    thankyou 3
  • s

    Stuart Millholland

    03/28/2022, 3:56 PM
    What tools have you used to load test pinot? We are thinking jmeter, but curious if what others might have used.
  • s

    Stuart Millholland

    03/28/2022, 3:57 PM
    We want to run queries as tenants (hundreds of tenants) and our use-case is in the max hundreds of queries per second.
  • a

    Atri Sharma

    03/28/2022, 4:03 PM
    Jmeter is good
  • j

    Johan Adami

    03/28/2022, 4:29 PM
    i use python locust a lot because i used to write much more python, but yes jmeter works well
  • r

    Richard Startin

    03/28/2022, 4:31 PM
    I prefer gatling
    👍 1
  • r

    Richard Startin

    03/28/2022, 4:32 PM
    Jmeter has had various issues with the way it records latencies historically
  • m

    Mayank

    03/29/2022, 12:35 AM
    There is also QueryRunner in Pinot code base
  • m

    Mayank

    03/29/2022, 12:39 PM
    You can push offline segments. Is that not what you are looking for?
  • k

    kaivalya apte

    03/29/2022, 1:26 PM
    hmm, not exactly. I was thinking if there was an API to post some events into Pinot. Pushing offline segments works but I cannot invoke it from my pipeline. Reason I want to bypass Kafka ingestion is to avoid setting up a Kafka cluster (which is tricky for prod in our infra as they have rotating keys to connect to kafka etc).
  • m

    Mayank

    03/29/2022, 2:23 PM
    I see, there is one, but not in open source.
    👍 1
  • k

    Ken Krugler

    03/31/2022, 8:17 PM
    Thought this was a very interesting article on fuzzing a DB to find bugs: https://medium.com/airtable-eng/stateful-model-based-database-fuzzing-eacffb4d7337
  • k

    Kartik Khare

    04/06/2022, 7:19 PM
    Has anyone here tried compiling pinot on M1 mac?
  • m

    Mayank

    04/06/2022, 8:15 PM
    @User has @User
  • j

    Johan Adami

    04/06/2022, 10:08 PM
    i was unsuccessful a few weekends ago, but admittedly did not spend more than 15 minutes on it. I went back to an intel mac
1...2627282930Latest