Simon Guan
ddc05f168e
refactor: adjust the log to track the data writing process on the server via QID ( #30195 )
...
* refactor: adjust wal log infos
* refactor: adjust some log's level
* refactor: adjust some log's level
* fix: add traceId for sync module
* refactor: adjust log level
* refactor: adjust log level
* refactor: adjust log levels
* refactor: adjust log levels
* refactor: adjust log levels
* refactor: adjust log levels
* refactor: adjust log levels
* refactor: adjust log levels
* refactor: adjust log levels
* fix: compile errors in windows
* refactor: minor changes
2025-03-18 16:21:44 +08:00
Simon Guan
76ad364b93
enh: adjust some logs
2025-02-27 09:55:11 +08:00
dapan1121
b6863a0eff
fix: add more UT cases
2024-12-25 09:59:26 +08:00
dapan1121
14b9979325
fix: job retry issues
2024-12-10 17:27:02 +08:00
dapan1121
d77147d296
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-12-06 17:43:19 +08:00
dapan1121
011ff04234
fix: scheduler dead lock issue
2024-12-05 18:07:37 +08:00
dapan1121
90b60d9d01
fix: scheduler timer stop issue
2024-11-28 13:56:27 +08:00
dapan1121
30eb4b2633
fix: job retry issue
2024-11-27 09:50:00 +08:00
dapan1121
050a0dfe9f
fix: scheduler timer issue
2024-11-26 09:09:15 +08:00
yihaoDeng
6461bb0474
unify the format of qId in the logging macros,
2024-11-20 17:03:13 +08:00
dapan1121
34cfca745b
fix: duplicated clientId issue
2024-11-13 19:19:00 +08:00
Jinqing Kuang
43a337ef74
enh(query)[TD-32732]: add client Id generation and usage
...
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
dapan1121
e52628ab57
fix: scheduler validate plan issues
2024-10-23 19:13:15 +08:00
dapan1121
6a9fd0c95e
enh: add operator
2024-10-21 19:24:52 +08:00
dapan1121
cc1cf679e1
fix: task redirect issue
2024-09-27 16:47:52 +08:00
Hongze Cheng
8c1a04138a
Merge pull request #27819 from taosdata/fix/TD-31771-3.0
...
fix: memleak in taos (create table)
2024-09-14 09:13:01 +08:00
Shungang Li
4ef4dddc7b
fix: schedulerFreeJob reset jobId only on the last reference
2024-09-13 18:59:54 +08:00
dapan1121
a7269e4536
fix: remove void function call
2024-09-12 14:17:14 +08:00
wangjiaming0909
b39b6589c4
fix client taskqueueWorkerpool stuck problem when querypolicy = 4
2024-09-09 13:30:22 +08:00
dapan1121
f44d9f01f7
fix: log level issues
2024-08-30 17:53:03 +08:00
Yihao Deng
e1998d151b
update qid log
2024-08-24 10:19:25 +00:00
dapan1121
044f7d6658
fix: remove assert
2024-08-21 14:41:14 +08:00
dapan1121
352abe0b5c
fix: scheduler return code
2024-07-16 19:03:12 +08:00
dapan1121
cb48954ef3
enh: add return code validation
2024-07-16 13:26:26 +08:00
dapan1121
82b517dd2a
enh: add scheduler return code processing
2024-07-15 19:28:04 +08:00
dapan1121
e45a348e5b
fix: scheduler job retry issue
2024-05-06 14:08:37 +08:00
dapan1121
19b51ec02c
Merge pull request #24994 from taosdata/mark/3.0
...
fix:add excluded msg for delete in tmq
2024-03-05 15:46:49 +08:00
wangmm0220
af6d6b69c3
fix:add excluded msg for delete in tmq
2024-03-05 11:25:43 +08:00
dapan1121
f2840cd7ba
fix: task reschedule issue
2024-02-26 08:48:47 +08:00
Yihao Deng
6f8f47a375
fix invalid read write
2024-01-16 05:50:20 +00:00
dapan1121
cf50665c20
fix: dead lock issue
2023-08-25 15:20:12 +08:00
dapan1121
e0cc4e7ed7
fix: notify task
2023-08-25 15:12:28 +08:00
dapan1121
e24498b0fd
enh: add task notify
2023-08-25 14:59:34 +08:00
dapan1121
ffd306f2b9
enh: support random execution node
2023-06-30 15:57:58 +08:00
dapan1121
38231fc48e
enh: add queryMaxConcurrentTables configuration
2023-04-11 09:01:19 +08:00
dapan1121
19e5d63721
fix: add job retry
2023-03-31 18:26:46 +08:00
dapan1121
80798dd934
fix: job retry issue
2023-03-28 09:20:53 +08:00
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
dapan1121
957ed637b0
fix: rsp type mismatch after link broken is processed
2023-02-15 16:49:21 +08:00
dapan1121
436bc5cbe8
enh: remove asserts
2022-12-30 15:35:03 +08:00
Alex Duan
cd1b87031a
fix(query): modify error describe
2022-12-22 10:22:51 +08:00
Alex Duan
8774d2c17b
feat(rpc): fixed build error
2022-12-20 19:14:57 +08:00
Alex Duan
df6102f66e
fix(query): TSDB_CODE_RPC_VGROUP_NOT_CONNECTED same condition check with TSDB_CODE_RPC_NETWORK_UNAVAIL
2022-12-20 18:14:24 +08:00
dapan1121
78c5cc2b6b
fix: fix task redirect issue
2022-12-06 15:49:57 +08:00
dapan1121
0c26308ae7
fix: add redirect error code and fix no error msg issue
2022-12-05 20:10:09 +08:00
Alex Duan
9fb4fa0a7f
feat(api): add int64 affected rows modify tmsg.h struct
2022-12-02 20:48:39 +08:00
yihaoDeng
9278ed2ab5
fix mem leak
2022-11-29 21:59:49 +08:00
dapan1121
072a73ec3d
enh: support max retry wait time configuration
2022-11-21 11:35:52 +08:00
dapan1121
2fbf082f7d
enh: support client redirect processing
2022-11-18 19:55:15 +08:00
dapan1121
5bfedd2609
fix: fix scheduler status error
2022-10-25 16:21:39 +08:00