-
Notifications
You must be signed in to change notification settings - Fork 309
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
DAOS-15050 dtx: replace D_INFO with D_DEBUG for debug message #13643
Conversation
Bug-tracker data: |
0763385
to
f471280
Compare
src/dtx/dtx_rpc.c
Outdated
@@ -1101,7 +1101,7 @@ dtx_refresh_internal(struct ds_cont_child *cont, int *check_count, d_list_t *che | |||
if (rc1 != DTX_ST_COMMITTED && rc1 != DTX_ST_ABORTED && | |||
rc1 != -DER_NONEXIST) { | |||
if (!for_io) | |||
D_INFO("Hit some long-time DTX "DF_DTI", %d\n", | |||
D_WARN("Hit some long-time DTX "DF_DTI", %d\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this really need to be a warning?
everything about his PR is making things debug, but this is going the other way :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The long-time DTX is unexpected, there may be some bad things happened, generate warning message to reminder the user.
f471280
to
93424bf
Compare
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-13643/3/execution/node/1387/log |
To avoid noisy dtx related message when open/close the container. Required-githooks: true Signed-off-by: Fan Yong <[email protected]>
93424bf
to
6803b5a
Compare
Ping @daos-stack/daos-gatekeeper , thanks! |
please port to 2.4 |
To avoid noisy dtx related message when open/close the container. #Pragmas from previous commit message: Skip-checkpatch: true Skip-python-bandit: true Skip-build: true Quick-build: true Quick-Functional: true Allow-unstable-test: true #RPM-test-version: version[-release] #RPM-test-version: 2.5.100 # VM1-label: ci_vm1 # Ubuntu-VM9-label: ci_vm9 # Leap15-VM9-label: ci_vm9 # EL8-VM9-label: ci_vm9 # HW-medium-label: ci_nvme5 # HW-large-label: ci_nvme9 Signed-off-by: Fan Yong <[email protected]>
To avoid noisy dtx related message when open/close the container. Signed-off-by: Fan Yong <[email protected]>
#13716) To avoid noisy dtx related message when open/close the container. Signed-off-by: Fan Yong <[email protected]>
To avoid noisy dtx related message when open/close the container.
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: