Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-dev] Inconsistent Connectivity state

Hi,

I wonder if that is an issue:

When indexing a datasource, Connectivity does (per record) a routing to
the queue and
a visited call to the DeltaIndexing.

But these two things are not transactional bound.

When SMILA goes down while indexing, you can come into a situation where
record X
has been routed to the queue, but is not marked visited in the
Deltaindexing.

So, after restarting SMILA and the Crawl-Job, record X will be routed to
the queue again.
In normal case this will cause a double indexing of the same record.

What do you think, is that:
- an issue
- too esoteric
- acceptable
- not implemented yet  ;)

Best regards, 
 Andreas








Back to the top