You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kr...@apache.org on 2019/03/08 19:16:15 UTC

[lucene-solr] branch jira/solr-13307 updated (db455ae -> d9598c2)

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

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


    omit db455ae  Make blocksperbank and fs.hdfs.impl.disable.cache consistent

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/jira/solr-13307 (d9598c2)
            \
             O -- O -- O   (db455ae)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../solr/cloud/MoveReplicaHDFSFailoverTest.java    |  3 ++
 .../org/apache/solr/cloud/MoveReplicaHDFSTest.java |  2 ++
 .../HdfsCollectionsAPIDistributedZkTest.java       |  2 ++
 .../collections/TestHdfsCloudBackupRestore.java    |  3 ++
 .../HdfsAutoAddReplicasIntegrationTest.java        |  2 ++
 .../solr/cloud/hdfs/HdfsRecoverLeaseTest.java      |  6 ++--
 .../apache/solr/cloud/hdfs/HdfsRecoveryZkTest.java |  2 ++
 .../cloud/hdfs/HdfsRestartWhileUpdatingTest.java   |  2 ++
 .../org/apache/solr/cloud/hdfs/HdfsTestUtil.java   | 24 +++++--------
 .../apache/solr/cloud/hdfs/HdfsThreadLeakTest.java | 41 ++++++++++++++--------
 .../HdfsTlogReplayBufferedWhileIndexingTest.java   |  2 ++
 .../hdfs/HdfsWriteToMultipleCollectionsTest.java   |  8 ++---
 .../org/apache/solr/cloud/hdfs/StressHdfsTest.java |  1 +
 .../apache/solr/core/HdfsDirectoryFactoryTest.java | 20 +++++------
 .../solr/handler/TestHdfsBackupRestoreCore.java    |  3 ++
 .../apache/solr/index/hdfs/CheckHdfsIndexTest.java | 22 +++++-------
 .../org/apache/solr/search/TestRecoveryHdfs.java   |  3 ++
 .../org/apache/solr/update/TestHdfsUpdateLog.java  |  3 ++
 18 files changed, 90 insertions(+), 59 deletions(-)