You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/08/25 18:03:30 UTC

[jira] [Commented] (SOLR-2732) solr tests hang indefinitely

    [ https://issues.apache.org/jira/browse/SOLR-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091089#comment-13091089 ] 

Robert Muir commented on SOLR-2732:
-----------------------------------

{noformat}
    [junit] ===== FULL THREAD DUMP ===============
    [junit] Thu Aug 25 11:59:02 2011
    [junit] Oracle JRockit(R) R28.1.0-123-138454-1.6.0_20-20101014-1350-linux-ia32
    [junit] 
    [junit] "Main Thread" id=1 idx=0x4 tid=3097 prio=5 alive, waiting, native_blocked
    [junit]     -- Waiting for notification on: org/apache/solr/BaseDistributedSearchTestCase$5@0x97348400[fat lock]
    [junit]     at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    [junit]     at java/lang/Object.wait(J)V(Native Method)
    [junit]     at java/lang/Thread.join(Thread.java:1143)
    [junit]     ^-- Lock released while waiting: org/apache/solr/BaseDistributedSearchTestCase$5@0x97348400[fat lock]
    [junit]     at java/lang/Thread.join(Thread.java:1196)
    [junit]     at org/apache/solr/BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:364)
    [junit]     at org/apache/solr/handler/component/DistributedSpellCheckComponentTest.doTest(DistributedSpellCheckComponentTest.java:110)
    [junit]     at org/apache/solr/BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:599)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
    [junit]     at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
    [junit]     at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit]     at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at java/lang/reflect/Method.invoke(Method.java:597)
    [junit]     at org/junit/runners/model/FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    [junit]     at org/junit/internal/runners/model/ReflectiveCallable.run(ReflectiveCallable.java:15)
    [junit]     at org/junit/runners/model/FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    [junit]     at org/junit/internal/runners/statements/InvokeMethod.evaluate(InvokeMethod.java:20)
    [junit]     at org/junit/rules/TestWatchman$1.evaluate(TestWatchman.java:48)
    [junit]     at org/junit/internal/runners/statements/RunBefores.evaluate(RunBefores.java:28)
    [junit]     at org/junit/internal/runners/statements/RunAfters.evaluate(RunAfters.java:31)
    [junit]     at org/junit/runners/BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
    [junit]     at org/apache/lucene/util/LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1530)
    [junit]     at org/apache/lucene/util/LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1432)
    [junit]     at org/junit/runners/ParentRunner$3.run(ParentRunner.java:193)
    [junit]     at org/junit/runners/ParentRunner$1.schedule(ParentRunner.java:52)
    [junit]     at org/junit/runners/ParentRunner.runChildren(ParentRunner.java:191)
    [junit]     at org/junit/runners/ParentRunner.access$000(ParentRunner.java:42)
    [junit]     at org/junit/runners/ParentRunner$2.evaluate(ParentRunner.java:184)
    [junit]     at org/junit/internal/runners/statements/RunBefores.evaluate(RunBefores.java:28)
    [junit]     at org/junit/internal/runners/statements/RunAfters.evaluate(RunAfters.java:31)
    [junit]     at org/junit/runners/ParentRunner.run(ParentRunner.java:236)
    [junit]     at junit/framework/JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
    [junit]     at org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit]     at org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit]     at org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.main(JUnitTestRunner.java:743)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "(Signal Handler)" id=2 idx=0x8 tid=3098 prio=5 alive, daemon
    [junit] 
    [junit] "(OC Main Thread)" id=3 idx=0xc tid=3099 prio=5 alive, native_waiting, daemon
    [junit] 
    [junit] "(Code Generation Thread 1)" id=4 idx=0x10 tid=3100 prio=5 alive, native_waiting, daemon
    [junit] 
    [junit] "(Code Optimization Thread 1)" id=5 idx=0x14 tid=3101 prio=5 alive, native_waiting, daemon
    [junit] 
    [junit] "(VM Periodic Task)" id=6 idx=0x18 tid=3102 prio=10 alive, native_blocked, daemon
    [junit] 
    [junit] "Finalizer" id=7 idx=0x1c tid=3103 prio=8 alive, native_waiting, daemon
    [junit]     at jrockit/memory/Finalizer.waitForFinalizees(J[Ljava/lang/Object;)I(Native Method)
    [junit]     at jrockit/memory/Finalizer.access$700(Finalizer.java:12)
    [junit]     at jrockit/memory/Finalizer$4.run(Finalizer.java:189)
    [junit]     at java/lang/Thread.run(Thread.java:619)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "Reference Handler" id=8 idx=0x20 tid=3104 prio=10 alive, native_waiting, daemon
    [junit]     at java/lang/ref/Reference.waitForActivatedQueue(J)Ljava/lang/ref/Reference;(Native Method)
    [junit]     at java/lang/ref/Reference.access$100(Reference.java:11)
    [junit]     at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:82)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "(Sensor Event Thread)" id=9 idx=0x24 tid=3105 prio=5 alive, native_blocked, daemon
    [junit] 
    [junit] "VM JFR Buffer Thread" id=10 idx=0x28 tid=3106 prio=5 alive, in native, daemon
    [junit] 
    [junit] "MultiThreadedHttpConnectionManager cleanup" id=20 idx=0x48 tid=3126 prio=5 alive, waiting, native_blocked, daemon
    [junit]     -- Waiting for notification on: java/lang/ref/ReferenceQueue$Lock@0x960765b8[fat lock]
    [junit]     at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    [junit]     at java/lang/Object.wait(J)V(Native Method)
    [junit]     at java/lang/ref/ReferenceQueue.remove(ReferenceQueue.java:118)
    [junit]     ^-- Lock released while waiting: java/lang/ref/ReferenceQueue$Lock@0x960765b8[fat lock]
    [junit]     at java/lang/ref/ReferenceQueue.remove(ReferenceQueue.java:134)
    [junit]     at org/apache/commons/httpclient/MultiThreadedHttpConnectionManager$ReferenceQueueThread.run(MultiThreadedHttpConnectionManager.java:1122)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "317857319@qtp-317936807-0" id=27 idx=0x64 tid=3148 prio=5 alive, waiting, native_blocked
    [junit]     -- Waiting for notification on: org/mortbay/thread/QueuedThreadPool$PoolThread@0x99a25638[fat lock]
    [junit]     at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    [junit]     at java/lang/Object.wait(J)V(Native Method)
    [junit]     at org/mortbay/thread/QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:626)
    [junit]     ^-- Lock released while waiting: org/mortbay/thread/QueuedThreadPool$PoolThread@0x99a25638[fat lock]
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "317857442@qtp-317936807-1 - Acceptor0 SocketConnector@0.0.0.0:51938" id=28 idx=0x68 tid=3149 prio=5 alive, in native
    [junit]     at java/net/PlainSocketImpl.socketAccept(Ljava/net/SocketImpl;)V(Native Method)
    [junit]     at java/net/PlainSocketImpl.accept(PlainSocketImpl.java:390)
    [junit]     ^-- Holding lock: java/net/SocksSocketImpl@0x99a25778[biased lock]
    [junit]     at java/net/ServerSocket.implAccept(ServerSocket.java:453)
    [junit]     at java/net/ServerSocket.accept(ServerSocket.java:421)
    [junit]     at org/mortbay/jetty/bio/SocketConnector.accept(SocketConnector.java:99)
    [junit]     at org/mortbay/jetty/AbstractConnector$Acceptor.run(AbstractConnector.java:708)
    [junit]     at org/mortbay/thread/QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "Timer-1" id=29 idx=0x6c tid=3150 prio=5 alive, waiting, native_blocked, daemon
    [junit]     -- Waiting for notification on: java/util/TaskQueue@0x99a25820[fat lock]
    [junit]     at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    [junit]     at java/lang/Object.wait(J)V(Native Method)
    [junit]     at java/util/TimerThread.mainLoop(Timer.java:509)
    [junit]     ^-- Lock released while waiting: java/util/TaskQueue@0x99a25820[fat lock]
    [junit]     at java/util/TimerThread.run(Timer.java:462)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "pool-60-thread-1" id=30 idx=0x70 tid=3151 prio=5 alive, parked, native_blocked
    [junit]     -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x9a882ff0
    [junit]     at jrockit/vm/Locks.park0(J)V(Native Method)
    [junit]     at jrockit/vm/Locks.park(Locks.java:2230)
    [junit]     at sun/misc/Unsafe.park(ZJ)V(Native Method)
    [junit]     at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    [junit]     at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    [junit]     at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    [junit]     at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
    [junit]     at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    [junit]     at java/lang/Thread.run(Thread.java:619)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "315544743@qtp-315544407-1 - Acceptor0 SocketConnector@0.0.0.0:59727" id=32 idx=0x78 tid=3153 prio=5 alive, in native
    [junit]     at java/net/PlainSocketImpl.socketAccept(Ljava/net/SocketImpl;)V(Native Method)
    [junit]     at java/net/PlainSocketImpl.accept(PlainSocketImpl.java:390)
    [junit]     ^-- Holding lock: java/net/SocksSocketImpl@0x9a882478[biased lock]
    [junit]     at java/net/ServerSocket.implAccept(ServerSocket.java:453)
    [junit]     at java/net/ServerSocket.accept(ServerSocket.java:421)
    [junit]     at org/mortbay/jetty/bio/SocketConnector.accept(SocketConnector.java:99)
    [junit]     at org/mortbay/jetty/AbstractConnector$Acceptor.run(AbstractConnector.java:708)
    [junit]     at org/mortbay/thread/QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "Timer-2" id=33 idx=0x7c tid=3154 prio=5 alive, waiting, native_blocked, daemon
    [junit]     -- Waiting for notification on: java/util/TaskQueue@0x9a882520[fat lock]
    [junit]     at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    [junit]     at java/lang/Object.wait(J)V(Native Method)
    [junit]     at java/util/TimerThread.mainLoop(Timer.java:509)
    [junit]     ^-- Lock released while waiting: java/util/TaskQueue@0x9a882520[fat lock]
    [junit]     at java/util/TimerThread.run(Timer.java:462)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "pool-71-thread-1" id=34 idx=0x80 tid=3158 prio=5 alive, parked, native_blocked
    [junit]     -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x9a5d0058
    [junit]     at jrockit/vm/Locks.park0(J)V(Native Method)
    [junit]     at jrockit/vm/Locks.park(Locks.java:2230)
    [junit]     at sun/misc/Unsafe.park(ZJ)V(Native Method)
    [junit]     at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    [junit]     at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    [junit]     at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    [junit]     at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
    [junit]     at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    [junit]     at java/lang/Thread.run(Thread.java:619)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "315909671@qtp-315544407-4" id=41 idx=0x9c tid=3169 prio=5 alive, parked, native_blocked
    [junit]     -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x970ba5e0
    [junit]     at jrockit/vm/Locks.park0(J)V(Native Method)
    [junit]     at jrockit/vm/Locks.park(Locks.java:2230)
    [junit]     at sun/misc/Unsafe.park(ZJ)V(Native Method)
    [junit]     at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    [junit]     at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    [junit]     at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    [junit]     at java/util/concurrent/ExecutorCompletionService.take(ExecutorCompletionService.java:164)
    [junit]     at org/apache/solr/handler/component/HttpShardHandler.takeCompletedOrError(HttpShardHandler.java:202)
    [junit]     at org/apache/solr/handler/component/SearchHandler.handleRequestBody(SearchHandler.java:274)
    [junit]     at org/apache/solr/handler/RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
    [junit]     at org/apache/solr/core/SolrCore.execute(SolrCore.java:1406)
    [junit]     at org/apache/solr/servlet/SolrDispatchFilter.execute(SolrDispatchFilter.java:353)
    [junit]     at org/apache/solr/servlet/SolrDispatchFilter.doFilter(SolrDispatchFilter.java:248)
    [junit]     at org/mortbay/jetty/servlet/ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
    [junit]     at org/mortbay/jetty/servlet/ServletHandler.handle(ServletHandler.java:399)
    [junit]     at org/mortbay/jetty/servlet/SessionHandler.handle(SessionHandler.java:182)
    [junit]     at org/mortbay/jetty/handler/ContextHandler.handle(ContextHandler.java:766)
    [junit]     at org/mortbay/jetty/handler/HandlerWrapper.handle(HandlerWrapper.java:152)
    [junit]     at org/mortbay/jetty/Server.handle(Server.java:326)
    [junit]     at org/mortbay/jetty/HttpConnection.handleRequest(HttpConnection.java:542)
    [junit]     at org/mortbay/jetty/HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
    [junit]     at org/mortbay/jetty/HttpParser.parseNext(HttpParser.java:549)
    [junit]     at org/mortbay/jetty/HttpParser.parseAvailable(HttpParser.java:212)
    [junit]     at org/mortbay/jetty/HttpConnection.handle(HttpConnection.java:404)
    [junit]     at org/mortbay/jetty/bio/SocketConnector$Connection.run(SocketConnector.java:228)
    [junit]     at org/mortbay/thread/QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "pool-79-thread-2" id=42 idx=0xa0 tid=3170 prio=5 alive, in native
    [junit]     at jrockit/net/SocketNativeIO.readBytesPinned(Ljava/io/FileDescriptor;[BIII)I(Native Method)
    [junit]     at jrockit/net/SocketNativeIO.socketRead(SocketNativeIO.java:32)
    [junit]     at java/net/SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I(SocketInputStream.java)
    [junit]     at java/net/SocketInputStream.read(SocketInputStream.java:129)
    [junit]     at java/io/BufferedInputStream.fill(BufferedInputStream.java:218)
    [junit]     at java/io/BufferedInputStream.read(BufferedInputStream.java:237)
    [junit]     ^-- Holding lock: java/io/BufferedInputStream@0x970ce508[biased lock]
    [junit]     at org/apache/commons/httpclient/HttpParser.readRawLine(HttpParser.java:78)
    [junit]     at org/apache/commons/httpclient/HttpParser.readLine(HttpParser.java:106)
    [junit]     at org/apache/commons/httpclient/HttpConnection.readLine(HttpConnection.java:1116)
    [junit]     at org/apache/commons/httpclient/MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
    [junit]     at org/apache/commons/httpclient/HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
    [junit]     at org/apache/commons/httpclient/HttpMethodBase.readResponse(HttpMethodBase.java:1735)
    [junit]     at org/apache/commons/httpclient/HttpMethodBase.execute(HttpMethodBase.java:1098)
    [junit]     at org/apache/commons/httpclient/HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
    [junit]     at org/apache/commons/httpclient/HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
    [junit]     at org/apache/commons/httpclient/HttpClient.executeMethod(HttpClient.java:397)
    [junit]     at org/apache/commons/httpclient/HttpClient.executeMethod(HttpClient.java:323)
    [junit]     at org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:426)
    [junit]     at org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
    [junit]     at org/apache/solr/client/solrj/impl/LBHttpSolrServer.request(LBHttpSolrServer.java:249)
    [junit]     at org/apache/solr/handler/component/HttpShardHandler$1.call(HttpShardHandler.java:151)
    [junit]     at org/apache/solr/handler/component/HttpShardHandler$1.call(HttpShardHandler.java:116)
    [junit]     at java/util/concurrent/FutureTask$Sync.innerRun(FutureTask.java:303)
    [junit]     at java/util/concurrent/FutureTask.run(FutureTask.java:138)
    [junit]     at java/util/concurrent/Executors$RunnableAdapter.call(Executors.java:441)
    [junit]     at java/util/concurrent/FutureTask$Sync.innerRun(FutureTask.java:303)
    [junit]     at java/util/concurrent/FutureTask.run(FutureTask.java:138)
    [junit]     at java/util/concurrent/ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    [junit]     at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit]     at java/lang/Thread.run(Thread.java:619)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "Thread-22" id=47 idx=0xb4 tid=3175 prio=5 alive, in native
    [junit]     at jrockit/net/SocketNativeIO.readBytesPinned(Ljava/io/FileDescriptor;[BIII)I(Native Method)
    [junit]     at jrockit/net/SocketNativeIO.socketRead(SocketNativeIO.java:32)
    [junit]     at java/net/SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I(SocketInputStream.java)
    [junit]     at java/net/SocketInputStream.read(SocketInputStream.java:129)
    [junit]     at java/io/BufferedInputStream.fill(BufferedInputStream.java:218)
    [junit]     at java/io/BufferedInputStream.read(BufferedInputStream.java:237)
    [junit]     ^-- Holding lock: java/io/BufferedInputStream@0x965a6180[biased lock]
    [junit]     at org/apache/commons/httpclient/HttpParser.readRawLine(HttpParser.java:78)
    [junit]     at org/apache/commons/httpclient/HttpParser.readLine(HttpParser.java:106)
    [junit]     at org/apache/commons/httpclient/HttpConnection.readLine(HttpConnection.java:1116)
    [junit]     at org/apache/commons/httpclient/MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
    [junit]     at org/apache/commons/httpclient/HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
    [junit]     at org/apache/commons/httpclient/HttpMethodBase.readResponse(HttpMethodBase.java:1735)
    [junit]     at org/apache/commons/httpclient/HttpMethodBase.execute(HttpMethodBase.java:1098)
    [junit]     at org/apache/commons/httpclient/HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
    [junit]     at org/apache/commons/httpclient/HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
    [junit]     at org/apache/commons/httpclient/HttpClient.executeMethod(HttpClient.java:397)
    [junit]     at org/apache/commons/httpclient/HttpClient.executeMethod(HttpClient.java:323)
    [junit]     at org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:426)
    [junit]     at org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
    [junit]     at org/apache/solr/client/solrj/request/QueryRequest.process(QueryRequest.java:89)
    [junit]     at org/apache/solr/client/solrj/SolrServer.query(SolrServer.java:119)
    [junit]     at org/apache/solr/BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:350)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] "pool-82-thread-1" id=49 idx=0xbc tid=3177 prio=5 alive, parked, native_blocked
    [junit]     at jrockit/vm/Locks.park0(J)V(Native Method)
    [junit]     at jrockit/vm/Locks.park(Locks.java:2230)
    [junit]     at sun/misc/Unsafe.park(ZJ)V(Native Method)
    [junit]     at java/util/concurrent/locks/LockSupport.parkNanos(LockSupport.java:198)
    [junit]     at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1963)
    [junit]     at java/util/concurrent/DelayQueue.take(DelayQueue.java:164)
    [junit]     at java/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:583)
    [junit]     at java/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:576)
    [junit]     at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
    [junit]     at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    [junit]     at java/lang/Thread.run(Thread.java:619)
    [junit]     at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    [junit]     -- end of trace
    [junit] 
    [junit] ===== END OF THREAD DUMP ===============
{noformat}

> solr tests hang indefinitely
> ----------------------------
>
>                 Key: SOLR-2732
>                 URL: https://issues.apache.org/jira/browse/SOLR-2732
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> Charlie cron has been hung for hours... thread dump attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org