[
https://issues.apache.org/jira/browse/GEODE-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Huynh resolved GEODE-2424.
--------------------------------
Resolution: Duplicate
Assignee: Jason Huynh
Going to close this one as it is related to a larger effort: GEODE-2491
Reduce logging of handled exceptions in LuceneEventListener and
LuceneBucketListeners.
> afterSecondary call needs to handle specific exception rather than generic
> exception
> ------------------------------------------------------------------------------------
>
> Key: GEODE-2424
> URL: https://issues.apache.org/jira/browse/GEODE-2424
> Project: Geode
> Issue Type: Bug
> Components: lucene
> Reporter: nabarun
> Assignee: Jason Huynh
>
> {code:title=LuceneBucketListener.java|borderStyle=solid}
> public void afterSecondary(int bucketId) {
> dm.getWaitingThreadPool().execute(() -> {
> try {
> lucenePartitionRepositoryManager.computeRepository(bucketId);
> } catch (Exception e) {
> logger.warn("Exception while cleaning up Lucene Index Repository", e);
> }
> });
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)