homework-jianmu/include/libs/scheduler
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
..
scheduler.h enh(query)[TD-32732]: add client Id generation and usage 2024-11-07 08:47:31 +08:00