diff options
author | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-04-16 12:10:43 +0530 |
---|---|---|
committer | Surendra Reddy Katam <SK00524980@techmahindra.com> | 2018-04-16 12:10:43 +0530 |
commit | 5e155830591ea3a0ea4b2f0bfa0dd423b53edef8 (patch) | |
tree | bf9ba4c962f7c3e41688d426cb388c349395e12c /src/main/java/com/att | |
parent | 64eeeab7b448217ca063449fc32013bb46ce1515 (diff) |
Sonar critical issues
Either log or rethrow this exception
Sonar Link:
https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vakn32hFUzlqc5yQ&resolved=false&severities=CRITICAL
Location:
src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java
Line No-237
Change-Id: I309316b9c90fecc9a0cf44c9f54ce6521cdc0b57
Issue-ID: DMAAP-411
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
Diffstat (limited to 'src/main/java/com/att')
-rw-r--r-- | src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java b/src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java index 7fe1eac..da024f1 100644 --- a/src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java +++ b/src/main/java/com/att/nsa/cambria/service/impl/MMServiceImpl.java @@ -235,6 +235,7 @@ public class MMServiceImpl implements MMService { throw excp; } catch (Exception excp) { + LOG.error(excp.toString()); ctx.getConfigReader().getfConsumerFactory().destroyConsumer(topic, consumerGroup, clientId); |