You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Evan Weaver (JIRA)" <ji...@apache.org> on 2009/08/20 05:02:15 UTC

[jira] Created: (CASSANDRA-384) LongType should be network-endian

LongType should be network-endian
---------------------------------

                 Key: CASSANDRA-384
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
             Project: Cassandra
          Issue Type: Bug
            Reporter: Evan Weaver
         Attachments: CASSANDRA-384.diff

that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-384) LongType should be network-endian

Posted by "Evan Weaver (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evan Weaver updated CASSANDRA-384:
----------------------------------

    Attachment: CASSANDRA-384.diff

> LongType should be network-endian
> ---------------------------------
>
>                 Key: CASSANDRA-384
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Evan Weaver
>         Attachments: CASSANDRA-384.diff
>
>
> that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-384) LongType should be network-endian

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-384:
-------------------------------------

    Fix Version/s: 0.4

> LongType should be network-endian
> ---------------------------------
>
>                 Key: CASSANDRA-384
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Evan Weaver
>             Fix For: 0.4
>
>         Attachments: CASSANDRA-384.diff
>
>
> that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-384) LongType should be network-endian

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745292#action_12745292 ] 

Jonathan Ellis commented on CASSANDRA-384:
------------------------------------------

does this pass system tests?

if it does we need a better system test, b/c test_server.py does a bunch of int64s in little endian :)

> LongType should be network-endian
> ---------------------------------
>
>                 Key: CASSANDRA-384
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Evan Weaver
>             Fix For: 0.4
>
>         Attachments: CASSANDRA-384.diff
>
>
> that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-384) LongType should be network-endian

Posted by "Michael Greene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Greene updated CASSANDRA-384:
-------------------------------------

    Component/s: Core

> LongType should be network-endian
> ---------------------------------
>
>                 Key: CASSANDRA-384
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Evan Weaver
>         Attachments: CASSANDRA-384.diff
>
>
> that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-384) LongType should be network-endian

Posted by "Michael Greene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745286#action_12745286 ] 

Michael Greene commented on CASSANDRA-384:
------------------------------------------

Looks like that's the JVM's natural endianness anyway.

+1

> LongType should be network-endian
> ---------------------------------
>
>                 Key: CASSANDRA-384
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Evan Weaver
>         Attachments: CASSANDRA-384.diff
>
>
> that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-384) LongType should be network-endian

Posted by "Evan Weaver (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745294#action_12745294 ] 

Evan Weaver commented on CASSANDRA-384:
---------------------------------------

dunno...i've never run them

[embarassed face]

i only rely on my gem tests right now

> LongType should be network-endian
> ---------------------------------
>
>                 Key: CASSANDRA-384
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Evan Weaver
>             Fix For: 0.4
>
>         Attachments: CASSANDRA-384.diff
>
>
> that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-384) LongType should be network-endian

Posted by "Michael Greene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745300#action_12745300 ] 

Michael Greene commented on CASSANDRA-384:
------------------------------------------

It passes unit tests and system tests, or I wouldn't have +1'd :)
I can't necessarily vouch for the tests.

> LongType should be network-endian
> ---------------------------------
>
>                 Key: CASSANDRA-384
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Evan Weaver
>             Fix For: 0.4
>
>         Attachments: CASSANDRA-384.diff
>
>
> that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-384) LongType should be network-endian

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745936#action_12745936 ] 

Hudson commented on CASSANDRA-384:
----------------------------------

Integrated in Cassandra #174 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/174/])
    change LongType to read longs in big endian order to be consistent with network order and the UUID types.
patch by jbellis and Evan Weaver; reviewed by Michael Greene for 


> LongType should be network-endian
> ---------------------------------
>
>                 Key: CASSANDRA-384
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-384
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Evan Weaver
>            Assignee: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: CASSANDRA-384.diff
>
>
> that's all

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.