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

    Xiang Fu

    04/14/2020, 6:35 PM
    do you limit the container size?
  • x

    Xiang Fu

    04/14/2020, 6:35 PM
    Seems pinot broker got shutdown by k8s
  • x

    Xiang Fu

    04/14/2020, 6:35 PM
    if you limit the container cpu/memory
  • x

    Xiang Fu

    04/14/2020, 6:35 PM
    then this shouldn’t happen
  • x

    Xiang Fu

    04/14/2020, 6:36 PM
    also tries to make init and limit to be same
  • x

    Xiang Fu

    04/14/2020, 6:36 PM
    so container size won’t change
  • s

    Shounak Kulkarni

    04/14/2020, 6:37 PM
    ok i'll try it... Thanks!
  • s

    Shounak Kulkarni

    04/14/2020, 8:41 PM
    It worked! Thanks
    🎉 3
  • k

    kant

    04/15/2020, 12:51 AM
    Hi All, I have an use case where I get a hight volume of financial time series data (Bid and Ask prices from an exchange) and my queries are like if the last two entries for a trade is less than a threshold then alert or if there is no update for a trade in the last 6 hours then alert..the volume is around 150K/sec so 1.5TB if I have to look for any update in the last 6 hours..some times it can be more than 6 hours I am still debating between druid, pinot, influxdb any suggestions?
  • t

    thomas tom

    04/15/2020, 1:43 AM
    hi all , is there a retention analysis in pinot source code?
  • k

    Kishore G

    04/15/2020, 2:03 AM
    by retention analysis - you mean like customer retention analysis?
  • r

    Ravi Singal

    04/15/2020, 2:46 PM
    Hi All,
    pinot-input-format
    plugin is not added to
    pinot-distribution/pinot-assembly.xml
    file.. Any specific reason for this plugin is not part of the distribution?
  • k

    Kishore G

    04/15/2020, 2:53 PM
    @User All input format plugins are part of the distribution. They get pulled in during the package generation.
  • k

    Kishore G

    04/15/2020, 2:54 PM
    are you facing any issue?
  • r

    Ravi Singal

    04/15/2020, 2:55 PM
    Please check https://github.com/apache/incubator-pinot/blob/master/pinot-distribution/pinot-assembly.xml#L87.
  • r

    Ravi Singal

    04/15/2020, 2:56 PM
    @User sorry for the typo. I was referring to
    pinot-input-format/pinot-confluent-avro
    plugin.
  • k

    Kishore G

    04/15/2020, 2:57 PM
    ah, you are right, I think we missed that
  • k

    Kishore G

    04/15/2020, 2:57 PM
    do you mind submitting a patch
  • r

    Ravi Singal

    04/15/2020, 2:57 PM
    sure, will do.
  • k

    Kishore G

    04/15/2020, 2:57 PM
    👍
  • r

    Ravi Singal

    04/15/2020, 2:58 PM
    Another related question - we are planning to migrate from
    SimpleAvroMessageDecoder
    to
    KafkaConfluentSchemaRegistryAvroMessageDecoder
    , does pinot allow it for the existing table without dropping the data?
  • k

    Kishore G

    04/15/2020, 3:01 PM
    not sure if that will work on the Kafka side, producers will be writing the data in a different format
  • k

    Kishore G

    04/15/2020, 3:02 PM
    you can achieve what you want without losing data but will incur downtime
  • r

    Ravi Singal

    04/15/2020, 3:03 PM
    As part of this migration, we will be updating the kafka producers to use schema registry for serialization.
  • r

    Ravi Singal

    04/15/2020, 3:06 PM
    what is the alternative for step-3 if there is no API?
  • k

    Kishore G

    04/15/2020, 3:07 PM
    set the segment flush threshold to 1 hour or something lower
  • k

    Kishore G

    04/15/2020, 3:07 PM
    wait for an hour and segment will get flushed,
  • r

    Ravi Singal

    04/15/2020, 3:09 PM
    Thanks @User
  • r

    Ravi Singal

    04/15/2020, 3:32 PM
    @User Please review: https://github.com/apache/incubator-pinot/pull/5248
  • s

    Suraj

    04/15/2020, 4:28 PM
    How do we check lag for the pinot consumer ? Are there any metrics available ? I see it is using LLC (Low level consumer) right now.
1...124125126...160Latest