Tags: wesql/wesql
Tags
feature: Add handlerton interfaces related to the data dictionary for… … smartengine. (#75)
fix: fix wesql replication failed across object storage provider. (#64)
enhancement: improve utility macros and fix occasional test failure i… …n io_extent_test. (#60) 1. Refactored various utility macros in SmartEngine for better readability and consistency. 2. Fixed an issue in io_extent_test where randomly generated read operations could produce a size of 0. A size of 0 was being treated as an invalid parameter, causing the test to fail occasionally. Updated the test logic to prevent generating invalid sizes.
chore: fix invalid value workflow reference (#38)
fix: binlog archive must wait for all workers to finish before rerun. 1. The binlog archive thread must wait for all archive workers thread and update index worker thread to finish processing slices before it can resume execution. First, wait for the archive worker to process all slices in the slice queue, then wait for the update index worker to finish processing all slices in the slice map. 2. Add more debug information. 3. Fix the license to GPL.