jiacai2050 commented on PR #1568:
URL: https://github.com/apache/horaedb/pull/1568#issuecomment-2350897348

   
   ```
   2024-09-14 15:41:23.595 ERRO [src/components/panic_ext/src/lib.rs:57] thread 
'main' panicked 'Failed to create catalog manager: BuildSysCatalog { sou
   rce: OpenTable { source: OpenTableWithCause { msg: None, source: 
ReadMetaUpdate { table_id: TableId(1099511627777), source: Error(Other { 
source: fai
   led to new table_data, space_id:1, table_name:sys_catalog                    
                                                                      
                                                                                
               
   Caused by:                                                                   
                                                     
       Found invalid table opts, msg:layered memtable is enabled but 
mutable_switch_threshold is 0.
       Backtrace:
   ```
   When error above is thrown, try add following config:
   
   ```
   [analytic]
   try_compat_old_layered_memtable_opts = true
   ```


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

Reply via email to