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

Scale Native Storage #230

Merged
merged 8 commits into from
Feb 4, 2024
Merged

Scale Native Storage #230

merged 8 commits into from
Feb 4, 2024

Conversation

kandeeban15
Copy link
Contributor

Native Storage is scaled to handle simultaneous streaming graphs and each worker can accommodate more than one partition of a graph.

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 158 lines in your changes are missing coverage. Please review.

Comparison is base (3b0b3ca) 1.22% compared to head (2c10ce8) 1.22%.

Files Patch % Lines
src/util/kafka/InstanceStreamHandler.cpp 0.00% 62 Missing ⚠️
src/nativestore/NodeManager.cpp 0.00% 34 Missing ⚠️
src/nativestore/RelationBlock.cpp 0.00% 30 Missing ⚠️
src/util/kafka/StreamHandler.cpp 0.00% 17 Missing ⚠️
src/util/Utils.cpp 0.00% 8 Missing ⚠️
src/server/JasmineGraphInstanceService.cpp 0.00% 4 Missing ⚠️
src/frontend/JasmineGraphFrontEnd.cpp 0.00% 2 Missing ⚠️
.../incremental/JasmineGraphIncrementalLocalStore.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #230      +/-   ##
=========================================
- Coverage    1.22%   1.22%   -0.01%     
=========================================
  Files          64      65       +1     
  Lines       14148   14230      +82     
  Branches     8936    8996      +60     
=========================================
  Hits          174     174              
- Misses      13806   13888      +82     
  Partials      168     168              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Owner

@miyurud miyurud left a comment

Choose a reason for hiding this comment

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

I have put some comments. Please address them and reply to each of my comments.

Copy link

sonarqubecloud bot commented Feb 4, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@miyurud miyurud merged commit 905584a into miyurud:master Feb 4, 2024
4 of 6 checks passed
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.

4 participants