[
https://issues.apache.org/jira/browse/OAK-12135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joerg Hoh updated OAK-12135:
----------------------------
Affects Version/s: 1.92.0
> FulltextIndex: Don't log twice for the same exception
> -----------------------------------------------------
>
> Key: OAK-12135
> URL: https://issues.apache.org/jira/browse/OAK-12135
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: search
> Affects Versions: 1.92.0
> Reporter: Joerg Hoh
> Priority: Major
>
> {noformat:title=FulltextIndex.getPlans()}
> } catch (Exception e) {
> LOG.error("Error getting plan for {}", path);
> LOG.error("Exception:", e);
> } finally {
> {noformat}
> 1 log statement is sufficient here.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)