Dmitrii Tikhomirov created ARTEMIS-865:
------------------------------------------
Summary: 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.3.0
Reporter: Dmitrii Tikhomirov
Priority: Minor
Fix For: 1.4.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)