-
Notifications
You must be signed in to change notification settings - Fork 24
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
HPCC4J-537 Log open / close operation info #637
Conversation
https://track.hpccsystems.com//browse/JAPI-537 |
@rpastrana please review |
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.
@jpmcmu looks fine, one question about reporting the rec definition every time.
Also, this should be accompanied by a wiki entry.
log.info("HPCCRemoteFileWriter: Opening file part: " + dataPartition.getThisPart() | ||
+ " compression: " + fileCompression.name() + " " | ||
+ " record definition:\n" | ||
+ RecordDefinitionTranslator.toJsonRecord(this.recordDef)); |
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.
What's the bloat factor of this output?
Was there discussion of reserving this output for error/warning situations only?
https://track.hpccsystems.com//browse/JAPI-537 |
https://track.hpccsystems.com//browse/JAPI-537 |
- Added open / close logging output Signed-off-by: James McMullan [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.
@jpmcmu approved. Please add link to wiki entry.
@rpastrana Added the logging information under the publish failure entry as we had discussed: https://github.com/hpcc-systems/hpcc4j/wiki/Common-Issues-and-Solutions#publish-failed-due-to-missing-file-parts |
Signed-off-by: James McMullan [email protected]
Type of change:
Checklist:
Testing: