Hi,
We migrated recently from Solr 1.4 to 3.6.1. In the new version we have
noticed that after some hours (around 8) the autocommit is taking more time
to be executed.
In the new version we have noticed that after some hours the autocommit
is taking more time to be executed. We configured autocommit with maxDocs=50
and maxTime=10000ms but we've gotten few (3-5) minutes to index documents (I
got this time seeing the docsPending on the Update Stats and refresh page.
Is there another way to verify that information?).
A similar problem has been happening with the replication. We configured
the pollInterval with 60s but the replication takes some minutes to be
executed. You could see the timeElapsed value (around 6 minutes) on the
Replication Stats.
After a server restart the indexing works as we expected for some hours.
Our solrconfig.xml file is almost the default. We just increased some
params on filterCache, queryResultCache and queryResultWindowSize.
Has anyone ever had same problem?
Could someone has a hint or direction where to start?
*** Update Handlers
name: updateHandler
class: org.apache.solr.update.DirectUpdateHandler2
version: 1.0
description: Update handler that efficiently directly updates the on-disk
main lucene index
stats: commits : 1085
autocommit maxDocs : 50
autocommit maxTime : 10000ms
autocommits : 1085
optimizes : 0
rollbacks : 0
expungeDeletes : 0
docsPending : 18
adds : 18
deletesById : 5
deletesByQuery : 0
errors : 0
cumulative_adds : 6294
cumulative_deletesById : 5397
cumulative_deletesByQuery : 0
cumulative_errors : 0
*** Replication Stats
stats: handlerStart : 1366654495647
requests : 0
errors : 0
timeouts : 0
totalTime : 0
avgTimePerRequest : NaN
avgRequestsPerSecond : 0.0
indexSize : 2.29 GB
indexVersion : 1354902172888
generation : 121266
indexPath : /opt/solr/data/index.20130418170401
isMaster : false
isSlave : true
masterUrl : http://master:9090/solr/replication
pollInterval : 00:00:60
isPollingDisabled : false
isReplicating : true
timeElapsed : 376
bytesDownloaded : 35835
downloadSpeed : 95
previousCycleTimeInSeconds : 0
indexReplicatedAt : Tue Apr 23 13:44:52 BRT 2013
confFilesReplicatedAt : Mon Mar 18 10:27:00 BRT 2013
replicationFailedAt : Mon Apr 22 08:05:00 BRT 2013
timesFailed : 6
timesIndexReplicated : 45318
lastCycleBytesDownloaded : 35835
timesConfigReplicated : 3
confFilesReplicated : [schema.xml]
Thanks,
Gustavo Nasu
--
View this message in context:
http://lucene.472066.n3.nabble.com/Autocommit-and-replication-have-been-slowing-down-tp4058361.html
Sent from the Solr - User mailing list archive at Nabble.com.