panbingkun commented on PR #42862: URL: https://github.com/apache/spark/pull/42862#issuecomment-1717099988
when I revert version 8.1.1.1, accessing DB while it is closed will still generate the following core messages: ``` 15:31:12.496 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00000001207d0d20, pid=93758, tid=0x0000000000007d03 # # JRE version: OpenJDK Runtime Environment (Zulu 8.66.0.15-CA-macos-aarch64) (8.0_352-b08) (build 1.8.0_352-b08) # Java VM: OpenJDK 64-Bit Server VM (25.352-b08 mixed mode bsd-aarch64 compressed oops) # Problematic frame: # C [librocksdbjni6268389328305132469.jnilib+0x24d20] Java_org_rocksdb_RocksDB_getProperty+0x58 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /Users/panbingkun/Developer/spark/spark-community/sql/core/hs_err_pid93758.log # # If you would like to submit a bug report, please visit: # http://www.azul.com/support/ # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Warning: Unable to read from client, please check on client for further details of the 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
