-
Notifications
You must be signed in to change notification settings - Fork 301
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-13175 dfs: print progress of dfs mwc checker #12470
Conversation
src/client/dfs/dfs.c
Outdated
int rc; | ||
|
||
clock_gettime(CLOCK_REALTIME, ¤t_time); | ||
oit_args->num_scanned ++; | ||
if (current_time.tv_sec - oit_args->start_time >= DFS_ELAPSED_TIME) { |
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.
if (current_time.tv_sec - oit_args->start_time >= DFS_ELAPSED_TIME) { | |
if (current_time.tv_sec - oit_args->start_time >= DFS_ELAPSED_TIME) { |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12470/1/execution/node/144/log |
485746c
to
1b34850
Compare
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.
LGTM. No errors found by checkpatch.
Bug-tracker data: |
Test stage NLT on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12470/2/testReport/ |
Every 30 seconds print how many objects have been scanned in the dfs namespace or marked in the OIT. This informs users that there is some progress being done by the checker and it's not hung in case of a large namespace. Required-githooks: true Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
1b34850
to
3790bf7
Compare
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.
LGTM. No errors found by checkpatch.
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12470/3/execution/node/1289/log |
failures are all the same as https://daosio.atlassian.net/browse/DAOS-13678 and unrelated to this |
rc = clock_gettime(CLOCK_REALTIME, ¤t_time); | ||
if (rc) | ||
return errno; | ||
oit_args->num_scanned ++; |
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.
[nit] oit_args->num_scanned++;
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.
sure. i can fix that in another coverity PR i have.
Every 30 seconds print how many objects have been scanned in the dfs namespace or marked in the OIT. This informs users that there is some progress being done by the checker and it's not hung in case of a large namespace. Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
Every 30 seconds print how many objects have been scanned in the dfs namespace or marked in the OIT. This informs users that there is some progress being done by the checker and it's not hung in case of a large namespace. Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
Every 30 seconds print how many objects have been scanned in the dfs namespace or marked in the OIT. This informs users that there is some progress being done by the checker and it's not hung in case of a large namespace.
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: