[
https://issues.apache.org/jira/browse/ARTEMIS-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitrii Tikhomirov updated ARTEMIS-865:
---------------------------------------
Affects Version/s: (was: 1.3.0)
> CLONE - Remove e.printStackTrace() from code
> --------------------------------------------
>
> Key: ARTEMIS-865
> URL: https://issues.apache.org/jira/browse/ARTEMIS-865
> Project: ActiveMQ Artemis
> Issue Type: Task
> Affects Versions: 1.5.0
> Reporter: Dmitrii Tikhomirov
> Priority: Minor
> Fix For: 1.6.0
>
>
> ActiveMQActivationSpec.validate() method should not call e.printStackTrace();
> in catch block. It should be properly logged:
> try {
> ...
> catch (IntrospectionException e) {
> e.printStackTrace();
> }
> The same issue is in:
> InVMAcceptor.stop()
> NettyAcceptor.stop()
> ClusterManager.clear()
> ClusterManager.intercept()
> ColocatedHAManager.stop()
> ClusterConnectionImpl.disconnectRecord()
> ClusterConnectionImpl.removeRecord()
> ActiveMQServerImpl.freezeConnections()
> ColocatedActivation.allVotesCast()
> ColocatedActivation.getActivationChannelHandler()
> FileLockNodeManager.startLiveNode()
> InVMNodeManager.startLiveNode()
> RefsOperation.afterRollback()
> ServerSessionImpl.xaForget()
> SharedNothingBackupActivation.run()
> SharedStoreBackupActivation.run()
> ManagementServiceImpl.unregisterAcceptors()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)