On Dec 17, 2012, at 7:31 PM, Mark Miller <[email protected]> wrote:
> Socket read timeouts. I'll raise it for this case. Nevermind - it's already at 60 seconds. What's odd is that the commit is taking that long. One of the threads is waiting in the rate limiter - which is weird - I thought I put it absurdly high for tests. I'll dig into it when I get a chance: [junit4:junit4] 1> Thread[qtp29204452-1358,5,TGRP-ShardRoutingTest] [junit4:junit4] 1> java.lang.Thread.sleep(Native Method) [junit4:junit4] 1> java.lang.Thread.sleep(Thread.java:338) [junit4:junit4] 1> org.apache.lucene.store.RateLimiter$SimpleRateLimiter.pause(RateLimiter.java:111) [junit4:junit4] 1> org.apache.lucene.store.RateLimitedIndexOutput.flushBuffer(RateLimitedIndexOutput.java:45) [junit4:junit4] 1> org.apache.lucene.store.BufferedIndexOutput.flushBuffer(BufferedIndexOutput.java:90) [junit4:junit4] 1> org.apache.lucene.store.BufferedIndexOutput.flush(BufferedIndexOutput.java:79) [junit4:junit4] 1> org.apache.lucene.store.RateLimitedIndexOutput.flush(RateLimitedIndexOutput.java:69) [junit4:junit4] 1> org.apache.lucene.store.BufferedIndexOutput.close(BufferedIndexOutput.java:103) [junit4:junit4] 1> org.apache.lucene.store.RateLimitedIndexOutput.close(RateLimitedIndexOutput.java:78) [junit4:junit4] 1> org.apache.lucene.store.ChecksumIndexOutput.close(ChecksumIndexOutput.java:61) [junit4:junit4] 1> org.apache.lucene.index.SegmentInfos.finishCommit(SegmentInfos.java:927) [junit4:junit4] 1> org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:2826) [junit4:junit4] 1> org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2815) [junit4:junit4] 1> org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2788) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
