Skip to content
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

Return with failure if we can't resolve hostname to address #4874

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aakash10292
Copy link
Contributor

This addresses the failure observed while deploying version 8.1.
The error was triggered by a DNS failure, which resulted in a failure to look up a speciic hostname (obtained by a nodenum lookup) while processing the "cluster nodes" line.
This failure results in the nodenum being added as the hostname, which pollutes the cluster information across the cluster.

This patch (and the associated plugin-branch) address these issues.
Since this is a change to plugins, I will add a test to the robomark testsuite, to test this patch.

@aakash10292 aakash10292 force-pushed the aar_resolve_hn_failure branch from 0725dc0 to e736a9e Compare December 2, 2024 21:14
Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Error. ⚠.
Smoke testing: Error ⚠.
Cbuild submission: Error ⚠.
Regression testing: 0/0 tests failed ⚠.

@aakash10292 aakash10292 force-pushed the aar_resolve_hn_failure branch 2 times, most recently from d58eea6 to 2e8c478 Compare December 4, 2024 20:04
@aakash10292
Copy link
Contributor Author

/plugin-branch aar_resolve_failure

markhannum
markhannum previously approved these changes Dec 4, 2024
Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 6/589 tests failed ⚠.

The first 10 failing tests are:
sc_remsql [setup failure]
osql_cleanup
snap_ha_retry_newsi_generated
tunables
ssl_remsql_fdbpushredirect_generated
auth

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 8/591 tests failed ⚠.

The first 10 failing tests are:
sc_lotsoftables [setup failure]
lock_views [setup failure]
selectv_recom [setup failure]
fdb_push_rte_connect_generated [setup failure]
systable_locking
phys_rep_perf
timepart_trunc_serialsc_generated
snap_ha_retry_newsi_generated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants