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

    Pradeep

    06/11/2020, 11:25 PM
    I haven’t configured deepstore and rebalance to offline yet
  • k

    Kishore G

    06/11/2020, 11:25 PM
    did you suffix _REALTIME
  • k

    Kishore G

    06/11/2020, 11:25 PM
    thats ok
  • p

    Pradeep

    06/11/2020, 11:25 PM
    no
  • p

    Pradeep

    06/11/2020, 11:26 PM
    I added a tenant with
    DefaultTenant
    with one realtime, offline and broker
  • p

    Pradeep

    06/11/2020, 11:26 PM
    and created a table to use this tenant
  • p

    Pradeep

    06/11/2020, 11:26 PM
    *with only realtime config
  • p

    Pradeep

    06/11/2020, 11:27 PM
    maybe because i didn’t configure deepstore? not sure how the the byte sizes are computed or when
  • k

    Kishore G

    06/11/2020, 11:28 PM
    I think its more about segments are not flushed
  • k

    Kishore G

    06/11/2020, 11:28 PM
    they are in consuming state
  • p

    Pradeep

    06/11/2020, 11:29 PM
    yeah i see this corresponding to a segment metadata “segment.realtime.status”: “IN_PROGRESS”
  • k

    Kishore G

    06/11/2020, 11:29 PM
    we can't compute the size while its progress
  • p

    Pradeep

    06/11/2020, 11:30 PM
    got it, makes sense
  • p

    Pradeep

    06/11/2020, 11:30 PM
    when do they move out of IN_PROGRESS ?
  • k

    Kishore G

    06/11/2020, 11:30 PM
    when it reaches the threshold
  • p

    Pradeep

    06/11/2020, 11:30 PM
    i guess
    segment.flush.threshold.siz
  • p

    Pradeep

    06/11/2020, 11:30 PM
    got it, didn’t realize that, that makes sense, thanks
  • k

    Kishore G

    06/11/2020, 11:31 PM
    Copy code
    "realtime.segment.flush.threshold.size": "0",
      "realtime.segment.flush.threshold.time": "24h",
      "realtime.segment.flush.desired.size": "150M",
  • k

    Kishore G

    06/11/2020, 11:32 PM
    first one to hit
  • p

    Pradeep

    06/11/2020, 11:32 PM
    nice
  • k

    Kishore G

    06/11/2020, 11:32 PM
    if its size, it takes few segments to get it right
  • k

    Kishore G

    06/11/2020, 11:33 PM
    it learns over time since we have to reverse engineer the number of rows
  • p

    Pradeep

    06/11/2020, 11:33 PM
    you mean if we specify size 0?
  • k

    Kishore G

    06/11/2020, 11:33 PM
    no, if you specify size as 100mb
  • k

    Kishore G

    06/11/2020, 11:33 PM
    first time it might flush at 50mb
  • k

    Kishore G

    06/11/2020, 11:33 PM
    then 120mb
  • k

    Kishore G

    06/11/2020, 11:34 PM
    then 105mb
  • k

    Kishore G

    06/11/2020, 11:34 PM
    something like that
  • p

    Pradeep

    06/11/2020, 11:35 PM
    oh
  • p

    Pradeep

    06/11/2020, 11:35 PM
    got it, given it would be difficult to know the size before hand
1...112113114...166Latest