Detect failed node for communication error
See original GitHub issueWhen a node failed during the query execution, often TOO_MANY_REQUEST_FAILED
(on coordinator) or PAGE_TRANSPORT_TIMEOUT
(on worker) are thrown.
Once the coordinator see such errors, it should consult FailureDetector
, and if the targeting node is a known failed node, we should thrown an NODE_FAILED_DURING_QUERY_EXECUTION
(name TBD) error instead. This could help diagnose whether a query failure is an Presto software issue, or an hardware issue.
We need to rewrite the failure reason for these two types of exceptions.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Advanced node failure detection - IBM
Advanced node failure detection function is provided which can be used to reduce the number of failure scenarios which result in cluster partitions....
Read more >UIM cluster probe error "The node has no valid cluster ...
Cluster probe throws error message on gui "The node has no valid cluster address ***" while creating the profile/section.
Read more >Getting Error while registering ISE Node - Cisco Community
Hi All,. I am getting below error. Communication failure with the host 162.12.95.167. Please check the information for the target machine, or if...
Read more >'Communication Problem' appears in the node status of a ...
After installing the Deep Security agent (DSA), the node status automatically changes to "Communication Problem". A communications problem has been detected ...
Read more >Recover from a Node Failure - Tableau Help
If your node fails for reasons that are recoverable in a relatively short amount of time (for example, a hardware failure you can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I believe @electrum wanted something like
HOST_UNREACHABLE
.This issue has been automatically marked as stale because it has not had any activity in the last 2 years. If you feel that this issue is important, just comment and the stale tag will be removed; otherwise it will be closed in 7 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things.