Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 364 invoked from network); 31 Mar 2011 01:41:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2011 01:41:44 -0000 Received: (qmail 39953 invoked by uid 500); 31 Mar 2011 00:41:44 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 39920 invoked by uid 500); 31 Mar 2011 00:41:44 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 39907 invoked by uid 99); 31 Mar 2011 00:41:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 00:41:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 00:41:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 58D0F8BB4D for ; Thu, 31 Mar 2011 00:41:06 +0000 (UTC) Date: Thu, 31 Mar 2011 00:41:06 +0000 (UTC) From: "Konstantin Shvachko (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1081852171.22834.1301532066360.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1550908976.5965.1300251449584.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2386) TT jetty server stuck in tight loop around epoll_wait MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013764#comment-13013764 ] Konstantin Shvachko commented on MAPREDUCE-2386: ------------------------------------------------ This doesn't seem to be jetty problem per se. More like a bug in nio. I see it a lot lately in the rpc layer. Lots of different use cases with the same result: {code} java.lang.Thread.State: RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:215) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:65) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69) - locked <0x00002aaab3dd8760> (a sun.nio.ch.Util$1) - locked <0x00002aaab3dd83a0> (a java.util.Collections$UnmodifiableSet) - locked <0x00002aaab3dd82e8> (a sun.nio.ch.EPollSelectorImpl) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80){code} If anybody found a work around please share. > TT jetty server stuck in tight loop around epoll_wait > ----------------------------------------------------- > > Key: MAPREDUCE-2386 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2386 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: tasktracker > Affects Versions: 0.23.0 > Environment: RHEL 6.0 "Santiago" > Reporter: Todd Lipcon > > In some load testing, I got a TaskTracker into a state where its Jetty server is in a tight loop calling epoll_wait, which is returning EINVAL: > [pid 19573] epoll_wait(157, 40829000, 8192, 0) = -1 EINVAL (Invalid argument) > It's not responding to any HTTP connections - connections are accepted and then just hang. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira