Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 13E95200CF0 for ; Thu, 7 Sep 2017 14:44:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1300E1609C0; Thu, 7 Sep 2017 12:44:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 556021609A7 for ; Thu, 7 Sep 2017 14:44:10 +0200 (CEST) Received: (qmail 50100 invoked by uid 500); 7 Sep 2017 12:44:08 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 50089 invoked by uid 99); 7 Sep 2017 12:44:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2017 12:44:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E3F6FC489F for ; Thu, 7 Sep 2017 12:44:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id pdG63vzZRlqM for ; Thu, 7 Sep 2017 12:44:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3851361051 for ; Thu, 7 Sep 2017 12:44:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5001FE0ED3 for ; Thu, 7 Sep 2017 12:44:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 874A324167 for ; Thu, 7 Sep 2017 12:44:00 +0000 (UTC) Date: Thu, 7 Sep 2017 12:44:00 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-13831) NettyFactoryTest is failing in trunk on MacOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Sep 2017 12:44:11 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-13831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156900#comment-16156900 ] Aleksey Yeschenko commented on CASSANDRA-13831: ----------------------------------------------- kk, just mark as Patch Available when ready. > NettyFactoryTest is failing in trunk on MacOS > --------------------------------------------- > > Key: CASSANDRA-13831 > URL: https://issues.apache.org/jira/browse/CASSANDRA-13831 > Project: Cassandra > Issue Type: Bug > Components: Testing > Reporter: Aleksey Yeschenko > Assignee: Jason Brown > Priority: Minor > Fix For: 4.x > > > Example failure: > {code} > [junit] Testcase: getEventLoopGroup_EpollWithoutIoRatioBoost(org.apache.cassandra.net.async.NettyFactoryTest): Caused an ERROR > [junit] failed to load the required native library > [junit] java.lang.UnsatisfiedLinkError: failed to load the required native library > [junit] at io.netty.channel.epoll.Epoll.ensureAvailability(Epoll.java:78) > [junit] at io.netty.channel.epoll.EpollEventLoop.(EpollEventLoop.java:53) > [junit] at io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:134) > [junit] at io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:35) > [junit] at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:84) > [junit] at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:58) > [junit] at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:47) > [junit] at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:59) > [junit] at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:104) > [junit] at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:91) > [junit] at io.netty.channel.epoll.EpollEventLoopGroup.(EpollEventLoopGroup.java:68) > [junit] at org.apache.cassandra.net.async.NettyFactory.getEventLoopGroup(NettyFactory.java:175) > [junit] at org.apache.cassandra.net.async.NettyFactoryTest.getEventLoopGroup_Epoll(NettyFactoryTest.java:187) > [junit] at org.apache.cassandra.net.async.NettyFactoryTest.getEventLoopGroup_EpollWithoutIoRatioBoost(NettyFactoryTest.java:205) > [junit] Caused by: java.lang.ExceptionInInitializerError > [junit] at io.netty.channel.epoll.Epoll.(Epoll.java:33) > [junit] at org.apache.cassandra.service.NativeTransportService.useEpoll(NativeTransportService.java:162) > [junit] at org.apache.cassandra.net.async.NettyFactory.(NettyFactory.java:94) > [junit] at org.apache.cassandra.net.async.NettyFactoryTest.getEventLoopGroup_Nio(NettyFactoryTest.java:216) > [junit] at org.apache.cassandra.net.async.NettyFactoryTest.getEventLoopGroup_NioWithoutIoRatioBoost(NettyFactoryTest.java:211) > [junit] Caused by: java.lang.IllegalStateException: Only supported on Linux > [junit] at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:189) > [junit] at io.netty.channel.epoll.Native.(Native.java:61) > {code} > It's obviously caused by epoll being unavailable on MacOS, but the tests should still be made to pass. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org