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 3D21D200B9A for ; Thu, 22 Sep 2016 08:36:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3BE17160AAD; Thu, 22 Sep 2016 06:36: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 B2D54160AD0 for ; Thu, 22 Sep 2016 08:36:21 +0200 (CEST) Received: (qmail 53425 invoked by uid 500); 22 Sep 2016 06:36: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 53063 invoked by uid 99); 22 Sep 2016 06:36:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2016 06:36:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 81F182C2A64 for ; Thu, 22 Sep 2016 06:36:20 +0000 (UTC) Date: Thu, 22 Sep 2016 06:36:20 +0000 (UTC) From: "Stefania (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12571) cqlsh lost the ability to have a request wait indefinitely MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Sep 2016 06:36:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512357#comment-15512357 ] Stefania commented on CASSANDRA-12571: -------------------------------------- This behavior was changed by CASSANDRA-10686 in all versions since 2.1.13. [~pauloricardomg] was there a reason to remove this functionality and should the doc be updated or or can we re-instate this behavior? IMO it's better to use a large timeout rather than None and I would be inclined to update the documentation. > cqlsh lost the ability to have a request wait indefinitely > ---------------------------------------------------------- > > Key: CASSANDRA-12571 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12571 > Project: Cassandra > Issue Type: Bug > Components: Tools > Environment: Cassandra 3.7 > Reporter: Nate Sanders > Assignee: Stefania > Priority: Minor > > In commit c7f0032912798b5e53b64d8391e3e3d7e4121165, when client_timeout became request_timeout, the logic was changed so that you can no longer use a timeout of None, despite the docs saying that you can: > https://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlshUsingCqlshrc.html#cqlshUsingCqlshrc__request-timeout -- This message was sent by Atlassian JIRA (v6.3.4#6332)