Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 65448 invoked from network); 22 Jul 2009 21:55:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 21:55:16 -0000 Received: (qmail 49385 invoked by uid 500); 22 Jul 2009 21:56:21 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 49361 invoked by uid 500); 22 Jul 2009 21:56:21 -0000 Mailing-List: contact cassandra-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-dev@incubator.apache.org Received: (qmail 49351 invoked by uid 99); 22 Jul 2009 21:56:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 21:56:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 209.85.219.207 as permitted sender) Received: from [209.85.219.207] (HELO mail-ew0-f207.google.com) (209.85.219.207) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 21:56:12 +0000 Received: by ewy3 with SMTP id 3so218011ewy.12 for ; Wed, 22 Jul 2009 14:55:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MhVARsC91BOpEfKoW7lV1/J7aeW8ttFmK/FCgvAyXoA=; b=RWSSySKR5E8ZyuDdQ3SdI0V0fIcqqG2yBs6Jhg0XW6cXPW+iH35ydnV6JTfokAXV0L zMGhS6T412G2sEe8GNRhIxkNoA6PnqehYA8LlhsbhK7SQ5Zsbhqo7Ww+Mn2m12NXKmJA zbowl8hIu8TmNjH2ui8cNAFM6nrZWMcVoIUGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=dTXjBH4lIL6XT/WPYULsATBEsBXRbHn22QS5kuu5IAino+F4JweGP3UBltqkFH/rHa kxNd3ahZq2Mfw2wvK3bF0iQL1PmOpvdp6+d4O5JKoipxx39GnWYFeOrlNACl4DcjfZjY lFOlooRo5eP3jM17M7yMc5UW9WZw3SFmkXu3o= MIME-Version: 1.0 Received: by 10.216.72.206 with SMTP id t56mr381210wed.31.1248299751632; Wed, 22 Jul 2009 14:55:51 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Jul 2009 16:55:50 -0500 Message-ID: Subject: Re: roadmap and 0.4 From: Jonathan Ellis To: cassandra-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Also possibly of interest: issues fixed in 0.4 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&&pid= =3D12310865&fixfor=3D12313862&resolution=3D1&sorter/field=3Dissuekey&sorter= /order=3DDESC On Tue, Jul 21, 2009 at 6:05 PM, Jonathan Ellis wrote: > To recap: our mission with 0.3, as I see it, was to add features that > allow people to start modeling their app correctly on cassandra (range > queries and delete support) and file off the worst of the rough edges > from the initial code import. =A0Mission accomplished. > > But 0.3 is already obsolete in a lot of ways so I think we need to > follow up with a relatively quick 0.4 so people don't write too much > code against an obsolete API or put too much data in a disk format > that has changed. > > Here are the issues I think remain for 0.4: > > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=3Dtrue&mo= de=3Dhide&sorter/order=3DDESC&sorter/field=3Dpriority&resolution=3D-1&pid= =3D12310865&fixfor=3D12313862 > > I think we can get all these done in a couple weeks, no problem. > Bootstrap is the only one that might be problematic and I am willing > to push that to 0.5 if it looks *really* bad. > > Any other Gotta Have tickets for 0.4? > > -Jonathan >