From: Bryan T. <tho...@us...> - 2007-04-23 17:22:20
|
Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/scaleup In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21228/src/java/com/bigdata/scaleup Modified Files: PartitionMetadata.java Log Message: Working on registration of scale-out index with the metadata service - commit prior to refactor to use versioning in the MetadataIndex class. Index: PartitionMetadata.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/scaleup/PartitionMetadata.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PartitionMetadata.java 16 Apr 2007 10:02:49 -0000 1.8 --- PartitionMetadata.java 23 Apr 2007 17:22:16 -0000 1.9 *************** *** 63,68 **** * index? * - * @todo aggregate resource load statistics. - * * @author <a href="mailto:tho...@us...">Bryan Thompson</a> * @version $Id$ --- 63,66 ---- *************** *** 78,81 **** --- 76,82 ---- * The ordered list of data services on which data for this partition will * be written and from which data for this partition may be read. + * + * @todo refactor into a dataService UUID (required) and an array of zero or + * more media replication services for failover. */ final protected UUID[] dataServices; |