Skip to content
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

fix(interactive): Add PVC support for Insight logs #4308

Merged
merged 4 commits into from
Nov 4, 2024

Conversation

BingqingLyu
Copy link
Collaborator

What do these changes do?

This pull request introduces PVCs for the coordinator, frontend, and stores components within Insight.

For instance, we can get log PVCs as follows:
image

Related issue number

Fixes #4307

siyuan0322
siyuan0322 previously approved these changes Nov 1, 2024
##
logPersistence:
## Enable persistence using Persistent Volume Claims. If false, use emptyDir
enabled: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default to false?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Contributor

github-actions bot commented Nov 1, 2024

Please check the preview of the documentation changes at
https://59a57011.graphscope-docs-preview.pages.dev

longbinlai
longbinlai previously approved these changes Nov 1, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.30%. Comparing base (fa07f86) to head (63a3abf).
Report is 1 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (fa07f86) and HEAD (63a3abf). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (fa07f86) HEAD (63a3abf)
3 1
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #4308       +/-   ##
===========================================
- Coverage   61.08%   34.30%   -26.78%     
===========================================
  Files         126      126               
  Lines       13241    13247        +6     
===========================================
- Hits         8088     4545     -3543     
- Misses       5153     8702     +3549     

see 60 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa07f86...63a3abf. Read the comment docs.

@BingqingLyu BingqingLyu dismissed stale reviews from longbinlai and siyuan0322 via 63a3abf November 4, 2024 02:36
@siyuan0322 siyuan0322 merged commit 25fa9e9 into alibaba:main Nov 4, 2024
24 checks passed
@BingqingLyu BingqingLyu deleted the insight_log_pvc branch November 4, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requires PVC support for logs in Insight
4 participants