From: SourceForge.net <no...@so...> - 2008-06-10 21:05:42
|
Bugs item #1886743, was opened at 2008-02-04 20:37 Message generated for change (Comment added) made by phunt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1886743&group_id=209147 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: server Group: 3.0.0 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Mahadev Konar (mahadevkonar) Summary: Stat enchaned to include num of children and size Initial Comment: Enhance Stat returned to include number of children and size of data in node. This is make getting this data much cheaper to implement a fuse module. One round-trip is needed instead of two. The only way to get size now is to call get the node data. The only way to get number of children is to call get children. Being able to get this data via node exists would be nice. ---------------------------------------------------------------------- >Comment By: Patrick Hunt (phunt) Date: 2008-06-10 14:05 Message: Logged In: YES user_id=12853 Originator: NO Moved to Apache https://issues.apache.org/jira/browse/ZOOKEEPER-8 ---------------------------------------------------------------------- Comment By: Benjamin Reed (breed) Date: 2008-05-12 13:06 Message: Logged In: YES user_id=154690 Originator: NO To fix this we will need two Stat structures: one for the protocol which will include the above information and one for the ondisk/inmemory structure which will not include that information. (We already have the number of children and the size in memory and we don't want to use up extra bytes to store it redundantly.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1886743&group_id=209147 |