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

    Ananth Packkildurai

    01/15/2019, 12:36 AM
    ๐Ÿ‘‹ is there any plan to upgrade Kafka version? I was working on to add a prometheus integration with Pinot and found the yammer-metrics (which got deprecated) still have a hard dependency on kafka. The metrics lib is not a reason for the question, but just curious to understand on the latest Kafka support.
    • 1
    • 1
  • a

    Ananth Packkildurai

    01/17/2019, 3:56 AM
    is there any best practice on what are the metrics to watch/ alert for Pinot? any shareable runbook for operating the clusters?
    n
    • 2
    • 2
  • s

    Sunitha

    02/16/2019, 3:31 PM
    @User Pinot works with its own internal segment format, so data will be converted from other formats. We currently don't have support for ORC/Parquet.
    c
    k
    • 3
    • 3
  • a

    Ananth Packkildurai

    02/26/2019, 10:48 PM
    ๐Ÿ‘‹ I'm frequently getting these exception
    Copy code
    Exception while executing a state transition task clog__5__22__20190226T1034Zjava.lang.reflect.InvocationTargetException
    java.lang.IllegalArgumentException: Illegal memory allocation 0 for segment clog__5__22__20190226T1034Z column clog__5__22__20190226T1034Z:clog_json.dict\n\tat com.google.common.base.Preconditions.checkArgument(Preconditions.java:122)\n\tat com.linkedin.pinot.core.io.readerwriter.RealtimeIndexOffHeapMemoryManager.allocate(RealtimeIndexOffHeapMemoryManager.java:74)\n\tat com.linkedin.pinot.core.io.writer.impl.MutableOffHeapByteArrayStore$Buffer.<init>(MutableOffHeapByteArrayStore.java:100)\n\tat com.linkedin.pinot.core.io.writer.impl.MutableOffHeapByteArrayStore$Buffer.<init>(MutableOffHeapByteArrayStore.java:85)\n\tat com.linkedin.pinot.core.io.writer.impl.MutableOffHeapByteArrayStore.expand(MutableOffHeapByteArrayStore.java:196)\n\tat com.linkedin.pinot.core.io.writer.impl.MutableOffHeapByteArrayStore.<init>(MutableOffHeapByteArrayStore.java:183)\n\tat com.linkedin.pinot.core.realtime.impl.dictionary.StringOffHeapMutableDictionary.<init>(StringOffHeapMutableDictionary.java:34)\n\tat com.linkedin.pinot.core.realtime.impl.dictionary.MutableDictionaryFactory.getMutableDictionary(MutableDictionaryFactory.java:41)\n\tat com.linkedin.pinot.core.indexsegment.mutable.MutableSegmentImpl.<init>(MutableSegmentImpl.java:146)\n\tat com.linkedin.pinot.core.data.manager.realtime.LLRealtimeSegmentDataManager.<init>(LLRealtimeSegmentDataManager.java:1080)\n\tat com.linkedin.pinot.core.data.manager.realtime.RealtimeTableDataManager.addSegment(RealtimeTableDataManager.java:257)\n\tat com.linkedin.pinot.server.starter.helix.HelixInstanceDataManager.addRealtimeSegment(HelixInstanceDataManager.java:123)\n\tat com.linkedin.pinot.server.starter.helix.SegmentOnlineOfflineStateModelFactory$SegmentOnlineOfflineStateModel.onBecomeOnlineFromOffline(SegmentOnlineOfflineStateModelFactory.java:164)\n\tat com.linkedin.pinot.server.starter.helix.SegmentOnlineOfflineStateModelFactory$SegmentOnlineOfflineStateModel.onBecomeConsumingFromOf
    • 1
    • 1
  • s

    Subbu Subramaniam

    02/27/2019, 12:21 AM
    logs shjould indicate what happened here. @User if you can grep for segment name from your logs and post what happned, that will help. Also, if you can please let us know what git hash you are running, that can help us with getting to the right code and checking whether a bug is fixed or not.
    a
    • 2
    • 4
  • s

    Subbu Subramaniam

    02/28/2019, 1:16 AM
    @User if you can provide the following info that will help a lot: 1. Zookeeper Segment metadata for the consuming segment : Should be in helix-cluster-name/pinot/PROPERTYSTORE/CONFIGS/SEGMENTS/tableName/segmentName 2. TableConfig Thanks
    a
    • 2
    • 3
  • c

    Chinmay Soman

    03/01/2019, 6:20 PM
    FYI: if the Kafka message size > buffer size of the Pinot simple consumer, it will not consume anything and not log any exception either. Not sure if that's the case here but somethign to check
    a
    • 2
    • 1
  • s

    Seunghyun

    03/01/2019, 6:58 PM
    Itโ€™s being addressed here
    c
    • 2
    • 1
  • r

    Ravi

    03/01/2019, 7:05 PM
    @User have you been able to make progress on the issues you were facing? Should we do a shared debugging session if required?
    a
    • 2
    • 1
  • c

    Chinmay Soman

    03/01/2019, 10:59 PM
    no - pinot bug: its the one @User referred to earlier https://github.com/apache/incubator-pinot/pull/3869
    a
    • 2
    • 1
  • k

    Kishore G

    03/01/2019, 11:03 PM
    typically max message size is set on the broker (not sure if it can be set per topic)
    c
    • 2
    • 1
  • a

    Ananth Packkildurai

    03/12/2019, 11:19 PM
    โ˜๏ธ yes, that is the recommended approach.
    s
    • 2
    • 1
  • r

    Ravi

    03/13/2019, 9:49 PM
    <!here> Big Data Meetup at LinkedIn on "Supercharged OLAP on Big Data" - https://superchargedolap.splashthat.com/. Please join us to hear from a great set of speakers
    h
    • 2
    • 2
  • j

    Jackie

    04/04/2019, 4:07 AM
    We added the configuration to test default column feature and be able to turn it off if it does not work. Since it has been there for years, we should always enable it and remove the configuration: https://github.com/apache/incubator-pinot/pull/4106
    s
    • 2
    • 1
  • k

    Kishore G

    04/05/2019, 12:06 AM
    ok. should be simple to add that. I saw someone in mailing list asking for some few things to get started
    c
    • 2
    • 1
  • k

    Kishore G

    04/05/2019, 12:07 AM
    @User yes, we have a lot of cool undocumented stuff ๐Ÿ˜‰
    s
    w
    • 3
    • 2
  • j

    James Shao

    04/15/2019, 5:00 PM
    like put the condition in the filtering condition?
    w
    • 2
    • 4
  • s

    Seunghyun

    05/02/2019, 5:25 PM
    So after this pr, if you have provided your own custom log4j config, you will need to convert the config to log4j2 format. If you used
    pinot-admin
    command to start the instances, there will be no difference
    j
    • 2
    • 1
  • s

    Seunghyun

    05/03/2019, 8:04 PM
    @User You can write a custom log4j config and pass it to as part of the jvm config. You can use something like
    RollingFileAppender
    https://howtodoinjava.com/log4j/log4j-rolling-file-appender/ to avoid the issue
    a
    • 2
    • 1
  • a

    anshul.bansal

    05/06/2019, 8:08 PM
    Anyone havin any idea : as per the thirdeye documentation "Import metric from Presto/MySQL" should be available on create alerts. Bit code is commented. ??
    r
    • 2
    • 1
  • a

    Andre Hsu

    05/14/2019, 12:50 AM
    Is it possible to have the exact same segments on two different clusters but somehow the data row counts are different?
    r
    m
    s
    • 4
    • 85
  • b

    bishalpaul

    05/21/2019, 11:41 AM
    @User Any ideas for schema definition nested Json while consuming from kafka.
    a
    m
    k
    • 4
    • 7
  • v

    Vasilije Markovic

    07/15/2019, 6:45 PM
    Hi. When trying to run kafka stream and ingest mock dataset from Pinot, I face Query had processing exceptions: ! [{"errorCode":410,"message":"BrokerResourceMissingError"}] Any ideas why? Adding the stack trace to the message bellow
    • 1
    • 1
  • s

    Seunghyun

    07/15/2019, 7:53 PM
    @User It seems that the broker is not setup correctly. Can you tell us a bit more about your current pinot setup?
    v
    • 2
    • 9
  • m

    Mayank

    08/08/2019, 3:10 PM
    How are you setting up the table config to consume from your Kafka topic
    v
    • 2
    • 1
  • x

    Xiang Fu

    08/08/2019, 5:56 PM
    "stream.kafka.hlc.zk.connect.string": "our_kafka_dns:9092"
    this should point to zookeeper
    v
    • 2
    • 6
  • d

    Dheeraj Dwivedi

    08/29/2019, 8:08 AM
    Do we have a documentation of supported data types. Any plans of supporting data types "array of object" ?
    k
    • 2
    • 1
  • v

    Vasilije Markovic

    08/29/2019, 1:22 PM
    Hi. One of the engineers I work with is asking if there is a Pinot whitepaper. She had a look and tried to find one but didn't manage. I'd appreciate a link if you guys know.
    k
    • 2
    • 2
  • l

    lsabi

    09/04/2019, 8:36 PM
    Hi, can I have multiple tables, each with one stream/topic attached? Thanks
    s
    • 2
    • 2
  • j

    Jackie

    09/06/2019, 8:59 PM
    I don't think we are deprecating it
    c
    • 2
    • 1
12345...160Latest