Project

General

Profile

Activity

From 12/19/2011 to 01/17/2012

01/17/2012

04:31 PM Revision 6920 (metacat): comment our the Demis world map layer -- it was prompting for username/password to use the WMS
ben leinfelder
04:21 PM Revision 6919 (metacat): Use the Collections class from java.util.
Chris Jones
03:20 PM Revision 6918 (metacat): Remove null field tests in the IdentifierManager class. Schema-level required fields are checked on serialization/deserialization using JibX during the REST resource handler classes. Other required fields are checked in MNodeService and CNodeService, higher in the stack.
Chris Jones
03:17 PM Revision 6917 (metacat): For MNs that haven't set the archived flag to false on create(), set it here. Also, ensure that the CN sync code sets the authoritative and origin member node fields.
Chris Jones
03:15 PM Revision 6916 (metacat): On MN.create(), set the archived flag to be false. This field isn't required in the schema, but is needed by the DataONE indexer once objects are sync'd.
Chris Jones
02:28 PM Revision 6915 (metacat): use EML 2.1.1 RC4 tag before final tag (schema)
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5532 ben leinfelder
02:21 PM Revision 6914 (metacat): use final tag for building with utilities (tags/UTILITIES_1_1_0)
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5532 ben leinfelder
01:57 PM Revision 6913 (metacat): use final tag for building with ecogrid
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5532 ben leinfelder
12:06 PM Revision 6912 (metacat): -generate system meta for all docids, even those not originating on the server (replicas from the past)
-generate ORE docs and download remote data only for those documents that originated on this server being upgraded.
h...
ben leinfelder
11:43 AM Revision 6911 (metacat): refactor generate system meta loop to the factory class -- to be reused in sysmeta and ORE generation
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5522 ben leinfelder
11:34 AM Revision 6910 (metacat): When managing obsoletes/obsoletedBy system metadata fields, set the archived flag to false initially, and set it to true on system metadata for objects that a revision obsoletes.
Chris Jones

01/13/2012

04:57 PM Revision 6909 (metacat): do NOT generate ORE maps or download data when we do the initial System Metadata generation -- this is deferred until D1 registration.
ben leinfelder
02:25 PM Revision 6908 (metacat): make more generic so that a custom list of IDs can be passed in.
ben leinfelder
02:01 PM Revision 6907 (metacat): check that the resourceMap (based on Id only) does not currently exist in the local metacat when generating OREs
ben leinfelder
01:31 PM Revision 6906 (metacat): insert OR update system metadata -- no need to do an update right after initial insert...
ben leinfelder
01:05 PM Revision 6905 (metacat): call the System Metadata generator during upgrade to 2.0.0
ben leinfelder
11:17 AM Revision 6904 (metacat): In IdentifierManager.updateSystemMetadata(), add a check for invalid system metadata (fields that throw a NullPointerException on access) to ensure that system metadata is populated correctly. Updated calling classes to handle the exception.
Chris Jones
01:41 AM Revision 6903 (metacat): Fixed formatting to make fixed-width line much shorter so boxes fit on the page.
Matt Jones
01:19 AM Revision 6902 (metacat): Removing obsoleted Admin Guide -- this guide is now maintained using Sphinx in docs/user/metacat -- the word document and PDF file are now obsolete.
Matt Jones
01:14 AM Revision 6901 (metacat): Properly initialize the servlet context when starting alternate servlets, which makes sure that the configuration files have been loaded and config properties are available.
Matt Jones
01:00 AM Revision 6900 (metacat): Removed link to obsolete PDF file.
Matt Jones

01/12/2012

