oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.35k stars 744 forks source link

propagate the error from finishStore() rather than log it #4458

Closed vladak closed 11 months ago

vladak commented 11 months ago

The changes in PR #4456 rely on error propagation to detect history cache operations failures. This change fixes one of the places where previously the problem was swept under the carpet.