Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.13.0
-
None
Description
FLINK-19467 introduced new EmbeddedRocksDBStateBackend and added new interface EmbeddedRocksDBStateBackend#setLogger to ensures users of the legacy RocksDBStateBackend see consistent logging.
However, this change introduce another non transient logger and it would be deserialized on TM side first. If the client has different log4j implementation from TM side, we might meet ClassNotFoundException:
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-19467 Implement HashMapStateBackend and EmbeddedRocksDBStateBackend
- Closed
- links to