HDFS-17119. RBF: Logger fix for StateStoreMySQLImpl. (#5882). Contributed by Zhaohui Wang.
Reviewed-by: Simbarashe Dzinamarira <sdzinamarira@linkedin.com> Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
49c98da838
commit
9cfe9ccd26
@ -67,7 +67,7 @@ public class StateStoreMySQLImpl extends StateStoreSerializableImpl {
|
|||||||
SQL_STATE_STORE_CONF_PREFIX + "connection.driver";
|
SQL_STATE_STORE_CONF_PREFIX + "connection.driver";
|
||||||
|
|
||||||
private static final Logger LOG =
|
private static final Logger LOG =
|
||||||
LoggerFactory.getLogger(StateStoreSerializableImpl.class);
|
LoggerFactory.getLogger(StateStoreMySQLImpl.class);
|
||||||
private SQLConnectionFactory connectionFactory;
|
private SQLConnectionFactory connectionFactory;
|
||||||
/** If the driver has been initialized. */
|
/** If the driver has been initialized. */
|
||||||
private boolean initialized = false;
|
private boolean initialized = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user