You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:55:42 UTC

[lucene] branch jira/SOLR-13101 created (now ad3f0a3)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a change to branch jira/SOLR-13101
in repository https://gitbox.apache.org/repos/asf/lucene.git.


      at ad3f0a3  SOLR-13101: SHARED replica's distributed indexing (#1430)

This branch includes the following new commits:

     new 10b1835  Blob based Collections and SHARE replica type (take 2) (#281)
     new 6cf7276  Added the blob code from SFDC stateless branch, without any integration changes.
     new 5f1b2d0  Integration changes from SFDC stateless branch -> solr cloud
     new 7181bab  Made some cleanup changes, removed the build script changes, and checked out the .gitignore file from solr.7.1 branch
     new a488722  Reverting .gitignore files
     new 6c95524  Solr.8.blob.add.sync.push (#306)
     new 4b65140  Decouple solr core name from the name used to identify a core on blob store and remove sequence num references (#311)
     new e15fe50  Fix compile issues by updating tests to ignore sequence numbers (tests might be failing or no longer make sense!) (#315)
     new c0663ce  Instead of having random names on the blob store, include the solr local filename in the blob name (and a random suffix) (#317)
     new 2f1b29e  Generate and store a shard shared name on shard creation and modification actions for shared collections (#316)
     new 3b023b0  SHARED replica type triggers writes to blobstore on commit. (#321)
     new a1e76e6  Solr.8.blob.shared.tests (#324)
     new d3b75aa  Add safe writes from shared-based collections to blob with zk correct… (#325)
     new b03aa5e  Add pull method to CorePushPull (#326)
     new 4b4ea31  Add deletion blob file back to push execution path (#327)
     new e62415c  Adding Jenkinsfile (#331)
     new 22553e9  Solr.8.blob.ci @W-6190173 (#332)
     new bf6bdf0  @W-6283158 Solr.8.blob.async.pull (#329)
     new 9fa7ded  @W-6281201 Sync local cores before processing update requests (#334)
     new 3fcc757  @W-6283372 Move blob processes to one place and add testing harness for improved… (#344)
     new 10c48a6  @W-6283164 : Missing core pulls : using BlobCoreSyncer (#346)
     new 4134447  SOLR-13399: SPLITSHARD splitByPrefix for compositeId support
     new 45b20ac  SOLR-13399: fix test failure due to tri-level ids
     new bd6cacc  @W-6283372 Add more end to end push/pull testing along and fix functional bugs (#353)
     new a82e58e  @W-6408075 Fix bug allowing missing core pulls for shared replicas to trigger and leaked threads in tests (#354)
     new 15f088a  Re-add dependency that was lost in blob port causing test failures (#357)
     new a700f7a  SOLR-13399: ability to use id field for compositeId histogram + cleanups
     new 7775e17  SOLR-13399: fix splitByPrefix default to be false
     new c169c18  SOLR-13399: Adding splitByPrefix param to IndexSizeTrigger; some splitByPrefix test and code cleanup
     new cfadba5  @W-6440448 Blob storage provider client setup V2 (#373)
     new fe17c81  @W-6472524: fix static shard splitting with blob (#374)
     new 45dd1e4  Merged solr.8.blob with branch_8x
     new 940d9cf  Updates from precommit
     new 4d1b54f  Removing Jenkinsfile
     new a6e047e  Adding readme for blob code
     new 8a34ce0  SOLR-13101: fix test compilation
     new 2abc1d4  SOLR-13813: SHARED: add basic test for online shard splitting
     new 57245e9  Merge branch 'branch_8_3' into jira/SOLR-13101
     new 619dde5  SOLR-13101: merge 8.3 branch
     new 0e66bec  SOLR-13101: disable SharedStorageSplitTest.testLiveSplit
     new c7ad68f  @W-6475448 Allow CorePullerFeeder to be provisioned with a callback in tests and… (#386)
     new ce12e73  @W-6635251 Refactor async pull code to avoid static initialized data structures from colliding in unit tests (#390)
     new d63c032  @W-6587409 Make sure newly pulled blob contents are considered source… (#389)
     new 648d01e  Adding S3 dependencies back (#396)
     new 2b70913  @W-6650036 Fix pull data object mergers for dedup lists and add tests (#391)
     new d0c13cf  @W-6684857 Refactor HttpSolrCall to call missing pull correctly and refactor asy… (#398)
     new bf100b6  @W-6684857 Don't call shutdown multiple times (#399)
     new 5358453  @W-6684857 indentation cleanup, precommit error fixes, remove junit use in non-test classes (#400)
     new 581f468  @W-6587412 Concurrent indexing, pull and pushes (#403)
     new 1bc8d34  @W-6587412 (#406)
     new 7c9063b  @W-6782433 Shared replica skip recovery (#409)
     new deae008  @W-6844812 Set of DOWNed SHARED replicas do not recover on new host. (#413)
     new 947241c  SOLR-13955: Fixed issues with SHARED core descriptor ZK discovery (#1027)
     new 9201c58  SOLR-13101:These are pretty much non functional changes, related to SHARED replica concurrent updates (#1028)
     new d403b4a  SOLR-13813: add test for shared storage live split (#1003)
     new db72b8b  SOLR-13101: Address flakiness of tests using async pulls and handle interrupt properly (#1029)
     new 30b49b6  SOLR-13813: change test sleeps to latches (#1054)
     new 1a6e1e6  SOLR-13101: Don't invoke push to shared store for isolated commits. (#1065)
     new 6821b8e  SOLR-14079: fix SPLITSHARD splitByPrefix in async mode
     new 036ce53  SOLR-13101: Concurrency tests for SHARED collection. (#1081)
     new e5650cc  Fix the gson version reference (#1115)
     new ef01979  SOLR-13101: ant precommit fixes (#1117)
     new 8429a1c  SOLR-13813: split-test: prohibit update failures, randomize commits
     new 7d728d9  SOLR-13932 Review directory locking and Blob interactions (#1055)
     new 66ec422  SOLR-14134: Add lazy and time-based evictiction of shared core concurrency metada… (#1131)
     new 5c797bf  SOLR-13101: Log accurate file counts for Push and Pull in CorePushPull (#1195)
     new 51bf98c  SOLR-13101: Convert nanotime to ms (#1208)
     new 3e8ca67  SOLR-14044: Support collection and shard deletion in shared storage (#1188)
     new d46803f  SOLR-14213: Configuring Solr Cloud to use Shared Storage (#1223)
     new c8c2165  SOLR-14044: Delete collection bug fix by changing sharedShardName to use the same blob delimiter (#1293)
     new e0a0e2e  SOLR-13101: Create metadataSuffix znode only at common shard creating api calls (#1317)
     new 58d61b3  Allow enabling shared store to be scriptable (#1369)
     new ca6dc53  SOLR-13101: Make dir hash computation optional and resilient (#1359)
     new 738dbb3  SOLR-13101: Enable shared store via system property only (#1424)
     new ad3f0a3  SOLR-13101: SHARED replica's distributed indexing (#1430)

The 75 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.