Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Gh-3322: Cache updates for federated POC#3323

Merged
wb36499 merged 10 commits intodevelopfromgh-3322-cache-updates-federated-poc
Oct 23, 2024

Conversation

tb06904
Copy link
Member

@tb06904tb06904 commentedOct 16, 2024
edited by github-actionsbot
Loading

Few updates to how the federated store uses the cache. This allows users to specify a custom cache name for the graph cache which would enable sharing of graphs between federated stores.

This also addresses the handling of operations that technically could be handled by a federated store or by a sub graph. The overall logic has been simplified so that if an operation has graph IDs specified (or excluded) it will be assumed the operation should be run on those sub graphs.

This change has the added benefit of meaning mixing operations in the same chain e.g. for sub graphs or not, is handled seamlessly.

Related issue

@tb06904tb06904 added enhancementImprovement to existing functionality/feature federated-storeSpecific to/touches the federated-store module labelsOct 16, 2024
@tb06904tb06904 linked an issueOct 16, 2024 that may beclosed by this pull request
@tb06904tb06904 added this to the2.4.0 milestoneOct 16, 2024
@codecovCodecov
Copy link

codecovbot commentedOct 17, 2024
edited
Loading

Codecov Report

Attention: Patch coverage is78.72340% with10 lines in your changes missing coverage. Please review.

Project coverage is 67.95%. Comparing base(c8f0732) to head(330e2b3).
Report is 1 commits behind head on develop.

Files with missing linesPatch %Lines
...imple/operation/handler/SeparateOutputHandler.java62.50%5 Missing and 1 partial⚠️
...v/gchq/gaffer/federated/simple/FederatedStore.java86.66%0 Missing and 2 partials⚠️
...mple/operation/handler/EitherOperationHandler.java83.33%0 Missing and 2 partials⚠️
Additional details and impacted files
@@              Coverage Diff              @@##             develop    #3323      +/-   ##=============================================+ Coverage      67.90%   67.95%   +0.04%- Complexity      2596     2597       +1=============================================  Files            953      955       +2       Lines          30498    30530      +32       Branches        3363     3369       +6     =============================================+ Hits           20710    20746      +36+ Misses          8312     8306       -6- Partials        1476     1478       +2

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

cn337131
cn337131 previously approved these changesOct 21, 2024
p29876
p29876 previously approved these changesOct 22, 2024
@tb06904tb06904 dismissed stale reviews fromp29876 andcn337131 via70a9148October 22, 2024 15:18
p29876
p29876 previously approved these changesOct 22, 2024
cn337131
cn337131 previously approved these changesOct 22, 2024
@tb06904tb06904 dismissed stale reviews fromcn337131 andp29876 via330e2b3October 22, 2024 16:15
@wb36499wb36499 merged commit5e2b804 intodevelopOct 23, 2024
28 checks passed
@wb36499wb36499 deleted the gh-3322-cache-updates-federated-poc branchOctober 23, 2024 08:34
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@rj77259rj77259rj77259 left review comments

@cn337131cn337131cn337131 approved these changes

@p29876p29876p29876 approved these changes

@wb36499wb36499Awaiting requested review from wb36499

Assignees
No one assigned
Labels
enhancementImprovement to existing functionality/featurefederated-storeSpecific to/touches the federated-store module
Projects
None yet
Milestone
2.4.0
Development

Successfully merging this pull request may close these issues.

Update cache configuration federated POC
5 participants
@tb06904@cn337131@rj77259@p29876@wb36499

[8]ページ先頭

©2009-2025 Movatter.jp