From commits-return-224487-apmail-cassandra-commits-archive=cassandra.apache.org@cassandra.apache.org Wed Nov 13 16:54:04 2019 Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 681F7199C2 for ; Wed, 13 Nov 2019 16:54:04 +0000 (UTC) Received: (qmail 12912 invoked by uid 500); 13 Nov 2019 16:54:01 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 12812 invoked by uid 500); 13 Nov 2019 16:54:01 -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 12769 invoked by uid 99); 13 Nov 2019 16:54:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2019 16:54:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AE9A8E00FF for ; Wed, 13 Nov 2019 16:54:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 27E427800FD for ; Wed, 13 Nov 2019 16:54:00 +0000 (UTC) Date: Wed, 13 Nov 2019 16:54:00 +0000 (UTC) From: "Aleksey Yeschenko (Jira)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-15408) Cassandra throws SyntaxException for obsolete keywords that Thrift API permits MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-15408?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-15408: ------------------------------------------ Reviewers: Aleksey Yeschenko, Aleksey Yeschenko (was: Aleksey Yeschenk= o) Aleksey Yeschenko, Aleksey Yeschenko Status: Review In Progress (was: Patch Available) > Cassandra throws SyntaxException for obsolete keywords that Thrift API pe= rmits > -------------------------------------------------------------------------= ----- > > Key: CASSANDRA-15408 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1540= 8 > Project: Cassandra > Issue Type: Bug > Components: Documentation/NEWS.txt > Reporter: Leon Zaruvinsky > Priority: Normal > Fix For: 3.0.x, 3.11.x > > Attachments: CASSANDRA-15408.patch > > > In [this refactor|https://github.com/apache/cassandra/commit/b31845c4a798= 2358a7c5bfd9bcf572fda6c1bfa9#diff-826a67bf1ae2e45372a35a6a2a6f3f3cL74] of C= FPropDefs to TableAttributes for CASSANDRA-9712, three obsolete keywords we= re removed: > {code:java} > obsoleteKeywords.add("index_interval"); > obsoleteKeywords.add("replicate_on_write"); > obsoleteKeywords.add("populate_io_cache_on_flush"); > {code} > =C2=A0 > The Thrift API continues to reference these keywords as deprecated, so it= 's not clear that they are actually unsupported. > Could we either add them back as obsoleteKeywords, or add a change log th= at statements with these properties will fail (There is already a changelog= about "index_interval" but not the other two)? I understand that the Thri= ft API is totally deprecated so I don't feel strongly about cleaning it up. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org