Activity
From 11/05/2012 to 12/04/2012
12/04/2012
- 07:23 PM Revision 7459 (metacat): Add the non-snapshot jars for the D1 libraries.
- 02:32 PM Revision 7458 (metacat): use utilities and eml RC tags for building Metacat.
- 02:18 PM Revision 7457 (metacat): include dataone.contactSubject in backup properties so it will be "remembered" during upgrades.
- 02:13 PM Revision 7456 (metacat): update release date to December
- 01:57 PM Revision 7455 (metacat): additional db indexes for pathquery performance
- http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5696
12/03/2012
- 02:25 PM Revision 7454 (metacat): Do not set headers until response is ready to send (5756)
- 12:43 PM Revision 7453 (metacat): use jar generated from the git repo source (just in case it was different from svn). http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5755
- 12:30 PM Revision 7452 (metacat): use dual query for query slicing - one for count, another for the actual records when requested.
- https://redmine.dataone.org/issues/3065
- 11:32 AM Revision 7451 (metacat): get total (or subtotal when non-slicing params are present) count as a separate query from the field selection query.
- 10:16 AM Revision 7450 (metacat): include Skye's suggestions about correctly limiting by D1 Event types
12/02/2012
- 11:53 AM Revision 7449 (metacat): use test doi shoulder as the default for local server, at least during testing phase. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5755
- 08:58 AM Revision 7448 (metacat): first pass at DOI minting using the EZID service in mn.generateIdentifier()
- http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5755
11/30/2012
- 05:19 PM Revision 7447 (metacat): Fix a minor bug in listObjects() where total was set incorrectly when total was set incorrectly when count=0. The definition of total in the D1 architecture docs says 'The total number of entries in the source list from which the slice was extracted.' With count=0, we assume the total is the total count from the entire object store. Needs testing.
- 03:23 PM Revision 7446 (metacat): remove empty package
- 02:53 PM Revision 7445 (metacat): rollback the delete() when there is an error performing part of it -- don't want to end up with partial delete.
- 02:27 PM Revision 7444 (metacat): use Identifier object not String when retrieving SM from the HZ map to set archived during delete()
- 12:17 PM Revision 7443 (metacat): for MN.update() we needed to pass the original pid, not the new pid
- 10:49 AM Revision 7442 (metacat): do not reject any schemes -- all handled the same at the moment.
- 10:23 AM Revision 7441 (metacat): simple autogen-based implementation of MN.generateIdentifier(). does not support DOIs, ARKs, etc. It does support including a fragment, returning an identifier like "<fragment>.2012113010215298206"
11/29/2012
- 04:54 PM Revision 7440 (metacat): add link for reference on how to do record limits in oracle
- 04:52 PM Revision 7439 (metacat): limit /log and /object calls to configurable maximum count for paging. defaults to existing Metacat value of 7000
- 04:33 PM Revision 7438 (metacat): use RDBMS-specific features to limit the resultset for paging the object list -- postgres and oracle have implementations. we don''t really support mssql so I skipped that one.
- 04:12 PM Revision 7437 (metacat): use RDBMS-specific features to limit the resultset for paging -- postgres and oracle have implementations. we don''t really support mssql so I skipped that one.
11/28/2012
- 01:53 PM Revision 7436 (metacat): Add the latest SNAPSHOT build of the hazelcast jars built by robert at:
- http://dev-testing.dataone.org/maven/com/hazelcast/hazelcast/2.4.1-SNAPSHOT/hazelcast-2.4.1-SNAPSHOT.jar
http://dev-t...
11/26/2012
- 02:54 PM Revision 7435 (metacat): Update the hazelcast libraries based on the most recent build from the hazelcast trunk using patches that robert submitted via git pull requests.
- 02:28 PM Revision 7434 (metacat): include debug msg about removing docid from index queue. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5750
- 02:25 PM Revision 7433 (metacat): remove document from the indexing queue when delete is called. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5750
- 01:50 PM Revision 7432 (metacat): clean up index queue code before tackling index/delete race condition. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5750
11/23/2012
- 10:14 AM Revision 7431 (metacat): additional release notes about archive/delete behavior and HZ upgrade
- 10:02 AM Revision 7430 (metacat): no need to mark SM as archived now that DocumentImpl.delete() does it.
- https://redmine.dataone.org/issues/3406
- 10:00 AM Revision 7429 (metacat): mark documents as archived=true when they are deleted using the Metacat API.
- https://redmine.dataone.org/issues/3406
11/21/2012
- 04:35 PM Revision 7428 (metacat): look up the archived value when retrieving SystemMetadata record.
- https://redmine.dataone.org/issues/3405
11/19/2012
- 04:03 PM Revision 7427 (metacat): surround returned query in CDATA to prevent parsing of xml within xml
11/13/2012
11/12/2012
- 01:25 PM Revision 7425 (metacat): correct the metacat.properties help anchors.
- 11:57 AM Revision 7424 (metacat): use sleeker "?" icon for the admin help links
- 11:28 AM Revision 7423 (metacat): correct the "?" links in the admin pages to the docs pages that are deployed as part of metacat.
11/10/2012
- 03:35 PM Revision 7422 (metacat): In migrating to Hazelcast 2.4.x, replace deprecated methods.
- 03:34 PM Revision 7421 (metacat): In migrating to Hazelcast 2.4.x, replace deprecated methods. Use Hazelcast.newHazelcastInstance() rather than Hazelcast.init(). For other deprecated static methods, use the HazelcastInstance equivalent calls.
11/09/2012
- 10:57 AM Revision 7420 (metacat): In CNodeService.updateReplicationMetadata(), we are setting the replicaVerifiedDate() when we update or wholesale add a new replica. However, in setReplicationStatus(), we only do so when there's a new entry. Change setReplicationStatus() to also update the replicaVerifiedDate on updates of existing entries to be more consistent with other changes. This affects node prioritization based on this date timestamp. Thanks to Skye for pointing this out.
- 08:56 AM Revision 7419 (metacat): To attempt to address performance and stability WRT Hazelcast communication, we're upgrading to the 2.x series of Hazelcast. remove the 1.9.x jar files, and add the 2.4.1-SNAPSHOT jars. Modify HazelcastService to handle the minor change in the ItemListener interface (now passes ItemEvent<Identifier> as an argument).
- Many methods have been deprecated from the Hazelcast class, including init(), and so those changes will be addressed ...
11/07/2012
- 04:27 PM Revision 7418 (metacat): implement query description for pathquery -- only tells callers about the pre-indexed paths we have in Metacat since there are an infinite number of "fields" when storing arbitrary XML, but we really don't want people using non-indexed paths for performance reasons anyway. I've typed all the fields as String, even though some are not just strings and can be used for numeric or data comparisons.
- 02:53 PM Revision 7417 (metacat): Implement MNQuery for "pathquery" engine. Optionally include guid in the pathquery results (https://redmine.dataone.org/issues/3083)
11/05/2012
Also available in: Atom