From: Bryan T. <tho...@us...> - 2007-04-15 18:17:08
|
Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/scaleup In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6887/src/java/com/bigdata/scaleup Modified Files: PartitionedIndexView.java Log Message: Preparing bigdata for license change. POM may now be used to do a maven compile. Jini JARs were renamed to include the version (2.1). Index: PartitionedIndexView.java =================================================================== RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/scaleup/PartitionedIndexView.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PartitionedIndexView.java 13 Apr 2007 15:04:24 -0000 1.4 --- PartitionedIndexView.java 15 Apr 2007 18:17:05 -0000 1.5 *************** *** 95,98 **** --- 95,103 ---- * @version $Id$ * + * @todo add a restart safe data counter for each index partition that may be + * used to assign 64-bit unique identifiers in conjunction with the 32-bit + * unique (within index) partition identifier assigned by the + * {@link MetadataIndex} to each index partition. + * * @todo add a restart safe data structure tracking each partition for which * writes have been absorbed on the {@link Journal}. this could be just |