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 A266E2009C6 for ; Tue, 31 May 2016 21:39:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A13801609AD; Tue, 31 May 2016 19:39:14 +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 EA535160A44 for ; Tue, 31 May 2016 21:39:13 +0200 (CEST) Received: (qmail 48633 invoked by uid 500); 31 May 2016 19:39:13 -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 48620 invoked by uid 99); 31 May 2016 19:39:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2016 19:39:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D888C2C1F5D for ; Tue, 31 May 2016 19:39:12 +0000 (UTC) Date: Tue, 31 May 2016 19:39:12 +0000 (UTC) From: "Sam Tunnicliffe (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11469) dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.upgrade_to_22_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 31 May 2016 19:39:14 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308444#comment-15308444 ] Sam Tunnicliffe commented on CASSANDRA-11469: --------------------------------------------- Ah, sorry the link to the results page is http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/125/testReport/ > dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.upgrade_to_22_test > ------------------------------------------------------------------------------ > > Key: CASSANDRA-11469 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11469 > Project: Cassandra > Issue Type: Bug > Reporter: Philip Thompson > Assignee: Sam Tunnicliffe > Labels: dtest > Fix For: 2.2.x > > > Upgrading from 2.1 to 2.2, we are seeing failures in upgrade_internal_auth_test.py. I have seen a variety of stack traces, but the most common is: > {code} > java.lang.IllegalArgumentException: Unknown keyspace/cf pair (system_auth.credentials) > at org.apache.cassandra.db.Keyspace.getColumnFamilyStore(Keyspace.java:169) ~[main/:na] > at org.apache.cassandra.service.StorageProxy.readRegular(StorageProxy.java:1383) ~[main/:na] > at org.apache.cassandra.service.StorageProxy.read(StorageProxy.java:1277) ~[main/:na] > at org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:221) ~[main/:na] > at org.apache.cassandra.cql3.statements.SelectStatement.execute(SelectStatement.java:176) ~[main/:na] > at org.apache.cassandra.auth.PasswordAuthenticator.doAuthenticate(PasswordAuthenticator.java:143) ~[main/:na] > at org.apache.cassandra.auth.PasswordAuthenticator.authenticate(PasswordAuthenticator.java:85) ~[main/:na] > at org.apache.cassandra.auth.PasswordAuthenticator.access$100(PasswordAuthenticator.java:53) ~[main/:na] > at org.apache.cassandra.auth.PasswordAuthenticator$PlainTextSaslAuthenticator.getAuthenticatedUser(PasswordAuthenticator.java:181) ~[main/:na] > at org.apache.cassandra.transport.messages.AuthResponse.execute(AuthResponse.java:78) ~[main/:na] > at org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:507) [main/:na] > at org.apache.cassandra.transport.Message$Dispatcher.channelRead0(Message.java:401) [main/:na] > at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) [netty-all-4.0.23.Final.jar:4.0.23.Final] > at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-all-4.0.23.Final.jar:4.0.23.Final] > at io.netty.channel.AbstractChannelHandlerContext.access$700(AbstractChannelHandlerContext.java:32) [netty-all-4.0.23.Final.jar:4.0.23.Final] > at io.netty.channel.AbstractChannelHandlerContext$8.run(AbstractChannelHandlerContext.java:324) [netty-all-4.0.23.Final.jar:4.0.23.Final] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_51] > at org.apache.cassandra.concurrent.AbstractLocalAwareExecutorService$FutureTask.run(AbstractLocalAwareExecutorService.java:164) [main/:na] > at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:105) [main/:na] > at java.lang.Thread.run(Thread.java:745) [na:1.8.0_51] > {code} > This failure is flaky, but not uncommon. I ran it 300 times here, and saw about 100 failures on CI: > http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/53/testReport/ > This is a recent failure, and given the type of failure, it seems like potentially a bug and not a test issue. [~beobal], you may be most interested in looking at this? -- This message was sent by Atlassian JIRA (v6.3.4#6332)