mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 22:32:55 +00:00
* feat: engine worker framework * feat: worder comments * feat: divide worker requests by type * feat: handlers for worker thread * refactor: rename requests to ddl and dml requests * feat: methods to stop and submit requests * refactor: rename request queue to request buffer * refactor: remove ddl and dml request * feat: send request to worker * test: test stop * docs(mito): worker group docs * style: fix clippy * docs: update WorkerGroup comment * chore: address CR comments * chore: fix comment issues * feat: use mpsc::channel * feat: check is_running flag * chore: Add stop request to notify a worker * refactor: add join_dir to join paths * feat: redefine region requests * docs: more comments * refactor: rename worker thread to worker loop * chore: address CR comments