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

[lucene-solr] branch reference_impl updated (1b0dc0d -> e427ba4)

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

markrmiller pushed a change to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 1b0dc0d  SOLR-14978 OOM Killer in Foreground (#2055)
     add 20fd03f  @1292 Minor logging cleanup and a couple test issues fixed.
     add e427ba4  @1293 oom script does not work correctly with args yet.

No new revisions were added by this update.

Summary of changes:
 solr/bin/jetty.sh                                  |  2 +-
 solr/bin/solr                                      |  6 ++---
 .../apache/solr/cloud/overseer/ZkStateWriter.java  |  6 ++---
 .../java/org/apache/solr/core/CoreContainer.java   |  8 +++---
 .../java/org/apache/solr/handler/IndexFetcher.java | 29 +++++++++++++++++-----
 .../src/test/org/apache/solr/CursorPagingTest.java |  5 ++++
 .../solr/client/solrj/impl/Http2SolrClient.java    |  2 +-
 .../src/java/org/apache/solr/SolrTestCase.java     |  5 ++--
 8 files changed, 43 insertions(+), 20 deletions(-)