10:34 PM Revision 6899 (metacat): Modifications to make the build more readily find locally installed versions of
sphinx-build, and to remove the unneccary 'html' directory; output of
admindoc is now written directly into build/docs.
Matt Jones
06:52 PM Revision 6898 (metacat): Modified build to include documentation in the war file that is generated as
part of the build, if the 'documentation' target has been run before the
war target. This is not done automatically ...
Matt Jones
06:03 PM Revision 6897 (metacat): Adapted the build to be able to generate the Sphinx Admin Guide, and to
better handle the copyright for Javadoc generation. Matt Jones
06:01 PM Revision 6896 (metacat): Added links to Javadoc. Tuned the layout a bit.
Matt Jones
04:13 PM Revision 6895 (metacat): Completed first draft of Admin guide chapter on DataONE.
Matt Jones
01:56 PM Revision 6894 (metacat): Handle SQLExceptions when trying to save system metadata locally.
Chris Jones
01:56 PM Revision 6893 (metacat): Convert SQLExceptions to RuntimeExceptions for Hazelcast MapStore operations.
Chris Jones
01:54 PM Revision 6892 (metacat): In IdentifierManager, throw SQLExceptions rather than just logging them, and let them be handled higher up in the stack.
Chris Jones
01:32 PM Revision 6891 (metacat): use new endpoint/method:
http://mule1.dataone.org/ArchitectureDocs-current/apis/CN_APIs.html#CNReplication.deleteReplicationMetadata ben leinfelder
12:18 PM Revision 6890 (metacat): use PUT /obsoletedBy/{pid} for CNCore.setObsoletedBy per our discussion today
ben leinfelder
07:53 AM Revision 6889 (metacat): Keep the hzIdentifiers set in sync with the Metacat systemmetadata table. If entries are added/updated in the hzSystemMetadata map, make sure the identifier is in the set. If (for some administrative reason) the entry is removed, remove the identifier from the set. This usually doesn't happen.
Chris Jones
07:47 AM Revision 6888 (metacat): When loading all keys from Metacat into the hzSystemMetadata map, also load identifiers into the hzIdentifiers set if they are not already there. Although entries may be evicted from the map, the list of identifiers will remain. The list will have a fairly small memory footprint since it's just identifiers.
Chris Jones
07:44 AM Revision 6887 (metacat): Add support for the distributed Set of unique identifiers in the storage cluster called 'hzIdentifiers'. This set is a persistent total list of all identifiers (even when entries in the hzSystemMetadata map are evicted). It reflects the state of the identifiers in the postgresql systemmetadata table, but is distributed across the cluster. Add the getIdentifiers() method, which returns the ISet of identifiers.
Chris Jones
07:38 AM Revision 6886 (metacat): Add the dataone.hazelcast.storageCluster.identifiersSet property that defines the name of the distributed set of unique DataONE identifiers (called 'hzIdentifiers'). This ISet can't be configured in the hazelcast.xml file (only maps and queues can).
Chris Jones

01/11/2012

07:25 PM Revision 6885 (metacat): Continued authoring the description of DataONE in Metacat. More to come.
Matt Jones
04:42 PM Revision 6884 (metacat): include new methods needed for replication (in new d1 jars)
https://redmine.dataone.org/issues/2203 ben leinfelder
01:25 PM Revision 6883 (metacat): add method: setObsoletedBy (https://redmine.dataone.org/issues/2185)
augement new method: deleteReplicationMetadata ben leinfelder
11:31 AM Revision 6882 (metacat): remove method: assertRelation
https://redmine.dataone.org/issues/2158 ben leinfelder
11:24 AM Revision 6881 (metacat): add method: deleteReplicationMetadata
remove method: assertRelation
update the D1 jars
https://redmine.dataone.org/issues/2187
https://redmine.dataone.org/...
ben leinfelder
10:41 AM Revision 6880 (metacat): serialize the Identifier for the systemMetadata being registered
https://redmine.dataone.org/issues/2204 ben leinfelder
09:39 AM Revision 6879 (metacat): Use a Date with resolution to milliseconds.
Chris Jones

01/10/2012

07:57 PM Revision 6878 (metacat): Initial outline for DataONE chapter.
Matt Jones
07:02 PM Revision 6877 (metacat): Added OAI-PMH chapter that was contributed by Duane Costa from LTER.
Matt Jones
05:04 PM Revision 6876 (metacat): Simplify setReplicationStatus() to not call updateReplicationMetadata() if a replica doesn't exist. Just create it and update the system metadata, which we already have a lock for.
Chris Jones
05:03 PM Revision 6875 (metacat): Minor null checks to avoid NPEs when calling replicate()
Chris Jones
05:01 PM Revision 6874 (metacat): Don't throw a NotAuthorized exception in isAdminAuthorized() - just return false.
Chris Jones
12:12 PM Revision 6873 (metacat): do not download and save remote data resources which are HTML but are not expected to be such (login or info/splash pages before data content).
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5522 ben leinfelder
01:06 AM Revision 6872 (metacat): Fixed formatting.
Matt Jones
01:00 AM Revision 6871 (metacat): Moving Metacat Sphinx RST documentation from docs/dev to docs/user directory.
Matt Jones
12:42 AM Revision 6870 (metacat): Merged most recent changes from trunk into the RST converted version of the Administrator's Guide. Now the Sphinx/RST version is up to date rlative to the most recent word document, and is now the active copy. The MS Word document will be deprecated and removed. All future changes should be made to the RST version.
Matt Jones

01/09/2012

05:08 PM Revision 6869 (metacat): Update the CN methods to throw a VersionMismatch where the API changed (where serialVersion is a required parameter). These were previously throwing an InvalidRequest exception.
Change the exception handling for calls to Hazelcast to catch a RuntimeException (not Exception) so we don't catch ex... Chris Jones
04:59 PM Revision 6868 (metacat): Use a Logger instead of System.out for SystemMetadataMap.
Chris Jones

01/07/2012

06:01 PM Revision 6867 (metacat): Don't lock() on the map.get() in isNodeAuthorized() (this assumes that the CN has queued the task already). Add more lock/unlock debug statements, and fix setReplicationStatus() - I missed a finally statement to unlock the pid.
Chris Jones
12:39 PM Revision 6866 (metacat): Modify CNReplication methods setReplicationStatus(), updateReplicationMetadata() and setReplicationPolicy() to allow administrative access from a Coordinating Node by calling isAdminAuthorized().
Chris Jones
12:34 PM Revision 6865 (metacat): Add isAdminAuthorized() to D1NodeService to check if the operation is being requested from a CN. Consult the NodeList from the CN and test the NodeType of the given node and the X509 certificate Subject. Perhaps we should expand this to also check for service-level access in the future.
Chris Jones

01/06/2012

01:51 PM Revision 6864 (metacat): store D1 configuration properties in the main backup so that they persist between upgrades.
ben leinfelder
12:51 PM Revision 6863 (metacat): In registerSystemMetadata(), lock the pid prior to calling map.containsKey(pid) since a put to the map could occur between the check and the subsequent put().
Chris Jones
10:45 AM Revision 6862 (metacat): update authoritative member node id when we change it (reconfiguration) and when we initially register as a MN with the CN.
ben leinfelder
09:42 AM Revision 6861 (metacat): add description about what becoming a Member Node entails
ben leinfelder
07:40 AM Revision 6860 (metacat): Correctly deserialize the BaseException subclass in handling calls to setReplicationStatus()
Chris Jones
07:23 AM Revision 6859 (metacat): Use Lock instead of ILock to be consistent across classes.
Chris Jones

01/05/2012

06:32 PM Revision 6858 (metacat): After reviewing CNodeService and D1NodeService prompted by Robert comparing the Hazelcast locking with the d1_synchronization locking, I've made a number of changes that will prevent locking problems:
1) Multiple methods contained try/catch blocks that would:
try
lock();
catch
throw();
try
put();
catch
throw();
f...
Chris Jones
06:02 PM Revision 6857 (metacat): Converted the metacat-properties chapter to RST format. Still need to merge in
newer changes from the trunk, as I was accidentally working from the 1.9.4
branch for this whole conversion process.
Matt Jones
02:49 PM Revision 6856 (metacat): only delete replicated data files (server_location != 1)
ben leinfelder
01:37 PM Revision 6855 (metacat): use inherited access control from EML for the data file we download from a remote source
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5522 ben leinfelder
01:06 PM Revision 6854 (metacat): Removing unused screenshots that are duplicates of the others in the admin doc.
Matt Jones
12:53 PM Revision 6853 (metacat): Converted Harvester chapter to RST.
Matt Jones
12:06 PM Revision 6852 (metacat): download remote data and save locally when it is referenced by an EML package, then include it in the ORE map.
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5522 ben leinfelder
12:05 PM Revision 6851 (metacat): remove systemmetadata replication option -- it is no longer a separate document in metacat
ben leinfelder

01/04/2012

11:31 PM Revision 6850 (metacat): Added stub documents for chapters on DataONE and OAI-PMH (to be converted from
Duane's Word doc). Matt Jones
11:23 PM Revision 6849 (metacat): Small word choice change.
Matt Jones
11:18 PM Revision 6848 (metacat): Improved formatting for index.
Matt Jones
11:14 PM Revision 6847 (metacat): Added AuthInterface chapter, and a License chapter.
Matt Jones
10:53 PM Revision 6846 (metacat): Converted Event Logging and Sitemaps chapters to RST.
Matt Jones
10:41 PM Revision 6845 (metacat): Fixed table layout on geoserver and submission chapters. Converted Replication
chapter to RST. Matt Jones
09:57 PM Revision 6844 (metacat): Completed 'Submission' page conversion, and also converted GeoServer docs to
RST format. Matt Jones
04:07 PM Revision 6843 (metacat): Partial conversion of the accessing and submitting metadata section to RST.
More coming later. Matt Jones
02:48 PM Revision 6842 (metacat): include the EML and data tests in the suite
ben leinfelder
02:38 PM Revision 6841 (metacat): debugging data locking test
ben leinfelder
02:06 PM Revision 6840 (metacat): cannot check for deleted data since it is forever available (archived)
ben leinfelder
01:22 PM Revision 6839 (metacat): Updated the configuration section, converted word doc to RST.
Matt Jones

01/03/2012

08:02 PM Revision 6838 (metacat): Updated the Installation chapter, coverted to RST.
Matt Jones
07:32 PM Revision 6837 (metacat): When the requested count in a call to listObjects() is 0, return an empty object list, not a full one. Fixes https://redmine.dataone.org/issues/2122
Chris Jones
07:30 PM Revision 6836 (metacat): Minor formatting for querySystemMetadata().
Chris Jones
04:50 PM Revision 6835 (metacat): Updated contributors.
Matt Jones
04:48 PM Revision 6834 (metacat): Modified index to fix typo.
Matt Jones
04:46 PM Revision 6833 (metacat): Edited introduction to Metacat admin guide, inserted figure.
Matt Jones
04:07 PM Revision 6832 (metacat): Screenshots from the Metacat admin guide.
Matt Jones
03:57 PM Revision 6831 (metacat): Updating Sphinx doc structure in prep for moving metacat admin guide to Sphinx.
Matt Jones
03:56 PM Revision 6830 (metacat): exapnd permissions on the _exisiting_ access rule not on the permission being checked. (hierarchical permissions)
ben leinfelder
03:38 PM Revision 6829 (metacat): defer to super class member variables
ben leinfelder
11:33 AM Revision 6828 (metacat): Upgrade to Hazelcast-1.9.4.5 to try to solve CLIENT_CONNECTION_LOST problems seen on the Coordinating Node.
Chris Jones
11:10 AM Revision 6827 (metacat): mark client/servlet API and EarthGrid API as deprecated
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5517 ben leinfelder
10:56 AM Revision 6826 (metacat): upgrade routine to purge empty replicated data files so that they can be re-replicated
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5536 ben leinfelder

12/29/2011

06:22 PM Revision 6825 (metacat): format the execution time to be a date.
Jing Tao

12/28/2011

03:56 PM Revision 6824 (metacat): Use "post" to replace "get" to fix caching issue on IE.
Jing Tao
03:34 PM Revision 6823 (metacat): Make the display of the schedule table fit the IE browser.
Jing Tao

12/22/2011

11:51 AM Revision 6822 (metacat): Make sure the local id isn't null when we try to get the object from the local instance.
Chris Jones
11:16 AM Revision 6821 (metacat): Simplify the error handling, and throw the exception once the CN is updated with the new status.
Chris Jones
11:13 AM Revision 6820 (metacat): Set the replica status to failed (not invalidated) when we get exceptions trying to read the object bytes. Not much of a difference, but only the CN, in theory, is supposed to be able to set the invalidated status.
Chris Jones
11:07 AM Revision 6819 (metacat): Set the replication status to invalidated when we have a localId, but getting the object bytes fails for any reason.
Chris Jones
10:51 AM Revision 6818 (metacat): Only call super.create() if there's no localId found on the MN (ie a replica is there from an out of band process).
Chris Jones
10:40 AM Revision 6817 (metacat): Get the object inputstream from the local metacat instance using MetacatHandler.get() rather than MN.getReplica() so we don't throw an InvalidToken exception when passing in a null Session. The D1Client object is never used for this local call.
Chris Jones
09:24 AM Revision 6816 (metacat): interpret permissions as hierarchical
https://redmine.dataone.org/issues/2150 ben leinfelder

12/21/2011

01:50 PM Revision 6815 (metacat): Use submitLoginFormIntoDivAndReload to replace submitLoginFormIntoDiv js function.
Jing Tao
01:00 PM Revision 6814 (metacat): remove flag for independent system metadata replication -- these entries are replicated along with the data/metadata objects or via hazelcast when the actual object is not on the server.
ben leinfelder
12:33 PM Revision 6813 (metacat): update documentation to reflect changes to replication (client certificate)
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5516 ben leinfelder
10:52 AM Revision 6812 (metacat): include SSL settings for client certificate-based replication
ben leinfelder

12/20/2011

05:13 PM Revision 6811 (metacat): do not include the "v1" in the base url for the target MN
ben leinfelder
12:19 PM Revision 6810 (metacat): New D1 jars with a minor CNode.setReplicationStatus() bugfix.
Chris Jones
11:29 AM Revision 6809 (metacat): The kar id will have version number.
Jing Tao
11:25 AM Revision 6808 (metacat): process the _current_ revision, not the latest!
use direct object/system metadata insertion for ORE maps. ben leinfelder
11:21 AM Revision 6807 (metacat): allow other Metacat process (system metadata and ORE generation) to directly insert objects and system metadata without having to go through the MN/CN methods.
ben leinfelder
11:19 AM Revision 6806 (metacat): sort the docids so that "old" revisions are processed before newer ones
ben leinfelder

12/19/2011

01:07 PM Revision 6805 (metacat): only attempt to unlock a lock if it was created (in the finally block)
ben leinfelder
12:56 PM Revision 6804 (metacat): update tests to comply with these chenages:
new jars with many changes -- including new CN methods: ping, describe, listChecksumAlgorithm. Removed MN.setAccessPo... ben leinfelder
 

Also available in: Atom