You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by Pinot Slack Email Digest <ap...@gmail.com> on 2021/08/14 02:00:27 UTC

Apache Pinot Daily Email Digest (2021-08-13)

### _#troubleshooting_

  
 **@deemish2:** @mayanks , i am working on manage offline flows and pushed 20k
record with this table config with “bucketTimePeriod”: “1h” and
“bufferTimePeriod”: “4h” . ingesting 1 hour late data into realtime segment
with 10k records. It gives error like  
**@mayanks:** This means: ```// If last completed segment is being used, make
sure that segment crosses over end of window. // In the absence of this check,
CONSUMING segments could contain some portion of the window. That data would
be skipped forever.```  
**@mayanks:** From the code it seems it is not an error, just an info log. cc:
@npawar  
**@npawar:** Correct. Some more explanation about that behavior here  
\--------------------------------------------------------------------- To
unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org For additional commands,
e-mail: dev-help@pinot.apache.org