[jira] Commented: (ZOOKEEPER-44) DataTree does not use natural sort for getChildren

2008-08-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619400#action_12619400
 ] 

Hudson commented on ZOOKEEPER-44:
-

Integrated in ZooKeeper-trunk #42 (See 
[http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/42/])

 DataTree does not use natural sort for getChildren
 --

 Key: ZOOKEEPER-44
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-44
 Project: Zookeeper
  Issue Type: Improvement
  Components: server
Affects Versions: 3.0.0
Reporter: Stu Hood
Assignee: Jakob Homan
Priority: Minor
 Fix For: 3.0.0

 Attachments: seqfile.diff, seqfile2.diff


 DataTree.getChildren() performs Collection.sort() on the list of children 
 before returning it, but Java's default comparator for Strings will sort 
 'lock-20' before 'lock-3' for instance. 

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



[jira] Commented: (ZOOKEEPER-44) DataTree does not use natural sort for getChildren

2008-08-02 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619293#action_12619293
 ] 

Mahadev konar commented on ZOOKEEPER-44:


2 billion creates seem to be a lot fo creates. also since we are working on an 
upgrade feature on zookeeper --- we can upgrade the version to be long sometime 
later ...  -- which would make the wrap around 4* 10^18.

 DataTree does not use natural sort for getChildren
 --

 Key: ZOOKEEPER-44
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-44
 Project: Zookeeper
  Issue Type: Improvement
  Components: server
Affects Versions: 3.0.0
Reporter: Stu Hood
Assignee: Jakob Homan
Priority: Minor
 Fix For: 3.0.0

 Attachments: seqfile.diff, seqfile2.diff


 DataTree.getChildren() performs Collection.sort() on the list of children 
 before returning it, but Java's default comparator for Strings will sort 
 'lock-20' before 'lock-3' for instance. 

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



[jira] Commented: (ZOOKEEPER-44) DataTree does not use natural sort for getChildren

2008-08-01 Thread Benjamin Reed (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619163#action_12619163
 ] 

Benjamin Reed commented on ZOOKEEPER-44:


+1 Fantastic job Jakob! This looks great. Test cases and everything.

 DataTree does not use natural sort for getChildren
 --

 Key: ZOOKEEPER-44
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-44
 Project: Zookeeper
  Issue Type: Improvement
  Components: server
Affects Versions: 3.0.0
Reporter: Stu Hood
Assignee: Jakob Homan
Priority: Minor
 Fix For: 3.0.0

 Attachments: seqfile.diff


 DataTree.getChildren() performs Collection.sort() on the list of children 
 before returning it, but Java's default comparator for Strings will sort 
 'lock-20' before 'lock-3' for instance. 

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



[jira] Commented: (ZOOKEEPER-44) DataTree does not use natural sort for getChildren

2008-08-01 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619164#action_12619164
 ] 

Mahadev konar commented on ZOOKEEPER-44:


+1 .. thanks jakob  

nit:

is %1$ redundant? i had to look up the formatter in java for this :)... i think 
%010d should be fine?

 DataTree does not use natural sort for getChildren
 --

 Key: ZOOKEEPER-44
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-44
 Project: Zookeeper
  Issue Type: Improvement
  Components: server
Affects Versions: 3.0.0
Reporter: Stu Hood
Assignee: Jakob Homan
Priority: Minor
 Fix For: 3.0.0

 Attachments: seqfile.diff


 DataTree.getChildren() performs Collection.sort() on the list of children 
 before returning it, but Java's default comparator for Strings will sort 
 'lock-20' before 'lock-3' for instance. 

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