-
Notifications
You must be signed in to change notification settings - Fork 112
feat(pb): add runner logs #2447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 05-08-feat_add_runners_to_pb_protocol
Are you sure you want to change the base?
feat(pb): add runner logs #2447
Conversation
80d633b
to
9b820e0
Compare
542b3c5
to
885534d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR implements runner logging functionality by adding actor-specific log tracking and storage capabilities across the container-runner and manager services.
- Adds new
runner_logs
ClickHouse table with 3-day TTL and hourly partitioning in20200101000000_init.up.sql
- Enhances
LogShipper
to support optionalactor_id
for associating logs with specific actors inlog_shipper.rs
- Implements Vector integration for log shipping with proper handling of single vs multi-allocation runners in
main.rs
- Modifies Runner module to track actor-specific logs and handle different allocation types in
runner/mod.rs
- Updates Actor module to properly associate logs with actors based on allocation type in
actor/mod.rs
5 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
9b820e0
to
ed03e29
Compare
885534d
to
d0f985a
Compare
d0f985a
to
72d2e18
Compare
ed03e29
to
869e278
Compare
a66c1bd
to
4578515
Compare
Claude finished @MasterPtato's task —— View job PR Review: feat(pb): add runner logsReview Tasks:
Code Review Feedback🔴 Critical Issues - Will Not Compile1. Compilation Error in
2. Undefined Variable in
3. Missing Down Migration
|
Claude finished @MasterPtato's task —— View job PR Review: feat(pb): add runner logsReview Tasks:
Code Review Feedback🔴 Critical Issues - STILL UNRESOLVED1. Compilation Error in
2. Undefined Variable in
3. Missing Down Migration
🟡 Code Quality Issues4. Database Schema Concerns
5. Error Handling in LogShipper
|
4578515
to
f54d281
Compare
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 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Claude finished @MasterPtato's task —— View job PR Review: feat(pb): add runner logsReview Tasks:
Code Review Feedback🔴 Critical Issues1. Compilation Error in
2. Undefined Variable in
3. Missing Down Migration
|
0074232
to
c518c13
Compare
f54d281
to
c170c16
Compare
Claude finished @MasterPtato's task —— View job PR Review: feat(pb): add runner logsReview Tasks:
Code Review Feedback🔴 Critical Issues1. Compilation Error in
2. Undefined Variable in
3. Missing Down Migration
|
Claude finished @MasterPtato's task —— View job PR Review: feat(pb): add runner logsReview Tasks:
Code Review Feedback🔴 Critical Issues1. Compilation Error in
2. Undefined Variable in
3. Missing Down Migration
|
c170c16
to
f028f0c
Compare
Claude finished @MasterPtato's task —— View job PR Review: feat(pb): add runner logsReview Tasks:
Code Review Feedback🔴 Critical Issues1. Compilation Error in
2. Undefined Variable in
3. Missing Down Migration
|
f028f0c
to
ec0407c
Compare
6c559a1
to
cdf9857
Compare
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Claude finished @MasterPtato's task —— View job PR Review: feat(pb): add runner logsReview Tasks:
Code Review Feedback🔴 Critical Issues - STILL UNRESOLVED1. Compilation Error in
2. Undefined Variable in
3. Missing Down Migration
|
Claude finished @MasterPtato's task —— View job PR Review: feat(pb): add runner logsReview Tasks:
Code Review Feedback🔴 Critical Issues - Will Not Compile1. Compilation Error in
2. Undefined Variable in
3. Missing Metadata Field in
4. Missing Down Migration
|
cdf9857
to
7a40790
Compare
ec0407c
to
3b7227e
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
Changes