-
Notifications
You must be signed in to change notification settings - Fork 33
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
Makes ArchiveRecordImpl serializable #316
Conversation
…Record and WARCRecord variables. Also removes unused headerResponseFormat variable.
Codecov Report
@@ Coverage Diff @@
## master #316 +/- ##
==========================================
+ Coverage 75.84% 75.95% +0.11%
==========================================
Files 41 41
Lines 1151 1148 -3
Branches 202 200 -2
==========================================
- Hits 873 872 -1
Misses 209 209
+ Partials 69 67 -2
Continue to review full report at Codecov.
|
Still getting the heap space error. Cleared out my Ran the following:
Error:
If you want to check out the full log on tuna: |
@ruebot You can lead a horse to water ... |
lgtm |
What does this Pull Request do?
Makes class
ArchiveRecordImpl
serializable by removing non-serializable ARCRecord and WARCRecord variables. Also removes unusedheaderResponseFormat
variable.How should this be tested?
The following code would fail prior to this commit with a
NotSerializableException
error. Now it works:Additional Notes:
Caching RDDs to disk may be useful, but it is not a solution to out-of-memory issues discussed by @ruebot in #aut on Slack.
Interested parties
@ruebot