Hi,

The markers (controlling the batchId) still have some unpredictable
behaviour sometimes. I'm not sure what causes this problem. Does it occur
on a few rows or on all rows? Do you run in local mode or distributed mode?
Perhaps try another store? (Just to find out the cause). Are you using
branch or  2.0 release?

I understand that this problem can cause rows to be skipped be the indexer.
As a workaround you could pass the -reindex argument to the indexer, so it
indexes all documents. (Therefore also docs without batchId).

Ferdy

On Wed, Aug 1, 2012 at 2:18 AM, <[email protected]> wrote:

>
>
>
> Hello,
>
>
> I noticed that updatedb command must remove gen, parse and fetch marks and
> put UPDATEDB_MARK mark.
> according to the code
>  Utf8 mark = Mark.PARSE_MARK.removeMarkIfExist(page);
>     if (mark != null) {
>       Mark.UPDATEDB_MARK.putMark(page, mark);
>     }
>
> in DbUpdateReducer.java
>
> However, outputting markers in Hbase shows that updatedb removes all
> marks, except injector one and does not put  UPDATEDB_MARK.
>
> Thanks.
> Alex.
>
>
>
>
>
>
>

Reply via email to