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 remove secondary index of cassandra backend exceeding 65535 limit #386

Merged
merged 1 commit into from
Mar 11, 2019

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Mar 8, 2019

fixed: #384

Change-Id: I3b0db265b621c149404a97ab688af8bd2e4ca4bd

…limit

fixed: #384

Change-Id: I3b0db265b621c149404a97ab688af8bd2e4ca4bd
@codecov
Copy link

codecov bot commented Mar 8, 2019

Codecov Report

Merging #386 into master will increase coverage by <.01%.
The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #386      +/-   ##
============================================
+ Coverage     67.64%   67.64%   +<.01%     
  Complexity     3172     3172              
============================================
  Files           203      203              
  Lines         16078    16082       +4     
  Branches       2343     2345       +2     
============================================
+ Hits          10876    10879       +3     
+ Misses         3993     3992       -1     
- Partials       1209     1211       +2
Impacted Files Coverage Δ Complexity Δ
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 83.04% <100%> (ø) 208 <2> (+1) ⬆️
...idu/hugegraph/job/schema/RebuildIndexCallable.java 84.28% <100%> (ø) 18 <0> (ø) ⬇️
...graph/backend/store/cassandra/CassandraTables.java 87.9% <25%> (-0.84%) 1 <0> (ø)
...va/com/baidu/hugegraph/backend/cache/RamCache.java 67.06% <0%> (-0.41%) 41% <0%> (-1%)
...du/hugegraph/backend/tx/GraphIndexTransaction.java 78.36% <0%> (+0.49%) 134% <0%> (ø) ⬇️

Continue to review full report at Codecov.

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

@Linary Linary merged commit 88e8285 into master Mar 11, 2019
@Linary Linary deleted the cassandra-65535-error branch March 11, 2019 10:39
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.

java.lang.IllegalStateException: Batch statement cannot contain more than 65535 statements.
3 participants