gong commented on code in PR #6793:
URL: https://github.com/apache/inlong/pull/6793#discussion_r1044119416
##########
inlong-sort/sort-connectors/hbase/src/main/java/org/apache/inlong/sort/hbase/sink/HBaseSinkFunction.java:
##########
@@ -206,7 +205,6 @@ public void open(Configuration parameters) throws Exception
{
LOGGER.error("Exception while creating connection to HBase.", ioe);
throw new RuntimeException("Cannot create connection to HBase.",
ioe);
}
- LOGGER.info("end open.");
Review Comment:
I suggest save this log, It can help analysist problem
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]