Project

General

Profile

Actions

Bug #5929

closed

replication update action times out

Added by Matt Jones about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Category:
metacat
Target version:
Start date:
04/30/2013
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:

Description

With large database sizes, the replications "update" action times out with normal settings for HTTP timeouts. On DataONE CNs, this action can take more than 4 minutes. I traced this down to the SQL query used to find deleted documents:

select distinct docid from xml_revisions where docid not in (select docid from xml_documents) and server_location = 1;

which takes an excessive amount of time because it materializes a large table. See the DataONE ticket for details (https://redmine.dataone.org/issues/3740).

Actions

Also available in: Atom PDF