-
Notifications
You must be signed in to change notification settings - Fork 315
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
[Bug] Trino failed to query Amoro Mixed Format Table after restarting AMS #1977
Comments
Thank you for reporting this bug. May I ask if you are using Mixed-format? What is the error log? BTW, could you please pay attention to the format of the issue report? |
trino did not find the error log; Mixed-format |
I couldn't reproduce this issue, and restarting AMS had no impact on Trino in my environment. We may need some additional error information, which should be available in Trino's server.log. |
重启执行查询之后 trino server.log 只有一条这样的日志 |
如果当我通过trino有查询一直在查amoro的话 这个时候停止amoro ams 后续就会连接不上amoro了 trino里面为什么不会打印amoro相关报错日志呢 我在log.properties |
try this: |
这个我使用默认的 |
@Aitongong Thank you for posting your issue. 😄 To ensure that as many developers can participate in discussions and receive helpful responses, the Amoro community encourages the use of English as the main language for communication. My suggestion is to first change the title and description to English. |
Has AMS been configured for high availability? I think it would be helpful if you could provide the Amoro-related configuration in Trino. |
The reason for this issue is a leak in accessing the Thrift Client pool of AMS. If there are ongoing Trino queries During the period when AMS is inaccessible (due to restart or service stop), they will enter the retry logic of the client pool, where the inaccessible objects are not being destroyed in a timely manner. There will be a PR to fix this issue later. |
Does this issue only affect Trino, or does it also affect other engines? |
I think other engines have the same problem. |
How should I configure trino's amoro logs if I want to see them |
Could you show me the content of your node.properties and log.properties in ${TRINO_HOME}/etc? |
Yes , |
What about |
coordinator node , node.properties : |
I think the |
What happened?
重启amoro ams后,发现trino无法查询amoro表了
Affects Versions
0.5.0
What engines are you seeing the problem on?
No response
How to reproduce
重启amoro ams,执行trino查询amoro表
Relevant log output
No response
Anything else
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: