You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Johan Oskarsson (JIRA)" <ji...@apache.org> on 2009/05/14 18:16:45 UTC

[jira] Created: (CASSANDRA-177) Remove Primitive Collections for Java

Remove Primitive Collections for Java
-------------------------------------

                 Key: CASSANDRA-177
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-177
             Project: Cassandra
          Issue Type: Task
    Affects Versions: 0.3
            Reporter: Johan Oskarsson
            Priority: Blocker
             Fix For: 0.3


pcj.jar or Primitive Collections for Java is licensed under LGPL and can't be included in the release.

http://sourceforge.net/project/shownotes.php?release_id=180015
http://www.apache.org/legal/3party.html

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


[jira] Assigned: (CASSANDRA-177) Remove Primitive Collections for Java

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

Jonathan Ellis reassigned CASSANDRA-177:
----------------------------------------

    Assignee: Jonathan Ellis

> Remove Primitive Collections for Java
> -------------------------------------
>
>                 Key: CASSANDRA-177
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-177
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.3
>            Reporter: Johan Oskarsson
>            Assignee: Jonathan Ellis
>            Priority: Blocker
>             Fix For: 0.3
>
>         Attachments: 177.patch
>
>
> pcj.jar or Primitive Collections for Java is licensed under LGPL and can't be included in the release.
> http://sourceforge.net/project/shownotes.php?release_id=180015
> http://www.apache.org/legal/3party.html

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


[jira] Commented: (CASSANDRA-177) Remove Primitive Collections for Java

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

Eric Evans commented on CASSANDRA-177:
--------------------------------------

+1

> Remove Primitive Collections for Java
> -------------------------------------
>
>                 Key: CASSANDRA-177
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-177
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.3
>            Reporter: Johan Oskarsson
>            Assignee: Jonathan Ellis
>            Priority: Blocker
>             Fix For: 0.3
>
>         Attachments: 177.patch
>
>
> pcj.jar or Primitive Collections for Java is licensed under LGPL and can't be included in the release.
> http://sourceforge.net/project/shownotes.php?release_id=180015
> http://www.apache.org/legal/3party.html

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


[jira] Commented: (CASSANDRA-177) Remove Primitive Collections for Java

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

Johan Oskarsson commented on CASSANDRA-177:
-------------------------------------------

This library is only used in the ChecksumManager.java file, there is one instance of a LongKeyLongChainedHashMap. One simple solution would obviously be to replace it with one of the standard java map implementations, with more memory use (and performance impact?) as a result.

> Remove Primitive Collections for Java
> -------------------------------------
>
>                 Key: CASSANDRA-177
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-177
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.3
>            Reporter: Johan Oskarsson
>            Priority: Blocker
>             Fix For: 0.3
>
>
> pcj.jar or Primitive Collections for Java is licensed under LGPL and can't be included in the release.
> http://sourceforge.net/project/shownotes.php?release_id=180015
> http://www.apache.org/legal/3party.html

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


[jira] Updated: (CASSANDRA-177) Remove Primitive Collections for Java

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

Jonathan Ellis updated CASSANDRA-177:
-------------------------------------

    Attachment: 177.patch

also, svn rm lib/pcj.jar

> Remove Primitive Collections for Java
> -------------------------------------
>
>                 Key: CASSANDRA-177
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-177
>             Project: Cassandra
>          Issue Type: Task
>    Affects Versions: 0.3
>            Reporter: Johan Oskarsson
>            Priority: Blocker
>             Fix For: 0.3
>
>         Attachments: 177.patch
>
>
> pcj.jar or Primitive Collections for Java is licensed under LGPL and can't be included in the release.
> http://sourceforge.net/project/shownotes.php?release_id=180015
> http://www.apache.org/legal/3party.html

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