Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.7.0
-
None
Description
This ticket is derived from SPARK-8122.
According to Javadoc of java.util.Logger:
It is important to note that the Logger returned by one of the getLogger factory methods may be garbage collected at any time if a strong reference to the Logger is not kept.
However, the only reference to the Logger created for package org.apache.parquet goes out of scope outside the static initialization block, and thus is possible to be garbage collected.
More details can be found in this comment.
Attachments
Issue Links
- blocks
-
PARQUET-392 Release Parquet-mr 1.9.0
- Resolved
- is required by
-
PARQUET-395 System.out is used as logger in org.apache.parquet.Log
- Resolved
- relates to
-
PARQUET-401 Deprecate Log and move to SLF4J Logger
- Open
-
PARQUET-412 Format: Do not shade slf4j-api
- Resolved
-
SPARK-39156 Remove ParquetLogRedirector usage from ParquetFileFormat
- Resolved
- links to