-
Notifications
You must be signed in to change notification settings - Fork 306
HPCC-34158 Suppress storing super lfnHash attribute #19891
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-34158 Suppress storing super lfnHash attribute #19891
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-34158 Jirabot Action Result: |
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.
@jakesmith one question
@@ -3668,6 +3668,7 @@ cost_type FileSprayer::updateTargetProperties() | |||
((stricmp(aname,"@rowCompressed")==0)&©Compressed)|| | |||
(stricmp(aname,"@local")==0)|| | |||
(stricmp(aname,"@recordCount")==0) | |||
(stricmp(aname,"@lfnHash")==0) |
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.
Will this prevent lfnhash being set on the target logical file when copying? Maybe if superTgt is set.
But I am also a bit confused what copying with a target of a superfile actually means. Do you know?
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.
Will this prevent lfnhash being set on the target logical file when copying? Maybe if superTgt is set.
No, the lfnHash will be calculated and set when the IDistributedFile is attach()'d (which is the point that the logical name is a tied to the instance).
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.
But I am also a bit confused what copying with a target of a superfile actually means. Do you know?
I am not really sure, but it has specifically handled via runSuperCopy
Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
6d8de09
to
21d907f
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.
Seems plausible...
279e9a4
into
hpcc-systems:candidate-9.6.x
Type of change:
Checklist:
Smoketest:
Testing: