-
Notifications
You must be signed in to change notification settings - Fork 354
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
Gh-3334: Fix Gremlin Reusing Accumulo Iterators #3335
Gh-3334: Fix Gremlin Reusing Accumulo Iterators #3335
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3335 +/- ##
=============================================
- Coverage 68.01% 68.00% -0.01%
Complexity 2596 2596
=============================================
Files 955 954 -1
Lines 30564 30554 -10
Branches 3376 3375 -1
=============================================
- Hits 20787 20779 -8
+ Misses 8302 8301 -1
+ Partials 1475 1474 -1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
The merge-base changed after approval.
6eda5f4
to
2375e1a
Compare
Quality Gate passedIssues Measures |
Moves Gremlin away from reusing the raw iterator passed back from the operation to instead buffering to a set first before continuing hopefully increasing performance.
Related issue