Discussion:
[SSSD] [sssd PR#5580][opened] ipa subdomains: do not fail completely if one step fails
sumit-bose
2021-04-09 15:27:33 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Author: sumit-bose
Title: #5580: ipa subdomains: do not fail completely if one step fails
Action: opened

PR body:
"""
Currently while updating server side data stored on an IPA server during a
subdomains request the whole request will fail if a single step fails. As a
result the remaining server side data which would have been looked up after
the failed attempt are missing.

With this patch a failure in a single lookup is not considered fatal and
SSSD will try to read the remaining data after an error occurred.

Resolves: https://github.com/SSSD/sssd/issues/5571
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5580/head:pr5580
git checkout pr5580
pbrezina
2021-04-13 11:32:20 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Title: #5580: ipa subdomains: do not fail completely if one step fails

pbrezina commented:
"""
Thank you. Ack.
"""

See the full comment at https://github.com/SSSD/sssd/pull/5580#issuecomment-818664536
pbrezina
2021-04-13 11:32:26 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Title: #5580: ipa subdomains: do not fail completely if one step fails

Label: +Accepted
pbrezina
2021-04-13 11:45:00 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Title: #5580: ipa subdomains: do not fail completely if one step fails

Label: +Ready to push
pbrezina
2021-04-13 11:45:56 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Title: #5580: ipa subdomains: do not fail completely if one step fails

pbrezina commented:
"""
Pushed PR: https://github.com/SSSD/sssd/pull/5580

* `master`
* 02d9625ef8b3c8e3254ef69cea77fce058d6337d - ipa subdomains: do not fail completely if one step fails
* 27172c9552e698e29e5779e3a754c4d6edf1a868 - ipa: add unit test for ipa_ranges_parse_results
* 509c2ac9317b7fbcf5fe8a140f9ba3c7d9a05401 - ipa: skip id-range of unknown type

"""

See the full comment at https://github.com/SSSD/sssd/pull/5580#issuecomment-818671734
pbrezina
2021-04-13 11:45:59 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Title: #5580: ipa subdomains: do not fail completely if one step fails

Label: +Pushed
pbrezina
2021-04-13 11:46:01 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Title: #5580: ipa subdomains: do not fail completely if one step fails

Label: -Accepted
pbrezina
2021-04-13 11:46:04 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Title: #5580: ipa subdomains: do not fail completely if one step fails

Label: -Ready to push
pbrezina
2021-04-13 11:46:07 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/5580
Author: sumit-bose
Title: #5580: ipa subdomains: do not fail completely if one step fails
Action: closed

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5580/head:pr5580
git checkout pr5580

Loading...