Revision 7434
Added by ben leinfelder almost 12 years ago
src/edu/ucsb/nceas/metacat/IndexingQueue.java | ||
---|---|---|
145 | 145 |
public void remove(String docid, String rev) { |
146 | 146 |
synchronized (indexingMap) { |
147 | 147 |
if (indexingMap.containsKey(docid)) { |
148 |
logMetacat.debug("Removing indexing queue task for docid: " + docid); |
|
148 | 149 |
indexingMap.remove(docid); |
149 | 150 |
} |
150 | 151 |
} |
Also available in: Unified diff
include debug msg about removing docid from index queue. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5750