tabish121 commented on code in PR #5334:
URL: https://github.com/apache/activemq-artemis/pull/5334#discussion_r1826049376


##########
artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFile.java:
##########
@@ -92,6 +92,7 @@ public class JDBCSequentialFile implements SequentialFile {
       this.filename = filename;
       this.extension = filename.contains(".") ? 
filename.substring(filename.lastIndexOf(".") + 1, filename.length()) : "";
       this.executor = executor;
+      new Exception(driver.toString()).printStackTrace();

Review Comment:
   This seems like it was not supposed to make it into the PR ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to