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 1B004200B99 for ; Wed, 5 Oct 2016 10:45:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 19835160ADE; Wed, 5 Oct 2016 08:45:22 +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 85932160ADB for ; Wed, 5 Oct 2016 10:45:21 +0200 (CEST) Received: (qmail 29524 invoked by uid 500); 5 Oct 2016 08:45:20 -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 29508 invoked by uid 99); 5 Oct 2016 08:45:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 08:45:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8A2162C0B04 for ; Wed, 5 Oct 2016 08:45:20 +0000 (UTC) Date: Wed, 5 Oct 2016 08:45:20 +0000 (UTC) From: "Stefania (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-12740) cqlsh copy tests hang in case of no answer from the server or driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Oct 2016 08:45:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548085#comment-15548085 ] Stefania edited comment on CASSANDRA-12740 at 10/5/16 8:44 AM: --------------------------------------------------------------- 3.0 tests look clean, launching tests for other branches and moving to patch available. was (Author: stefania): 3.0 tests look clean, launching tests to other branches and moving to patch available. > cqlsh copy tests hang in case of no answer from the server or driver > -------------------------------------------------------------------- > > Key: CASSANDRA-12740 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12740 > Project: Cassandra > Issue Type: Bug > Reporter: Stefania > Assignee: Stefania > > -If we bundle the driver to cqlsh using the 3.6.0 tag or cassandra_test head, some cqlsh copy tests hang, for example {{test_bulk_round_trip_blogposts}}. See CASSANDRA-12736 and CASSANDRA-11534 for some sample failures.- > If the driver fails to invoke a callback (either error or success), or if the server never answers to the driver, then the copy parent process will wait forever to receive an answer from child processes. We should put a cap to this. We should also use a very high timeout rather than None, so that the driver will notify us if there is no answer from the server. -- This message was sent by Atlassian JIRA (v6.3.4#6332)