MatrixOne-v1.1.3
Release date: April 16, 2024
MatrixOne version: v1.1.3
Compared with the previous v1.1.2, v1.1.3 doesn't introduce any new features but only focuses on bug fixes.
Bugfix
- Resolved data integrity issues caused by orphaned transactions #15452 .
- Fixed potential transaction leak issues #15505 .
- Addressed issues related to system tables #15331 #15332 .
- Rectified problems associated with the lockable #15402 .
What's Changed
- Solve cross tenant system view query error by @qingxinhome in #15264
- fix a bug that some filters don't push to block filter for 1.1-dev by @badboynt1 in #15290
- CI: upgrade docker compose to v2 for 1.1-dev by @guguducken in #15306
- fix json_extract(#1.1-dev) by @YANGGMM in #15305
- fix keep remote lock by @iamlinjunhong in #15297
- [Enhancement] add conn and req count metric by @ck89119 in #15284
- cherry-pick sys variables by @YANGGMM in #15330
- [Fix] remove trimspace in user authenticate by @ck89119 in #15259
- add alter table for enum type(1.1-dev) by @Ariznawlll in #15323
- bugfix: copy the map while SetLabelSelector by @xzxiong in #15283
- [enhancement] sql: add client host and proxy host in session status. by @volgariver6 in #15256
- fix sync lock table between cn and dn by @iamlinjunhong in #15350
- CI: migrate ci and remove some unuse file for 1.1-dev by @guguducken in #15353
- cherry pick Supports REFERENTIAL_CONSTRAINTS system view by @qingxinhome in #15333
- chore: record exec plan and cu stats while query failed in mo 1.1 by @xzxiong in #15361
- [Fix] table name overwritten when show table status by @ck89119 in #15362
- fix wait too long to 1.1 by @zhangxu19830126 in #15373
- [cherry-pick-1.1-dev] improve delete from table without where & limit (#13120) by @noorall in #15372
- non-sys tenant should not support cluster level backup(#1.1-dev) by @YANGGMM in #15383
- support push from_unixtime to block filters by @badboynt1 in #15387
- cherry-pick index related commits to 1.1-dev by @aunjgr in #15406
- sync to 1.1: a quick fix that avoids the failure of
mo_table_size
when the index table name is empty. by @gouhongshen in #15403 - fix handle lock table bind changed err by @iamlinjunhong in #15411
- support unknown flag by @zhangxu19830126 in #15397
- Revert #15348 by @zhangxu19830126 in #15421
- always try to push block filter for 1.1 by @badboynt1 in #15409
- Adjust mo_indexes Upgrade Order by @qingxinhome in #15424
- Handle system view Processlist Not Available issue by @qingxinhome in #15428
- fix validate lock service by @iamlinjunhong in #15437
- [Tech Request]: time and datetime type can not fold correctly (#14698) by @badboynt1 in #15439
- [cherry-pick-1.1-dev] fix load data stmt affect rows count calculation incorrectly by @noorall in #15435
- cherry-pick bug fixes to 1.1-dev by @aunjgr in #15425
- [enhancement] proxy: mark internal sql as non-user-sql by @volgariver6 in #15436
- add case for information_schema.referenctial_constraints(1.1-dev) by @Ariznawlll in #15392
- sync to 1.1: fix db not found when
mo_table_size
by @gouhongshen in #15444 - fix blocksel by @badboynt1 in #15446
- Dealing with tenant upgrade failure issues by @qingxinhome in #15449
- cherry pick "optimize plan for update with secondary index column (#14856)" to 1.1 by @badboynt1 in #15454
- fix date_add with param input (#1.1-dev) by @YANGGMM in #15450
- fix stats with limit by @badboynt1 in #15458
- pick 'chore: stable bvt case result abort statement query_type' in 1.1 by @xzxiong in #15470
- detect CN status before remove the lock on an orphan txn by @zhangxu19830126 in #15478
- modify defaultMaxLockRowCount to reduce deadlocks by @iamlinjunhong in #15472
- fix bvt/purge_log (#1.1-dev) by @YANGGMM in #15484
- fix panic too large fixed slice by @iamlinjunhong in #15487
- let go schedule cpu in large ap query (#15384) to 1.1 by @badboynt1 in #15483
- [bug] tae: fix hang issue and reserve some table IDs. by @volgariver6 in #15503
- Revert "detect CN status before remove the lock on an orphan txn" by @sukki37 in #15515
- split lock time consumption (1.1) by @Morranto in #15507
- Revert "Revert "detect CN status before remove the lock on an orphan txn"" by @sukki37 in #15534
- fix lockservice will hung in unstable network by @zhangxu19830126 in #15514
- fix stats for block filters by @badboynt1 in #15532
- Revert "cherry-pick sys variables" by @sukki37 in #15560
Full Changelog: v1.1.2...v1.1.3