nabarun created GEODE-2424:
------------------------------
Summary: 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
{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)