/[Apache-SVN]
ViewVC logotype

Revision 1557783


Jump to revision: Previous Next
Author: markrmiller
Date: Mon Jan 13 17:34:31 2014 UTC (10 years, 3 months ago)
Changed paths: 55
Log Message:
SOLR-4992: Solr eats OutOfMemoryError exceptions in many cases.

Changed paths

Path Details
Directorylucene/dev/branches/branch_4x/ modified , props changed
Directorylucene/dev/branches/branch_4x/solr/ modified , props changed
Directorylucene/dev/branches/branch_4x/solr/CHANGES.txt modified , text changed , props changed
Directorylucene/dev/branches/branch_4x/solr/contrib/ modified , props changed
Directorylucene/dev/branches/branch_4x/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/LuceneCarrot2StemmerFactory.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/LuceneCarrot2TokenizerFactory.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/DataImportHandler.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/DataImporter.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/DocBuilder.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/SolrWriter.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/ZKPropertiesWriter.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/ modified , props changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/SolrLogFormatter.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/cloud/ElectionContext.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/cloud/Overseer.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/cloud/OverseerCollectionProcessor.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/cloud/SolrZkServer.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/cloud/SyncStrategy.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/cloud/ZkController.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/Config.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/ConfigSolr.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/CoreContainer.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/Diagnostics.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/SolrCore.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/SolrCores.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/PingRequestHandler.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/SnapPuller.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/admin/SystemInfoHandler.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/logging/LogWatcher.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/request/SolrRequestInfo.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/rest/schema/BaseSchemaResource.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/search/FastLRUCache.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/search/LFUCache.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/search/LRUCache.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/update/DefaultSolrCoreState.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/update/SolrCoreState.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/update/SolrIndexWriter.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/update/UpdateLog.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/update/UpdateShardHandler.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/core/src/test/org/apache/solr/cloud/ChaosMonkeyShardSplitTest.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/solrj/ modified , props changed
Directorylucene/dev/branches/branch_4x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrServer.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/solrj/src/java/org/apache/solr/common/cloud/ConnectionManager.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java modified , text changed
Directorylucene/dev/branches/branch_4x/solr/solrj/src/java/org/apache/solr/common/cloud/ZkClientConnectionStrategy.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26