solr - Indexing stopping abruptly -
i facing problem while indexing in solr through cron scripts(php). weird part of problem scripts , indexing run when run manually through shell, stops abruptly when run through cron. file permissions ok.
i did searching on problem , far haven't found resource lead solution. think problem might related solr , not scripts.
i using solr 4.0. below solr indexing log help. requesting audience here please help. please let me know if needed side.
ifd 0 [mon may 20 13:55:22 ist 2013; qtp1388338491-15]: init: current segments file "segments_8aw"; deletionpolicy=org.apache.solr.core.indexdeletionpolicywrapper@51507e7 ifd 0 [mon may 20 13:55:22 ist 2013; qtp1388338491-15]: init: load commit "segments_8aw" ifd 0 [mon may 20 13:55:22 ist 2013; qtp1388338491-15]: checkpoint "_9wv(4.0.0.2):c18890626/1 _9yf(4.0.0.2):c75000/9000 _9y6(4.0.0.2):c85359/8594 _a06(4.0.0.2):c76729/47053 _9z1(4.0.0.2):c25000/5000 _9yy(4.0.0.2):c1000 _a0n(4.0.0.2):c10007/6000 _a0o(4.0.0.2):c1144 _a0p(4.0.0.2):c8869 _a0q(4.0.0.2):c980 _a0r(4.0.0.2):c9009 _a0s(4.0.0.2):c991 _a0t(4.0.0.2):c9011 _a0u(4.0.0.2):c989 _a0v(4.0.0.2):c9013 _a0w(4.0.0.2):c987 _a0x(4.0.0.2):c9014 _a0y(4.0.0.2):c986 _a0z(4.0.0.2):c8015 _a10(4.0.0.2):c1000 _a11(4.0.0.2):c985 _a12(4.0.0.2):c3462" [22 segments ; iscommit = false] iw 0 [mon may 20 13:55:22 ist 2013; qtp1388338491-15]: init: create=false iw 0 [mon may 20 13:55:22 ist 2013; qtp1388338491- 15]:dir=nrtcachingdirectory(org.apache.lucene.store.mmapdirectory@/reprtsolr/solr/reply/data/index lockfactory=org.apache.lucene.store.nativefslockfactory@6bf491a6; maxcachemb=48.0 maxmergesizemb=4.0) index=_9wv(4.0.0.2):c18890626/1 _9yf(4.0.0.2):c75000/9000 _9y6(4.0.0.2):c85359/8594 _a06(4.0.0.2):c76729/47053 _9z1(4.0.0.2):c25000/5000 _9yy(4.0.0.2):c1000 _a0n(4.0.0.2):c10007/6000 _a0o(4.0.0.2):c1144 _a0p(4.0.0.2):c8869 _a0q(4.0.0.2):c980 _a0r(4.0.0.2):c9009 _a0s(4.0.0.2):c991 _a0t(4.0.0.2):c9011 _a0u(4.0.0.2):c989 _a0v(4.0.0.2):c9013 _a0w(4.0.0.2):c987 _a0x(4.0.0.2):c9014 _a0y(4.0.0.2):c986 _a0z(4.0.0.2):c8015 _a10(4.0.0.2):c1000 _a11(4.0.0.2):c985 _a12(4.0.0.2):c3462 version=4.0.0 1394950 - rmuir - 2012-10-06 03:00:40 matchversion=lucene_40 analyzer=null rambuffersizemb=320.0 maxbuffereddocs=-1 maxbuffereddeleteterms=-1 mergedsegmentwarmer=null readertermsindexdivisor=1 termindexinterval=32 delpolicy=org.apache.solr.core.indexdeletionpolicywrapper commit=null openmode=append similarity=org.apache.lucene.search.similarities.defaultsimilarity mergescheduler=org.apache.lucene.index.concurrentmergescheduler default write_lock_timeout=1000 writelocktimeout=1000 codec=lucene40 infostream=org.apache.lucene.util.printstreaminfostream mergepolicy=[tieredmergepolicy:maxmergeatonce=20,maxmergeatonceexplicit=30,maxmergedsegmentmb=5120.0, floorsegmentmb=2.0,forcemergedeletespctallowed=10.0, segmentspertier=20.0, usecompoundfile=false, maxcfssegmentsizemb=8.796093022207999e12, nocfsratio=0.1 indexerthreadpool=org.apache.lucene.index.threadaffinitydocumentswriterthreadpool@7c1c2956 readerpooling=false perthreadhardlimitmb=1945 also, solr server not throw error when stops indexing, not sure why indexing breaking.
Comments
Post a Comment