I am working with DSpace 3.0's metadata-import command utility and
struggling to inteprete the dspace.log file for item ingestion. Could
someone help me break down the different ingestion phases from my
partial log entry below? Specifically, some of the things I am
interested in finding out are:

1. What goes on when "org.dspace.content.MetadataSchema @ Loading
schema cache for fast finds" is called
2. I see I have a create_workspace_item statement and a
delete_workspace_item... What role does
"org.dspace.content.WorkspaceItem" play?
3. Is it safe to assume that ingestion process for this single item
took 268ms (START TIME: 2013-01-31 00:24:10,192 ||| END TIME:
2013-01-31 00:24:10,460) --excluding Solr indexing time.


:
:
:
2013-01-31 00:24:10,192 INFO  org.dspace.content.MetadataSchema @
Loading schema cache for fast finds
2013-01-31 00:24:10,303 INFO  org.dspace.content.Item @
[email protected]::update_item:item_id=3
2013-01-31 00:24:10,317 INFO  org.dspace.content.Item @
[email protected]::create_item:item_id=3
2013-01-31 00:24:10,347 INFO  org.dspace.content.Item @
[email protected]::update_item:item_id=3
2013-01-31 00:24:10,359 INFO  org.dspace.content.WorkspaceItem @
[email protected]::create_workspace_item:workspace_item_id=-1item_id=3collection_id=11
2013-01-31 00:24:10,394 INFO  org.dspace.content.Item @
[email protected]::update_item:item_id=3
2013-01-31 00:24:10,39 INFO  org.dspace.content.Collection @
[email protected]::add_item:collection_id=11,item_id=3
2013-01-31 00:24:10,451 INFO  org.dspace.content.Item @
[email protected]::update_item:item_id=3
2013-01-31 00:24:10,460 INFO  org.dspace.content.WorkspaceItem @
[email protected]::delete_workspace_item:workspace_item_id=3item_id=3collection_id=11
2013-01-31 00:24:10,484 INFO  org.dspace.event.EventManager @
2013-01-31 00:24:10,744 INFO  org.dspace.search.DSIndexer @ Writing
Item: 123456789/116 to Index
2013-01-31 00:24:10,904 INFO  org.dspace.search.DSIndexer @ Wrote
Item: 123456789/116 to Index

Lighton Phiri
http://lightonphiri.org

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to