-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-30974 Copying super files via fileservices/dfu does not track read/cost stats #18157
Conversation
https://track.hpccsystems.com/browse/HPCC-30974 |
dali/ft/filecopy.cpp
Outdated
@@ -3384,25 +3385,9 @@ void FileSprayer::spray() | |||
afterTransfer(); | |||
|
|||
//If got here then we have succeeded | |||
//(note: if we don't get here, file access costs will not be updated) |
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.
dali/ft/filecopy.cpp
Outdated
} | ||
} | ||
|
||
progressReport->setFileAccessCost(cost_type2money(totalCost)); |
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.
Improvement (read/write cost separately):https://track.hpccsystems.com/browse/HPCC-31032
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.
wrong JIRA ?
f5cb973
to
19c686e
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.
@shamser - commenting only so not tagged for review.
Please refresh review status when ready for review
ea45fe9
to
7af4035
Compare
@@ -3384,25 +3384,9 @@ void FileSprayer::spray() | |||
afterTransfer(); | |||
|
|||
//If got here then we have succeeded | |||
//Note: On failure, costs will not be updated. Future: would be useful to have a way to update costs on failure. |
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.
future work: https://track.hpccsystems.com/browse/HPCC-31042
0caf1f2
to
24c9eef
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.
@shamser - looks good, I can't see any issues.
I have opened a separate to revisit this, so that these stats are updated whilst the spray/copy is in-flight (not just when finished): https://track.hpccsystems.com/browse/HPCC-30965
@shamser please rebase to avoid the clash with the merged cost_type change |
…ad/cost stats. Signed-off-by: Shamser Ahmed <[email protected]>
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.
@shamser - looks good
@jakesmith The regression looks unrelated to this commit. It looks like a python related problem. @AttilaVamos Does this regression looks familiar? |
agree. |
The regression failure is unrelated and should be resolved now... |
969f6ef
into
hpcc-systems:candidate-9.4.x
Type of change:
Checklist:
Smoketest:
Testing: