Project

General

Profile

Actions

Bug #6030

closed

Deleting a document causes the method itemAdded(ItemEvent<SystemMetadata> entryEvent) in the SysteMetadataEventListener class being called twice

Added by Jing Tao over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Start date:
07/08/2013
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:

Description

When we delete a document from the Metacat, the method itemAdded in the in the SysteMetadataEventListener class (Metacat-index module) will be called because the haszelcast service. However, i figure the method will be call twice even though i only delete one document. This only happens for the deleting, the inserting works fine.

Here is the log:

Jul 08, 2013 5:17:25 PM edu.ucsb.nceas.metacat.index.SystemMetadataEventListener itemAdded
INFO: ===================================calling SystemMetadataEventListener.itemAdded method
Jul 08, 2013 5:17:25 PM edu.ucsb.nceas.metacat.index.SystemMetadataEventListener itemAdded
INFO: ===================================adding the document urn:uuid:e54bd099-e616-4f0d-be9d-f80df0f42354

........

Jul 08, 2013 5:17:25 PM edu.ucsb.nceas.metacat.index.SystemMetadataEventListener itemAdded
INFO: ===================================calling SystemMetadataEventListener.itemAdded method
Jul 08, 2013 5:17:25 PM edu.ucsb.nceas.metacat.index.SystemMetadataEventListener itemAdded
INFO: ===================================adding the document urn:uuid:e54bd099-e616-4f0d-be9d-f80df0f42354

Actions #1

Updated by ben leinfelder over 10 years ago

  • Status changed from New to In Progress

There were two calls to this - one in the D1 service implementation and another in the Metacat implementation that the d1 service was making use of. So I commented out the index queue call in the D1 service. Hope that is the cause.

Actions #2

Updated by Jing Tao over 10 years ago

  • Status changed from In Progress to Closed

I used the morpho to test it and it seems that the issue was fixed.

Actions

Also available in: Atom PDF