LuciferYang commented on PR #41802: URL: https://github.com/apache/spark/pull/41802#issuecomment-1655048272
A bad case report @panbingkun: I found a RocksDB crash case during the GitHub Action testing task, which was my first encounter and I am not sure the root cause and its severity now. I have created SPARK-44580 to record it: - https://github.com/LuciferYang/spark/actions/runs/5666554831/job/15395578871 ``` # 17177# A fatal error has been detected by the Java Runtime Environment: 17178# 17179# SIGSEGV (0xb) at pc=0x00007f8a077d2743, pid=4403, tid=0x00007f89cadff640 17180# 17181# JRE version: OpenJDK Runtime Environment (8.0_372-b07) (build 1.8.0_372-b07) 17182# Java VM: OpenJDK 64-Bit Server VM (25.372-b07 mixed mode linux-amd64 compressed oops) 17183# Problematic frame: 17184# C [librocksdbjni886380103972770161.so+0x3d2743] rocksdb::DBImpl::FailIfCfHasTs(rocksdb::ColumnFamilyHandle const*) const+0x23 17185# 17186# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again 17187# 17188# An error report file with more information is saved as: 17189# /home/runner/work/spark/spark/sql/core/hs_err_pid4403.log 17190# 17191# If you would like to submit a bug report, please visit: 17192# https://github.com/adoptium/adoptium-support/issues 17193# The crash happened outside the Java Virtual Machine in native code. 17194# See problematic frame for where to report the bug. 17195# ``` -- 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]
