-
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
v3.0.1 of the application inspector is malfunctioning. #12048
Comments
Here are some things to check
this is example query
|
I am attaching the query results from the Pinot table. In fact, all the data in the table query was 0. It seems there may be an issue with the Kafka topic when storing data in Pinot. I am attaching the logs from the broker and the web. I could not find any logs related to 'INFO QueryLogger,' and I am unable to pinpoint exactly where the issue lies. Thank you for care |
Take a look in https://github.com/pinpoint-apm/pinpoint-docker/blob/master/docker-compose-metric.yml I think if you execute script of pinot-init and kakfa-init should work |
Looking at the codes in pinot-init and kafka-init, it seems to generate related table schemas and topics. The data related to inspector stat app was added correctly. The inspector stat agent is functioning properly. Please let us know the basis for your assessment that this is where the problem lies. |
Can you provide me with additional assistance? I have deleted all schemas and tables, and even recreated them using the luanalmeida-xipptech script, but the same issue still occurs. I really want to resolve this problem |
I checked kafka-init, and it doesn't have the Altering the number of partitions to 64 or changing pinot table config to 1 might work |
I am sharing the JSON file I used. I deleted the table and schema, rebooted Pinot, and recreated the table. The issue remains the same
|
Could you explain how you set up Kafka? I'll try it and check |
I am currently using three VMs. I will share the table registration script I used for Pinot.
|
Could you check or add Pinot server logs? The Kafka topic messages seem fine, but countFieldValue from the query result is 0. |
I think the original log is too long, so I'm giving you some of the relevant logs. Settings related logs
|
I have resolved the issue. It seems there was a problem when deleting Kafka topics in ZooKeeper, so I initialized the ZooKeeper data and configured the Kafka topic to have 64 partitions upon creation. After making these changes, I noticed the following logs on the Pinot server, and I modified the application table.json as shown below.
This part differs from the information in the master branch of Pinpoint. Please review the differences related to this. |
Prerequisites
Please check the FAQ, and search existing issues for similar questions before creating a new issue.YOU MAY DELETE THIS PREREQUISITES SECTION.
What version of pinpoint are you using?
Describe your problem**
The Application Inspector is not working correctly
What have you done?
I followed the installation guide.
Screenshots
Other features, such as the Agent Inspector and Server map, are working correctly
However, the Application Inspector shows all data as 0.
It seems the Pinot tables are fine, and the Kafka topic (attached below) is receiving messages without issue.
Logs
kafka-topic-messages.txt
web.log
col.log
Additional context
The text was updated successfully, but these errors were encountered: