-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to fetch Pinot data from pinpoint web #11414
Comments
I think I've found a partial solution to number 2. For example, with uristat, there was no minion instance and no task, so it couldn't execute. But another problem has arisen, and I'm getting continuous errors. Can you tell me what the error is?
|
RealtimeToOfflineSegmentsTask is used to ensure speed when table usage is high.
I once experienced that RealtimeToOfflineSegmentsTask will not run if all of the Kafka partitions are filled with data (in Pinot 1.0.0) |
@donghun-cho As I mentioned for number 2, I had add Pinot Minion. However, I continued to get errors, and upon checking, I found that while the Realtime Table had It seems like these conflicting settings were causing the continuous errors. Ultimately, when I set both the Realtime Table and the Offline Table to "1", the RealtimeToOfflineSegmentsTask worked correctly. And I have a one more Questions. |
So replication value was the cause of the error. @intr3p1d Could you check the question above? |
@HanChanYoung To address this, the settings have been updated in #11455. Thank you for bringing this to our attention and for reviewing the settings. |
Hello, I am using Pinpoint version 3.0.0 and am viewing various information (e.g., URL statistics) on the Pinpoint web using Pinot data.
I have a question.
When I look at the Pinot tables, there are realtime and offline tables. Currently, it seems like data is being fetched from the realtime table. Under what conditions is data fetched from the offline table?
If data is only loaded into the realtime table and data in the offline table shows as NaN, what could be the problem? Thank you.
The text was updated successfully, but these errors were encountered: