You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Jonathan Ellis <jb...@gmail.com> on 2009/08/14 19:03:11 UTC

[re-vote] cassandra 0.4 beta 1

I thought it best to take a new vote on making an *official* release
of 0.4 beta 1.

I've tagged a recent trunk as
https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
-- this is what will be built as the beta.

+1 (binding) from me.

-Jonathan

Re: [re-vote] cassandra 0.4 beta 1

Posted by Jiansheng Huang <jh...@rocketfuelinc.com>.
+1

On Fri, Aug 14, 2009 at 10:28 AM, Matthieu Riou<ma...@gmail.com> wrote:
> +1
>
> On Fri, Aug 14, 2009 at 10:03 AM, Jonathan Ellis <jb...@gmail.com> wrote:
>
>> I thought it best to take a new vote on making an *official* release
>> of 0.4 beta 1.
>>
>> I've tagged a recent trunk as
>>
>> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
>> -- this is what will be built as the beta.
>>
>> +1 (binding) from me.
>>
>> -Jonathan
>>
>

Re: [re-vote] cassandra 0.4 beta 1

Posted by Matthieu Riou <ma...@gmail.com>.
+1

On Fri, Aug 14, 2009 at 10:03 AM, Jonathan Ellis <jb...@gmail.com> wrote:

> I thought it best to take a new vote on making an *official* release
> of 0.4 beta 1.
>
> I've tagged a recent trunk as
>
> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
> -- this is what will be built as the beta.
>
> +1 (binding) from me.
>
> -Jonathan
>

Re: [re-vote] cassandra 0.4 beta 1

Posted by Jonathan Ellis <jb...@gmail.com>.
Okay, I'd file "errors under jdk7" as "interesting, but mostly
irrelevant."  If someone wants to submit patches to make us build vs
an alpha jdk, fine, but it's not a stop-ship by any means.

On Fri, Aug 14, 2009 at 12:44 PM, Michael
Greene<mi...@gmail.com> wrote:
> For what it's worth, this only occurs on JDK7 on Windows.  It does not
> occur on JDK6 on Linux or OSX.  It is repeatable though.
>
> On Fri, Aug 14, 2009 at 12:39 PM, Michael
> Greene<mi...@gmail.com> wrote:
>> -1
>>
>> build-project:
>>     [echo] apache-cassandra-incubating:
>> E:\sources\cassandra-0.4.0-beta1\build.
>>             xml
>>    [javac] Compiling 259 source files to
>> E:\sources\cassandra-0.4.0-beta1\build
>>            \classes
>>    [javac] E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi
>>                                            ce\StorageProxy.java:484:
>> name clash: dispatchMessages(Map<String,ReadCommand[]>
>>                            ,Map<String,Message[]>) and
>> dispatchMessages(Map<String,EndPoint>,Map<String,Mes
>>                          sage>) have the same erasure
>>    [javac]     private static MultiQuorumResponseHandler
>> dispatchMessages(Map<S
>> tring, ReadCommand[]> readMessages, Map<String, Message[]> messages)
>> throws IOEx                                             ception
>>    [javac]                                               ^
>>    [javac] E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi
>>                                            ce\StorageProxy.java:544:
>> method dispatchMessages in class StorageProxy cannot b
>>                            e applied to given types
>>    [javac]         MultiQuorumResponseHandler cb =
>> dispatchMessages(readMessage
>>  s, replicaMessages);
>>    [javac]                                         ^
>>    [javac]   required: Map<String,EndPoint>,Map<String,Message>
>>    [javac]   found: Map<String,ReadCommand[]>,Map<String,Message[]>
>>    [javac] Note: Some input files use or override a deprecated API.
>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>    [javac] Note: Some input files use unchecked or unsafe operations.
>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>    [javac] 2 errors
>>
>>
>>
>> On Fri, Aug 14, 2009 at 12:35 PM, Jun Rao<ju...@almaden.ibm.com> wrote:
>>> +1.
>>>
>>> Jun
>>> IBM Almaden Research Center
>>> K55/B1, 650 Harry Road, San Jose, CA 95120-6099
>>>
>>> junrao@almaden.ibm.com
>>>
>>>
>>> Jonathan Ellis ---08/14/2009 10:04:11 AM---I thought it best to take a new
>>> vote on making an *official* release of 0.4 beta 1.
>>>
>>>
>>> From:
>>> Jonathan Ellis <jb...@gmail.com>
>>> To:
>>> cassandra-dev@incubator.apache.org
>>> Date:
>>> 08/14/2009 10:04 AM
>>> Subject:
>>> [re-vote] cassandra 0.4 beta 1
>>> ________________________________
>>>
>>>
>>>
>>> I thought it best to take a new vote on making an *official* release
>>> of 0.4 beta 1.
>>>
>>> I've tagged a recent trunk as
>>> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
>>> -- this is what will be built as the beta.
>>>
>>> +1 (binding) from me.
>>>
>>> -Jonathan
>>>
>>>
>>>
>>
>

Re: [re-vote] cassandra 0.4 beta 1

Posted by Michael Greene <mi...@gmail.com>.
For what it's worth, this only occurs on JDK7 on Windows.  It does not
occur on JDK6 on Linux or OSX.  It is repeatable though.

On Fri, Aug 14, 2009 at 12:39 PM, Michael
Greene<mi...@gmail.com> wrote:
> -1
>
> build-project:
>     [echo] apache-cassandra-incubating:
> E:\sources\cassandra-0.4.0-beta1\build.
>             xml
>    [javac] Compiling 259 source files to
> E:\sources\cassandra-0.4.0-beta1\build
>            \classes
>    [javac] E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi
>                                            ce\StorageProxy.java:484:
> name clash: dispatchMessages(Map<String,ReadCommand[]>
>                            ,Map<String,Message[]>) and
> dispatchMessages(Map<String,EndPoint>,Map<String,Mes
>                          sage>) have the same erasure
>    [javac]     private static MultiQuorumResponseHandler
> dispatchMessages(Map<S
> tring, ReadCommand[]> readMessages, Map<String, Message[]> messages)
> throws IOEx                                             ception
>    [javac]                                               ^
>    [javac] E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi
>                                            ce\StorageProxy.java:544:
> method dispatchMessages in class StorageProxy cannot b
>                            e applied to given types
>    [javac]         MultiQuorumResponseHandler cb =
> dispatchMessages(readMessage
>  s, replicaMessages);
>    [javac]                                         ^
>    [javac]   required: Map<String,EndPoint>,Map<String,Message>
>    [javac]   found: Map<String,ReadCommand[]>,Map<String,Message[]>
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 2 errors
>
>
>
> On Fri, Aug 14, 2009 at 12:35 PM, Jun Rao<ju...@almaden.ibm.com> wrote:
>> +1.
>>
>> Jun
>> IBM Almaden Research Center
>> K55/B1, 650 Harry Road, San Jose, CA 95120-6099
>>
>> junrao@almaden.ibm.com
>>
>>
>> Jonathan Ellis ---08/14/2009 10:04:11 AM---I thought it best to take a new
>> vote on making an *official* release of 0.4 beta 1.
>>
>>
>> From:
>> Jonathan Ellis <jb...@gmail.com>
>> To:
>> cassandra-dev@incubator.apache.org
>> Date:
>> 08/14/2009 10:04 AM
>> Subject:
>> [re-vote] cassandra 0.4 beta 1
>> ________________________________
>>
>>
>>
>> I thought it best to take a new vote on making an *official* release
>> of 0.4 beta 1.
>>
>> I've tagged a recent trunk as
>> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
>> -- this is what will be built as the beta.
>>
>> +1 (binding) from me.
>>
>> -Jonathan
>>
>>
>>
>

Re: [re-vote] cassandra 0.4 beta 1

Posted by Jonathan Ellis <jb...@gmail.com>.
Hmm, something weird on your end?

fresh svn co https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
+ ant build works fine here.

On Fri, Aug 14, 2009 at 12:39 PM, Michael
Greene<mi...@gmail.com> wrote:
> -1
>
> build-project:
>     [echo] apache-cassandra-incubating:
> E:\sources\cassandra-0.4.0-beta1\build.
>             xml
>    [javac] Compiling 259 source files to
> E:\sources\cassandra-0.4.0-beta1\build
>            \classes
>    [javac] E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi
>                                            ce\StorageProxy.java:484:
> name clash: dispatchMessages(Map<String,ReadCommand[]>
>                            ,Map<String,Message[]>) and
> dispatchMessages(Map<String,EndPoint>,Map<String,Mes
>                          sage>) have the same erasure
>    [javac]     private static MultiQuorumResponseHandler
> dispatchMessages(Map<S
> tring, ReadCommand[]> readMessages, Map<String, Message[]> messages)
> throws IOEx                                             ception
>    [javac]                                               ^
>    [javac] E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi
>                                            ce\StorageProxy.java:544:
> method dispatchMessages in class StorageProxy cannot b
>                            e applied to given types
>    [javac]         MultiQuorumResponseHandler cb =
> dispatchMessages(readMessage
>  s, replicaMessages);
>    [javac]                                         ^
>    [javac]   required: Map<String,EndPoint>,Map<String,Message>
>    [javac]   found: Map<String,ReadCommand[]>,Map<String,Message[]>
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 2 errors
>
>
>
> On Fri, Aug 14, 2009 at 12:35 PM, Jun Rao<ju...@almaden.ibm.com> wrote:
>> +1.
>>
>> Jun
>> IBM Almaden Research Center
>> K55/B1, 650 Harry Road, San Jose, CA 95120-6099
>>
>> junrao@almaden.ibm.com
>>
>>
>> Jonathan Ellis ---08/14/2009 10:04:11 AM---I thought it best to take a new
>> vote on making an *official* release of 0.4 beta 1.
>>
>>
>> From:
>> Jonathan Ellis <jb...@gmail.com>
>> To:
>> cassandra-dev@incubator.apache.org
>> Date:
>> 08/14/2009 10:04 AM
>> Subject:
>> [re-vote] cassandra 0.4 beta 1
>> ________________________________
>>
>>
>>
>> I thought it best to take a new vote on making an *official* release
>> of 0.4 beta 1.
>>
>> I've tagged a recent trunk as
>> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
>> -- this is what will be built as the beta.
>>
>> +1 (binding) from me.
>>
>> -Jonathan
>>
>>
>>
>

Re: [re-vote] cassandra 0.4 beta 1

Posted by Michael Greene <mi...@gmail.com>.
-1

build-project:
     [echo] apache-cassandra-incubating:
E:\sources\cassandra-0.4.0-beta1\build.
             xml
    [javac] Compiling 259 source files to
E:\sources\cassandra-0.4.0-beta1\build
            \classes
    [javac] E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi
                                            ce\StorageProxy.java:484:
name clash: dispatchMessages(Map<String,ReadCommand[]>
                            ,Map<String,Message[]>) and
dispatchMessages(Map<String,EndPoint>,Map<String,Mes
                          sage>) have the same erasure
    [javac]     private static MultiQuorumResponseHandler
dispatchMessages(Map<S
tring, ReadCommand[]> readMessages, Map<String, Message[]> messages)
throws IOEx                                             ception
    [javac]                                               ^
    [javac] E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi
                                            ce\StorageProxy.java:544:
method dispatchMessages in class StorageProxy cannot b
                            e applied to given types
    [javac]         MultiQuorumResponseHandler cb =
dispatchMessages(readMessage
  s, replicaMessages);
    [javac]                                         ^
    [javac]   required: Map<String,EndPoint>,Map<String,Message>
    [javac]   found: Map<String,ReadCommand[]>,Map<String,Message[]>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors



On Fri, Aug 14, 2009 at 12:35 PM, Jun Rao<ju...@almaden.ibm.com> wrote:
> +1.
>
> Jun
> IBM Almaden Research Center
> K55/B1, 650 Harry Road, San Jose, CA 95120-6099
>
> junrao@almaden.ibm.com
>
>
> Jonathan Ellis ---08/14/2009 10:04:11 AM---I thought it best to take a new
> vote on making an *official* release of 0.4 beta 1.
>
>
> From:
> Jonathan Ellis <jb...@gmail.com>
> To:
> cassandra-dev@incubator.apache.org
> Date:
> 08/14/2009 10:04 AM
> Subject:
> [re-vote] cassandra 0.4 beta 1
> ________________________________
>
>
>
> I thought it best to take a new vote on making an *official* release
> of 0.4 beta 1.
>
> I've tagged a recent trunk as
> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
> -- this is what will be built as the beta.
>
> +1 (binding) from me.
>
> -Jonathan
>
>
>

Re: [re-vote] cassandra 0.4 beta 1

Posted by Jun Rao <ju...@almaden.ibm.com>.
+1.

Jun
IBM Almaden Research Center
K55/B1, 650 Harry Road, San Jose, CA  95120-6099

junrao@almaden.ibm.com



|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Jonathan Ellis <jb...@gmail.com>                                                                                                                |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |cassandra-dev@incubator.apache.org                                                                                                                |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |08/14/2009 10:04 AM                                                                                                                               |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[re-vote] cassandra 0.4 beta 1                                                                                                                    |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|






I thought it best to take a new vote on making an *official* release
of 0.4 beta 1.

I've tagged a recent trunk as
https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1

-- this is what will be built as the beta.

+1 (binding) from me.

-Jonathan


[results] [re-vote] cassandra 0.4 beta 1

Posted by Jonathan Ellis <jb...@gmail.com>.
The +1s have it.  This vote is closed and we have submitted artifacts
to be reviewed by the incubator PMC (see other thread).

thanks,

-Jonathan

Re: [re-vote] cassandra 0.4 beta 1

Posted by Michael Greene <mi...@gmail.com>.
Redacting my -1
I created https://issues.apache.org/jira/browse/CASSANDRA-366 to track
the compilation issue I saw, which occurs on JDK7.  A patch is
attached to it.

The tag builds and executes fine for me on JDK6.

Michael

On Fri, Aug 14, 2009 at 1:17 PM, ant elder<an...@gmail.com> wrote:
> On Fri, Aug 14, 2009 at 6:03 PM, Jonathan Ellis<jb...@gmail.com> wrote:
>> I thought it best to take a new vote on making an *official* release
>> of 0.4 beta 1.
>>
>> I've tagged a recent trunk as
>> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
>> -- this is what will be built as the beta.
>>
>> +1 (binding) from me.
>>
>> -Jonathan
>>
>
> The contents of the tag looks good to me, the built artifacts do need
> to be available in the vote if this vote is to release those. I've
> built them from that tag and they look good to me so i'd vote +1 if
> you put them up with signatures at you people.apache space.
>
>   ...ant
>

Re: [re-vote] cassandra 0.4 beta 1

Posted by ant elder <an...@gmail.com>.
On Fri, Aug 14, 2009 at 6:03 PM, Jonathan Ellis<jb...@gmail.com> wrote:
> I thought it best to take a new vote on making an *official* release
> of 0.4 beta 1.
>
> I've tagged a recent trunk as
> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
> -- this is what will be built as the beta.
>
> +1 (binding) from me.
>
> -Jonathan
>

The contents of the tag looks good to me, the built artifacts do need
to be available in the vote if this vote is to release those. I've
built them from that tag and they look good to me so i'd vote +1 if
you put them up with signatures at you people.apache space.

   ...ant

Re: [re-vote] cassandra 0.4 beta 1

Posted by Tim Estes <ti...@digitalreasoning.com>.
+1 from me and 3 developers on my team.

Sent from my iPhone

On Aug 14, 2009, at 1:07 PM, "Edward Ribeiro"  
<ed...@gmail.com> wrote:

> I'm a bit away from  contributions to Cassandra right now, but I've
> been loosely following the discussions.
>
> +1 (binding) from me.
>
> Edward
>
> On Fri, Aug 14, 2009 at 2:03 PM, Jonathan Ellis<jb...@gmail.com>  
> wrote:
>> I thought it best to take a new vote on making an *official* release
>> of 0.4 beta 1.
>>
>> I've tagged a recent trunk as
>> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
>> -- this is what will be built as the beta.
>>
>> +1 (binding) from me.
>>
>> -Jonathan
>>

Re: [re-vote] cassandra 0.4 beta 1

Posted by Edward Ribeiro <ed...@gmail.com>.
I'm a bit away from  contributions to Cassandra right now, but I've
been loosely following the discussions.

+1 (binding) from me.

Edward

On Fri, Aug 14, 2009 at 2:03 PM, Jonathan Ellis<jb...@gmail.com> wrote:
> I thought it best to take a new vote on making an *official* release
> of 0.4 beta 1.
>
> I've tagged a recent trunk as
> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
> -- this is what will be built as the beta.
>
> +1 (binding) from me.
>
> -Jonathan
>

Re: [re-vote] cassandra 0.4 beta 1

Posted by Eric Evans <ee...@rackspace.com>.
On Fri, 2009-08-14 at 12:03 -0500, Jonathan Ellis wrote:
> I thought it best to take a new vote on making an *official* release
> of 0.4 beta 1.
> 
> I've tagged a recent trunk as
> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1
> -- this is what will be built as the beta.
> 
> +1 (binding) from me.

+1 (binding)

-- 
Eric Evans
eevans@rackspace.com