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 B4793200BFF for ; Tue, 13 Dec 2016 01:49:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B3138160B2D; Tue, 13 Dec 2016 00:49:00 +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 10CF3160B30 for ; Tue, 13 Dec 2016 01:48:59 +0100 (CET) Received: (qmail 95376 invoked by uid 500); 13 Dec 2016 00:48:59 -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 95086 invoked by uid 99); 13 Dec 2016 00:48:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2016 00:48:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D318E2C03E1 for ; Tue, 13 Dec 2016 00:48:58 +0000 (UTC) Date: Tue, 13 Dec 2016 00:48:58 +0000 (UTC) From: "Jason Brown (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12894) testall failure in org.apache.cassandra.hints.HintsBufferPoolTest.testBackpressure-compression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Dec 2016 00:49:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15743699#comment-15743699 ] Jason Brown commented on CASSANDRA-12894: ----------------------------------------- +1, lgtm commited as sha 11601e4f407a26e84eb5deb815ad27f97d4b9939. Note: i didn't bother to update CHANGES.txt as this was a fix for the test only. > testall failure in org.apache.cassandra.hints.HintsBufferPoolTest.testBackpressure-compression > ---------------------------------------------------------------------------------------------- > > Key: CASSANDRA-12894 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12894 > Project: Cassandra > Issue Type: Test > Reporter: Michael Shuler > Assignee: Ariel Weisberg > Labels: test-failure > Fix For: 3.0.11, 3.10, 3.12, 4.0 > > > example failure: > http://cassci.datastax.com/job/cassandra-3.0_testall/720/testReport/org.apache.cassandra.hints/HintsBufferPoolTest/testBackpressure_compression > {noformat} > Error Message > null > Stacktrace > junit.framework.AssertionFailedError: null > at org.apache.cassandra.hints.HintsBufferPoolTest.testBackpressure(HintsBufferPoolTest.java:73) > at org.jboss.byteman.contrib.bmunit.BMUnitRunner$10.evaluate(BMUnitRunner.java:371) > at org.jboss.byteman.contrib.bmunit.BMUnitRunner$6.evaluate(BMUnitRunner.java:241) > at org.jboss.byteman.contrib.bmunit.BMUnitRunner$1.evaluate(BMUnitRunner.java:75) > Standard Output > ERROR 16:26:27 SLF4J: stderr > INFO 16:26:27 Configuration location: file:/home/automaton/cassandra/test/conf/cassandra.yaml > INFO 16:26:27 Node configuration:[allocate_tokens_for_keyspace=null; authenticator=null; authorizer=null; auto_bootstrap=true; auto_snapshot=true; batch_size_fail_threshold_in_kb=50; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; broadcast_address=null; broadcast_rpc_address=null; buffer_pool_use_heap_if_exhausted=true; cas_contention_timeout_in_ms > ...[truncated 8324 chars]... > NA OS native malloc/free > INFO 16:26:30 Initializing counter cache with capacity of 6 MBs > INFO 16:26:30 Scheduling counter cache save to every 7200 seconds (going to save all keys). > INFO 16:26:31 Global buffer pool is enabled, when pool is exahusted (max is 512 mb) it will allocate on heap > INFO 16:26:31 Initializing hints_buffer_test.table > INFO 16:26:31 byteman jar is /home/automaton/cassandra/build/lib/jars/byteman-3.0.3.jar > INFO 16:26:31 Setting org.jboss.byteman.allow.config.update=true > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)