[WIP] feat(deployment)!: Add spider scheduler to packaging.#4
Closed
sitaowang1998 wants to merge 433 commits into
Closed
[WIP] feat(deployment)!: Add spider scheduler to packaging.#4sitaowang1998 wants to merge 433 commits into
sitaowang1998 wants to merge 433 commits into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Oct 20, 2025
… Remove hack in `var/data` conditional mounts (resolves y-scope#1478). (y-scope#1480)
…ured text logs into KV-IR; Update log-surgeon to yscope/log-surgeon@840f262. (y-scope#1460) Co-authored-by: Bingran Hu <bingran.hu@yscope.com> Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com> Co-authored-by: LinZhihao-723 <zh.lin@mail.utoronto.ca>
… returned from KQL queries. (y-scope#1491) Co-authored-by: Lin Zhihao <59785146+LinZhihao-723@users.noreply.github.com>
…rom VCS tracking (fixes y-scope#1422). (y-scope#1499) Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
…er Compose project to match the CLP package Compose project (fixes y-scope#1496). (y-scope#1500)
…or S3-object and S3-key-prefix compression; Restrict `compress.py` to accept local file paths only. (y-scope#1476) Co-authored-by: LinZhihao-723 <zh.lin@mail.utoronto.ca>
… the package without starting components (resolves y-scope#1475). (y-scope#1502)
…r` and `spider_worker`) in the `clp-package` image; Set `mariadb-connector-cpp` build type to `Release` (fixes y-scope#1410). (y-scope#1414)
…deployments (fixes y-scope#1498). (y-scope#1501)
… using clp-json. (y-scope#1505) Co-authored-by: Lin Zhihao <59785146+LinZhihao-723@users.noreply.github.com>
…`); Add check to GH workflow. (y-scope#1507)
…extAst` into clp-s archives. (y-scope#1468) Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
- Prevent stale result metadata from updating state. - Recalculate result table height when switching sql interface. - Prevent calling toFixed on null value in query speed status. - Reduce size of results table to remove scroll bar.
… store the log path (instead of the errors) in `status_msg` (fixes y-scope#716). (y-scope#1425)
…che) to avoid failed host resolution of in-container hostname (fixes y-scope#1519). (y-scope#1518)
…the AWS config path (fixes y-scope#1524). (y-scope#1525)
…vice-level compositions. (y-scope#1522) Co-authored-by: Junhao Liao <junhao@junhao.ca>
…e quotes illegal in timestamp patterns. (y-scope#1723) Co-authored-by: Lin Zhihao <59785146+LinZhihao-723@users.noreply.github.com>
Co-authored-by: Junhao Liao <junhao@junhao.ca>
Co-authored-by: Junhao Liao <junhao@junhao.ca>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This PR depends on y-scope#1178.
Description
This PR adds spider scheduler to the docker compose packaging. User can choose to use spider for compression orchestration by setting
CompressionScheduler.typein configuration file.This PR:
Checklist
breaking change.
Validation performed