google-cloudsearch / norconex-committer-plugin

Google Cloud Search Norconex HTTP Collector Indexer Plugin
Apache License 2.0
5 stars 7 forks source link

Handling API Error Message: Stale version number specified. #4

Open FcrbPeter opened 5 years ago

FcrbPeter commented 5 years ago

When committing the item to GCS,

it will be randomly show an API error in the following.

WARNING: Request failed with error
{
    "code": 400,
    "errors": [
        {
            "domain": "global",
            "message": "Stale version number specified. ",
            "reason": "failedPrecondition"
        }
    ],
    "message": "Stale version number specified. ",
    "status": "FAILED_PRECONDITION"
}

I would like to ask if there is any work around to track the issue, such as show up the error item id, etc.

Thanks.

Peter Chan

KevinLamb commented 3 years ago

@FcrbPeter Hi Peter, did you find a way to resolve/work around the issue? Thanks