Commit Graph

50 Commits

Author SHA1 Message Date
8ff70b6622 use timeout from THIS_WORKER to limit duration of get read tables in query route 2024-02-10 06:14:05 +00:00
d9d0adcbb0 Revert [BUG] remove useless migration clog checkpoint scn 2024-02-09 07:34:51 +00:00
fa4905151b [FIX] do throttle when mds operation is finished instead of allocating mds memory 2024-02-08 23:16:31 +00:00
8d60969ced [BUG] remove useless migration clog checkpoint scn 2024-02-08 09:09:19 +00:00
087b3a9f7a delete get_newest_clog_checkpoint_scn with ObProtectedMemtableMgrHandle lock 2024-02-08 05:47:38 +00:00
58aad015d5 Modify Throttle Info Log 2024-02-07 22:59:56 +00:00
5050a64f7c [FIX] use getClock insteat of getCurrentTime 2024-02-07 20:13:18 +00:00
33a6f4973d [FEAT MERGE] Implement Resource Throttle 2024-02-07 17:25:56 +00:00
7f369f3383 merge develop to master 2024-02-07 11:13:28 +00:00
7e34854bc6 [memtable_mgr] ObTabletMemtableMgr memtable management 2024-02-07 00:40:36 +00:00
01729c848d [CP] add timeout param for estimation related interfaces 2024-02-06 19:59:58 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
60c401cade [FIX] improve throttle logic 2024-02-06 03:16:43 +00:00
9d42f1c510 fix error code to better one 2024-02-05 12:43:29 +00:00
a4885e52bf use timeout from THIS_WORKER to limit duration of get read tables in query route 2024-02-02 21:47:36 +00:00
fe27c7a11d Revert [BUG] remove useless migration clog checkpoint scn 2024-01-11 06:43:27 +00:00
3bdc9cb5df [FIX] do throttle when mds operation is finished instead of allocating mds memory 2024-01-04 13:42:38 +00:00
0b07730f1a [BUG] remove useless migration clog checkpoint scn 2023-12-25 07:43:35 +00:00
40f12a79ca delete get_newest_clog_checkpoint_scn with ObProtectedMemtableMgrHandle lock 2023-12-22 06:13:51 +00:00
eaa353f503 Modify Throttle Info Log 2023-12-18 14:04:23 +08:00
1669331395 [FIX] use getClock insteat of getCurrentTime 2023-12-13 19:42:23 +00:00
56e0ec6dcf [FEAT MERGE] Implement Resource Throttle 2023-12-12 15:12:41 +00:00
eb6c8342a3 fix typo (#1713)
fix typo seesion -> session
2023-12-04 17:09:56 +08:00
fdae2b1ab4 [memtable_mgr] ObTabletMemtableMgr memtable management 2023-11-27 08:00:49 +00:00
4531a5b37d [CP] add timeout param for estimation related interfaces 2023-11-22 03:10:58 +00:00
73aa6149cf BUGFIX: write throttle sleep as expected after freeze 2023-10-17 07:39:33 +00:00
97533dc915 BUGFIX: fix write throttle of replay 2023-08-18 06:40:25 +00:00
e124ced9f9 BUGFIX: add some log for write throttle 2023-07-20 03:18:01 +00:00
9ee1f2b890 Handle TODO items 2023-06-28 08:12:26 +00:00
9dae112952 [FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-06-21 11:42:28 +00:00
3dde860f3e [BUG] fix refresh too much time 2023-06-05 05:15:00 +00:00
b6e9204e9a BUGFIX: make write throttle perform as expected 2023-06-01 06:12:15 +00:00
bfc82bd433 BUGFIX: break infinite loop of write throttle 2023-02-24 13:44:18 +00:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
82426bb509 set memtable_clog_checkpoint_scn before compare_and_swap_tablet 2023-01-12 19:02:33 +08:00
0f233c1a32 Filter logs for replacing tablet_meta 2023-01-12 19:02:33 +08:00
5c19d8c8c7 fix speed_limit 2023-01-12 19:02:33 +08:00
6647f60965 obd: fix collect log error 2023-01-12 19:02:33 +08:00
60424393ec Filter logs before create_memtable for replacing tablet_meta 2023-01-12 19:02:33 +08:00
87a9357186 set the initial value of wrs to scn min 2023-01-12 19:02:33 +08:00
99d4f56fec [scn] mv definition of SCN to dir of share 2023-01-12 19:02:33 +08:00
5a50ec1939 delete redundant code 2023-01-12 19:02:33 +08:00
59db61e110 [scn] rename log_ts to scn 2023-01-12 19:02:33 +08:00
89c7502360 clean some TODOs about ObScnRange && FreezeInfo 2023-01-12 19:02:33 +08:00
8a4d14122f replace ts related to ddl with scn. 2023-01-12 19:02:33 +08:00
54b64a7263 [scn] fix failure of mittest after refresh feature scn 2023-01-12 19:02:20 +08:00
5ce81574fa Wait till statement timeout in refresh_and_protect_table 2022-11-08 10:35:26 +00:00
255f448946 [BugFix] table_guard stop refreshing table 2022-10-25 10:57:14 +08:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00