This is an automated email from the ASF dual-hosted git repository.
broustant pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
from 72cc2756a7b SOLR-17516: LBHttpSolrClient: support HttpJdkSolrClient
(Generic Version) (#2828)
add 5cc733b9fc6 SOLR-17504: CoreContainer calls UpdateHandler.commit.
(#2786)
No new revisions were added by this update.
Summary of changes:
solr/CHANGES.txt | 2 +
.../java/org/apache/solr/core/CoreContainer.java | 21 ++---
.../apache/solr/update/CommitUpdateCommand.java | 32 +++++++
.../apache/solr/update/DirectUpdateHandler2.java | 11 ++-
.../solr/collection1/conf/solrconfig.xml | 2 +-
.../DirectUpdateHandlerWithUpdateLogTest.java | 98 ++++++++++++++++++++++
6 files changed, 147 insertions(+), 19 deletions(-)
create mode 100644
solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerWithUpdateLogTest.java