question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Detect failed node for communication error

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
daincommented, Mar 20, 2017

I believe @electrum wanted something like HOST_UNREACHABLE.

0reactions
stale[bot]commented, Aug 5, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found