-
Notifications
You must be signed in to change notification settings - Fork 763
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
Merge ait-qa branch to re-syncronised development #415
Draft
anjackson
wants to merge
150
commits into
internetarchive:master
Choose a base branch
from
ukwa:2021-07-18-ait-qa-merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* aitfive-1176: hacked up tarball with heritrix, contrib and dependencies batch trough writes initial version of TroughCrawlLogFeed.java
* aitfive-1176: oops, String.join is a java 8 feature
* aitfive-1176: missed the maven tarball assembly file
* master: ughhh appease java 8 javadoc rules fix for race-condition when first using the WARC writers internetarchive#167
* aitfive-1176: include http response payload when logging errors from trough update for new data model queued_url->uncrawled_url and some new fields
* aitfive-1176: missed a comma
* aitfive-1176: missed another comma
* aitfive-1176: realized this stuff needs to be thread safe
* trough-esc-sql: escape strings in sql posted to trough
* trough-logging-tweak: reduce batch size to 400 and avoid ridiculously long log lines
…ugh-crawl-log-feed-synchronization Fix error log reporting of batch size for trough crawl logs
…discrepency between crawled and uncrawled lists
…edup-performance-rework
…trough-dedup-performance-rework
…f uncrawled urls optional.
…g final batch posting at end of crawl
…7-fixes-trough-crawl-log-feed-synchronization Revert "Fix error log reporting of batch size for trough crawl logs"
…gh-dedup-performance-rework Adds trough dedup performance rework
…h dedup batches. Fix posting of trough dedup at end of crawl.
…gh-dedup-performance-rework Refactor crawl log batch posting. Add configuration options for troug…
…gh-dedup-performance-rework Ensure we set dedup schema when writing dedup shards
…gh-dedup-performance-rework Add dedup load from in-memory dedup cache db
…gh-dedup-performance-rework Refactor Trough client URL cache put. Limit TroughContentDigestHistor…
…odule-max-file-size-option Adds bdbmodule max file size option
OK by me. Although this does include the removal of the hbase module which someone objected to last year (see #313). |
…into 2021-07-18-ait-qa-merge
anjackson
force-pushed
the
2021-07-18-ait-qa-merge
branch
from
August 2, 2021 12:42
5ea418c
to
9ff04fc
Compare
Okay, I think that's synced up, but with HBase modules restored from the master branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a merge intended to re-sync with the
ait-qa
branch.