You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by yriveiro <ya...@gmail.com> on 2013/05/10 20:14:17 UTC

Error on recovery

Hi, I have a node that can't finish the recovery.

The log shows this error:

3836028 [RecoveryThread] ERROR org.apache.solr.cloud.RecoveryStrategy  –
Recovery failed - trying again... (0) core=ST-XXX_0712
3836028 [RecoveryThread] ERROR org.apache.solr.cloud.RecoveryStrategy  –
Recovery failed - interrupted. core=ST-XXX_0712
3836028 [RecoveryThread] ERROR org.apache.solr.cloud.RecoveryStrategy  –
Recovery failed - I give up. core=ST-XXX_0712
3836028 [RecoveryThread] INFO  org.apache.solr.cloud.ZkController  –
publishing core=ST-XXX_0712 state=recovery_failed
3836028 [RecoveryThread] INFO  org.apache.solr.cloud.ZkController  –
numShards not found on descriptor - reading it from system property
3836124 [RecoveryThread] WARN  org.apache.solr.cloud.RecoveryStrategy  –
Stopping recovery for
zkNodeName=192.168.20.49:8983_solr_ST-XXX_0712core=ST-XXX_0712
3836124 [RecoveryThread] INFO  org.apache.solr.cloud.RecoveryStrategy  –
Finished recovery process. core=ST-XXX_0712
3836125 [RecoveryThread] INFO  org.apache.solr.cloud.RecoveryStrategy  –
Starting recovery process.  core=ST-XXX_0712 recoveringAfterStartup=false
3836125 [RecoveryThread] ERROR org.apache.solr.update.UpdateLog  – Exception
reading versions from log
java.nio.channels.ClosedChannelException
	at sun.nio.ch.FileChannelImpl.ensureOpen(Unknown Source)
	at sun.nio.ch.FileChannelImpl.read(Unknown Source)
	at
org.apache.solr.update.ChannelFastInputStream.readWrappedStream(TransactionLog.java:752)
	at
org.apache.solr.common.util.FastInputStream.refill(FastInputStream.java:89)
	at
org.apache.solr.common.util.FastInputStream.readUnsignedByte(FastInputStream.java:71)
	at
org.apache.solr.common.util.FastInputStream.readInt(FastInputStream.java:216)
	at
org.apache.solr.update.TransactionLog$ReverseReader.<init>(TransactionLog.java:670)
	at
org.apache.solr.update.TransactionLog.getReverseReader(TransactionLog.java:573)
	at
org.apache.solr.update.UpdateLog$RecentUpdates.update(UpdateLog.java:920)
	at
org.apache.solr.update.UpdateLog$RecentUpdates.access$000(UpdateLog.java:863)
	at org.apache.solr.update.UpdateLog.getRecentUpdates(UpdateLog.java:1014)
	at
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:259)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)



-----
Best regards
--
View this message in context: http://lucene.472066.n3.nabble.com/Error-on-recovery-tp4062413.html
Sent from the Solr - User mailing list archive at Nabble.com.