-
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-32875 Ensure rowservice can process fields stored as blobs #19254
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-32875 Jirabot Action Result: |
Perhaps it is not relatd, but unittests crashed on this change:
and the core trace shows:
|
It almost certainly is related. I will debug. |
Fixed a bug in the unittest, and improved the error checking. |
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.
@ghalliday - looks sensible, 1 question.
@@ -2278,6 +2278,7 @@ class CRemoteIndexReadActivity : public CRemoteIndexBaseActivity | |||
|
|||
Owned<const IDynamicTransform> translator; | |||
unsigned __int64 chooseN = 0; | |||
bool cleanupBlobs = false; |
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.
is it necessary to check in dtor in case of exception? or will they be cleared up as the index is released anyway?
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.
@ghalliday - looks good.
Signed-off-by: Gavin Halliday <[email protected]>
Jirabot Action Result: |
Type of change:
Checklist:
Smoketest:
Testing: