Activity
From 07/05/2012 to 08/03/2012
08/03/2012
- 02:27 PM Revision 7346 (metacat): allow SM resynch to be executed any time, not just during start up.
- https://redmine.dataone.org/issues/3116
- 01:01 PM Revision 7345 (metacat): change to debug log level when processing shared/local pids)
- 10:41 AM Revision 7344 (metacat): only lock the missing pid event if we know we have it locally to contribute.
- https://redmine.dataone.org/issues/3117
- 09:26 AM Revision 7343 (metacat): Add locking to the itemAdded() method so ideally only one CN will respond to the request for a 'wanted' pid from the cluster. The lock is on a string, not the pid, and so won't conflict with system metadata locking. The string is based on the pid, with "missing-" as a prefix.
- 08:53 AM Revision 7342 (metacat): only publish to the missing pid "wanted list" when resynching system metadata. we were seeing redundant entry added/updated events when looking up the shared systemmetadata first.
08/02/2012
- 10:18 PM Revision 7341 (metacat): print the missing pid count, not the total shared pid count so we know how many will be processed.
- 05:50 PM Revision 7340 (metacat): change the system metadata resynch approach: nodes will publish PIDs that they are missing after inspecting the shared identifier set. other nodes will be listening for the "wanted" pids and will put their local copy of SystemMetadata on the shared SM map. This should dramatically decrease the hazelcast chatter during a resynch and targets only the pids that are missing from any of the various nodes.
08/01/2012
- 10:40 PM Revision 7339 (metacat): logging for processing identifier set on restart.
- 07:00 PM Revision 7338 (metacat): remove possibility for infinite loop in case data replication is not configured for the server and a data file is encountered (yikes!)
- 05:33 PM Revision 7337 (metacat): added logging debug statements to see where the replication timeout might be occurring.
07/31/2012
- 07:12 AM Revision 7336 (metacat): use correct EZID account names for the three different nodes.
- https://redmine.dataone.org/issues/2815
07/30/2012
- 10:12 PM Revision 7335 (metacat): align the final column headers with the datacite schema, as applicable.
- https://redmine.dataone.org/issues/2815
- 06:34 PM Revision 7334 (metacat): add block for finding and updating records that should be marked as archived.
- https://redmine.dataone.org/issues/3109
- 01:46 PM Revision 7333 (metacat): use DataCite isNewVersionOf/isPreviousVersionOf for revision history
07/26/2012
- 04:27 PM Revision 7332 (metacat): include JCS jar as it is a runtime dependency for d1_libclient's object caching.
- 04:26 PM Revision 7331 (metacat): check for null archived flag in ORE SM
- https://redmine.dataone.org/issues/3046
- 12:08 PM Revision 7330 (metacat): check if the caller is the Node admin (the member node calling itself) as well as the existing check for the CN calling the service. Both of those callers should be given full admin rights.
07/25/2012
- 03:26 PM Revision 7329 (metacat): add note about DataONE CA chain file when configuring MNs at Tier 2+
07/23/2012
- 05:13 PM Revision 7328 (metacat): not every EML file has an ORE datapackage descriptor -- join only to those when setting the resourceMapId
- 04:29 PM Revision 7327 (metacat): correctly use document revision for object format and resource map joins.
- 11:55 AM Revision 7326 (metacat): use local Set processing to determine which pids (if any) should be contributed to the shared set by this node during the resync. Should save time rather than checking each and every pid against the shared set.
07/20/2012
- 03:44 PM Revision 7325 (metacat): move the hzIdentifiers initialization into the resync thread so that it does not affect start up time. cleaned up unused methods and superfluous code.
- 02:28 PM Revision 7324 (metacat): use correct children of 'publisher' element
- 10:51 AM Revision 7323 (metacat): only load local pids into hzIdentifiers if t hey do not already exist in the shared set. increase logging severity and detail of messages emitted during this process to get a better sense of what is taking so long.
07/19/2012
- 02:38 PM Revision 7322 (metacat): utility methods to update/reserialize existing ORE maps that were generated with older foresite (and included bad dateTime strings).
- https://redmine.dataone.org/issues/3046
07/18/2012
- 10:11 AM Revision 7321 (metacat): include the resourceMapId for the metadata objects, not just the data files.
- 08:56 AM Revision 7320 (metacat): updated LDAP dump and corrected missing entries that had been removed from LDAP.
07/17/2012
- 03:57 PM Revision 7319 (metacat): On the coordinating Nodes, we often get McdbDocNotFoundExceptions for data (doctype == 'BIN') documents because they are not synchronized to the CNs. Change the logging to only print the stack trace during load() and loadAll() when log debug is enabled.
- 01:34 PM Revision 7318 (metacat): check for invalid (!) pids. thanks, M. Reyes for catching this
- https://redmine.dataone.org/issues/3047
- 12:06 PM Revision 7317 (metacat): only look up the client timeout property once, not every time we make a call
- https://redmine.dataone.org/issues/3078
- 11:46 AM Revision 7316 (metacat): improve content type handling during the get() calls
- https://redmine.dataone.org/issues/3070
- 11:09 AM Revision 7315 (metacat): check for whitespace in identifiers during create() and update()
- https://redmine.dataone.org/issues/3047
- 10:22 AM Revision 7314 (metacat): remove semtools skin as a configured skin -- will need to add that if we ever get back to deploying a semtools instance.
- 10:19 AM Revision 7313 (metacat): configurable replication client timeout
- https://redmine.dataone.org/issues/3078
07/13/2012
- 07:57 AM Revision 7310 (metacat): order the listObjects() results by identifier to mitigate random paged results
- https://redmine.dataone.org/issues/3065
07/12/2012
- 04:04 PM Revision 7309 (metacat): correct the parameter/value setting in the prepared statements for retrieving log information.
- 12:21 PM Revision 7307 (metacat): use docid, not the guid when returning the accesscontrol block
07/11/2012
- 05:05 PM Revision 7306 (metacat): handle null givenNames from the LDAP dump.
- 04:38 PM Revision 7305 (metacat): make sure we only get the publisher text content (not attribute value)
- 03:05 PM Revision 7303 (metacat): DOI registration:
- -include more revision history based on the identifier table not just the generated SM metadata
-include ecogrid data... - 02:59 PM Revision 7302 (metacat): include new libclient jar that uses encoded pids in the resolve URLs
- https://redmine.dataone.org/issues/3035
07/10/2012
- 04:46 PM Revision 7301 (metacat): update D1 jars in preparation for 2.0.2 release. NOTE: still need libclient jar that includes ORE changes for encoding PIDs in resolve URLs
- 04:26 PM Revision 7300 (metacat): prep for 2.0.2 release by updating the version numbers.
- 02:12 PM Revision 7299 (metacat): include dataone.ore.downloaddata as a configurable property in case MNs (like LTER) want to have the process download externally-stored data files described in an EML data package.
- 12:29 PM Revision 7298 (metacat): updated foresite (snapshot) to include dateTime serialization fix.
- https://redmine.dataone.org/issues/3035
- 10:20 AM Revision 7297 (metacat): set date SM modified when we are setting obsoletes/obsoletedBy/archived values. This way the CN can actualy pick up the changes in revision history.
07/09/2012
- 04:58 PM Revision 7296 (metacat): update creator and publisher using LDAP dump. unfortunately LDAP has shifted over the years and not all identities are still active in LDAP...but we did get quite a few creator names updated!
- https://redmine.dataone.org/issues/2815
- 04:23 PM Revision 7295 (metacat): log error when looking up non-existent local SM rather than completely bombing out of the resynch thread.
- 10:46 AM Revision 7294 (metacat): include parameter for deleting system metadata records (or not). Intending to also use this for https://redmine.dataone.org/issues/3055
07/08/2012
- 10:05 AM Revision 7293 (metacat): look up docid using mapped guid when checking permission on described data file
- Addresses: http://support.nceas.ucsb.edu/rt/Ticket/Display.html?id=7490
07/07/2012
- 12:02 PM Revision 7292 (metacat): function/procedure for removing all content related to a PID from the DB.
- https://redmine.dataone.org/issues/3037
07/06/2012
- 05:29 PM Revision 7291 (metacat): use docid (not guid) when instantiating the PermissionController. Was getting an error with DOI-ified identifier and the metacat getaccesscontrol action:
- https://knb.ecoinformatics.org/knb/metacat?action=getaccesscontrol&docid=Collinge.3.28
<error>
AccessControlForSingle...
07/05/2012
- 04:13 PM Revision 7290 (metacat): save point - adding more columns for access, data packaging, revision history
- https://redmine.dataone.org/issues/2815
Also available in: Atom