ka1serd0m opened a new issue, #9650:
URL: https://github.com/apache/gravitino/issues/9650

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   gravitino exception stop, and without log
   
   ### Error message and/or stacktrace
   
   coredumpctl list:
   TIME                            PID  UID  GID SIG     COREFILE EXE           
                                                    SIZE
   Thu 2026-01-08 09:59:12 CST  164786 1014 1005 SIGSEGV present  
/usr/lib/jvm/java-17-openjdk-17.0.15.6-4.oe2403.x86_64/bin/java 287.6M
   
   
   
   coredumpctl debug 164786:
   [New LWP 164975]
   [New LWP 168202]
   [New LWP 168208]
   
   
   
   Missing separate debuginfo for /usr/lib64/libstdc++.so.6.
   The debuginfo package for this file is probably broken.
   
   warning: the debug information found in 
"/usr/lib/debug//usr/lib64/libstdc++.so.6.0.30-12.3.1-38.oe2403.x86_64.debug" 
does not match "/usr/lib64/libstdc++.so.6" (CRC mismatch).
   
   warning: the debug information found in 
"/usr/lib/debug//usr/lib64/libstdc++.so.6.0.30-12.3.1-38.oe2403.x86_64.debug" 
does not match "/usr/lib64/libstdc++.so.6" (CRC mismatch).
   [Thread debugging using libthread_db enabled]
   Using host libthread_db library "/usr/lib64/libthread_db.so.1".
   Core was generated by `/usr/lib/jvm/java-17-openjdk/bin/java 
-Dfile.encoding=UTF-8 -Dlog4j2.configurat'.
   Program terminated with signal SIGSEGV, Segmentation fault.
   #0  0x00007fb1aa6500f7 in lance_datafusion::planner::Planner::parse_sql_expr 
() from /tmp/liblance_jni5201685645174627377.so
   [Current thread is 1 (Thread 0x7fb2ba1ff6c0 (LWP 164976))]
   
   
   ### How to reproduce
   
   gravitino.stats.partition.storageFactoryClass: 
org.apache.gravitino.stats.storage.LancePartitionStatisticStorageFactory
    
   1. use 
**org.apache.gravitino.stats.SupportsPartitionStatistics#updatePartitionStatistics**
  to add  statistics of partitions, only a few partition statistics(about 10), 
**ok, statistics of partitions data added successfully**
   2. use 
**org.apache.gravitino.stats.SupportsPartitionStatistics#updatePartitionStatistics**
 api to update statistics of partitions, only some partition statistics (about 
365). **gravitino stop, failed to add partition statistics**
   
   ### Additional context
   
   Did lancddb have some problems?


-- 
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]

Reply via email to