/[Apache-SVN]
ViewVC logotype

Revision 1690301


Jump to revision: Previous Next
Author: mikemccand
Date: Fri Jul 10 18:40:24 2015 UTC (8 years, 9 months ago)
Changed paths: 49
Log Message:
LUCENE-6659: remove IWC's max thread states limit

Changed paths

Path Details
Directorylucene/dev/branches/branch_5x/ modified , props changed
Directorylucene/dev/branches/branch_5x/lucene/ modified , props changed
Directorylucene/dev/branches/branch_5x/lucene/CHANGES.txt modified , text changed , props changed
Directorylucene/dev/branches/branch_5x/lucene/core/ modified , props changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/DocumentsWriter.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/DocumentsWriterFlushControl.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/DocumentsWriterPerThreadPool.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/IndexWriterConfig.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/java/org/apache/lucene/index/LiveIndexWriterConfig.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/test/org/apache/lucene/index/TestFlushByRamOrCountsPolicy.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterThreadsToSegments.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/core/src/test/org/apache/lucene/index/TestStressIndexing2.java modified , text changed
Directorylucene/dev/branches/branch_5x/lucene/test-framework/ modified , props changed
Directorylucene/dev/branches/branch_5x/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/contrib/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/contrib/analytics/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/morphlines-core/src/test-files/solr/collection1/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/morphlines-core/src/test-files/solr/minimr/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/morphlines-core/src/test-files/solr/mrunit/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/morphlines-core/src/test-files/solr/solrcelltest/collection1/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/morphlines-core/src/test-files/solr/solrcloud/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/core/src/java/org/apache/solr/update/SolrIndexConfig.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/cloud/TestMiniSolrCloudCluster.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithKerberosAlt.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/core/TestConfig.java modified , text changed , props changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/core/TestMergePolicyConfig.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/core/TestSolrIndexConfig.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test/org/apache/solr/update/SolrIndexConfigTest.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test-files/solr/collection1/conf/solrconfig-delpolicy1.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test-files/solr/collection1/conf/solrconfig-delpolicy2.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test-files/solr/collection1/conf/solrconfig-indexconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test-files/solr/collection1/conf/solrconfig-logmergepolicy.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test-files/solr/collection1/conf/solrconfig-warmer.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/db/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/mail/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/rss/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/solr/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/tika/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/files/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/server/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/server/solr/configsets/data_driven_schema_configs/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/test-framework/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26