Project

General

Profile

Activity

From 07/20/2012 to 08/18/2012

08/17/2012

12:42 PM Revision 7356 (metacat): stream the replication "update" response rather than building up a complete list in a stringbuffer. prompted by findings on t he CN: https://redmine.dataone.org/issues/3141
ben leinfelder

08/15/2012

03:46 PM Revision 7355 (metacat): make sure data objects correctly use force replicate with action "insert"
https://redmine.dataone.org/issues/3138 ben leinfelder

08/14/2012

11:43 AM Bug #5676 (Resolved): Metacarta Labs WMS layer is not loading
This WMS service seems to be down, as is their entire site. I noticed this a few days ago, but thought it was tempora... ben leinfelder

08/08/2012

03:39 PM Revision 7353 (metacat): correct the update statement for setting archived flag on SM where document revision does not exist in the xml_documents table
ben leinfelder

08/07/2012

02:46 PM Bug #5644: "Too man open files" error when running 3 Metacat/Geoserver webapps together
Looks good! ben leinfelder
12:40 PM Bug #5644: "Too man open files" error when running 3 Metacat/Geoserver webapps together
Adding to /etc/init.d/tomcat6:
ulimit -Hn 65536
ulimit -Sn 65536
seems to have done the trick, no more 'too many open...
Derik Barseghian
11:32 AM Bug #5644: "Too man open files" error when running 3 Metacat/Geoserver webapps together
Also uncommented "session required pam_limits.so" in /etc/pam.d/su Nick Brand
11:23 AM Bug #5644: "Too man open files" error when running 3 Metacat/Geoserver webapps together
I made the change in /etc/security/limits.conf, from 1024 to 65k. Nick Brand
11:11 AM Bug #5644: "Too man open files" error when running 3 Metacat/Geoserver webapps together
Reboot away! (Only parc and esa will be affected) ben leinfelder
12:10 PM Revision 7352 (metacat): sleep before updating and deleting test documents - otherwise their index entries may not be fully written and this causes errors (update and delete first attempt to remove index references, but if they are not in the DB yet then they are not removed but then they do get added and the FK constraints make the delete fail). Since we know indexing occurs in a separate thread with a configured delay, we just use this same delay in our testing.
ben leinfelder

08/06/2012

10:47 PM Revision 7350 (metacat): when updating a document on a remote server, we still need to use the previous docid to check that the user has permissions to do so (rather than the new id that is obsoleting the old id). This was discovered by M Servilla at LTER.
ben leinfelder
05:52 PM Bug #5644: "Too man open files" error when running 3 Metacat/Geoserver webapps together
I think the 'open file' limit is set too low. Nick, could you increase this, maybe to 'unlimited', or some large numb... Derik Barseghian
07:35 AM Bug #5644 (Resolved): "Too man open files" error when running 3 Metacat/Geoserver webapps together
Derik and I tried to deploy PAR, ESA and EVOS Metacat instances (and corresponding Geoserver webapps) under the same ... ben leinfelder
03:56 PM Bug #5647 (Closed): Lack of access rights for "previous" datafile prevent saving
I believe this problem was the culprit for [some of] James Wilkins' problems saving datapackages to Metacat.
Here's ...
ben leinfelder
11:08 AM Revision 7348 (metacat): remove unused "dataonelogger"
ben leinfelder
10:40 AM Revision 7347 (metacat): prep for 2.0.3 release
ben leinfelder

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 ben leinfelder
01:01 PM Revision 7345 (metacat): change to debug log level when processing shared/local pids)
ben leinfelder
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 ben leinfelder
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.
Chris Jones
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.
ben leinfelder

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.
ben leinfelder
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.
ben leinfelder

08/01/2012

10:40 PM Revision 7339 (metacat): logging for processing identifier set on restart.
ben leinfelder
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!)
ben leinfelder
05:33 PM Revision 7337 (metacat): added logging debug statements to see where the replication timeout might be occurring.
ben leinfelder

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 ben leinfelder

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 ben leinfelder
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 ben leinfelder
01:46 PM Revision 7333 (metacat): use DataCite isNewVersionOf/isPreviousVersionOf for revision history
ben leinfelder

07/26/2012

04:27 PM Revision 7332 (metacat): include JCS jar as it is a runtime dependency for d1_libclient's object caching.
ben leinfelder
04:26 PM Revision 7331 (metacat): check for null archived flag in ORE SM
https://redmine.dataone.org/issues/3046 ben leinfelder
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.
ben leinfelder

07/25/2012

03:26 PM Revision 7329 (metacat): add note about DataONE CA chain file when configuring MNs at Tier 2+
ben leinfelder

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
ben leinfelder
04:29 PM Revision 7327 (metacat): correctly use document revision for object format and resource map joins.
ben leinfelder
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.
ben leinfelder

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.
ben leinfelder
02:28 PM Revision 7324 (metacat): use correct children of 'publisher' element
ben leinfelder
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.
ben leinfelder
 

Also available in: Atom