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 "List option must be registered..." with compression_per_level #775

Merged
merged 1 commit into from
Jan 8, 2020

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Dec 1, 2019

fix: #774
Change-Id: I4bb14cbc6ea2719f9207044389e82d395ff92476

fix: #774
Change-Id: I4bb14cbc6ea2719f9207044389e82d395ff92476
@javeme javeme force-pushed the compression_per_level-config-invalid branch from c9742b1 to 8c8f9b3 Compare January 2, 2020 07:47
@codecov
Copy link

codecov bot commented Jan 8, 2020

Codecov Report

Merging #775 into master will increase coverage by 0.53%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #775      +/-   ##
============================================
+ Coverage     71.21%   71.75%   +0.53%     
- Complexity     4347     4380      +33     
============================================
  Files           282      283       +1     
  Lines         20807    20967     +160     
  Branches       2930     2959      +29     
============================================
+ Hits          14818    15045     +227     
+ Misses         4541     4442      -99     
- Partials       1448     1480      +32
Impacted Files Coverage Δ Complexity Δ
.../java/com/baidu/hugegraph/version/CoreVersion.java 80% <100%> (ø) 2 <1> (ø) ⬇️
...ugegraph/backend/store/rocksdb/RocksDBOptions.java 99.14% <100%> (ø) 2 <0> (ø) ⬇️
...a/com/baidu/hugegraph/type/define/Cardinality.java 75% <0%> (-11.67%) 7% <0%> (+2%)
.../baidu/hugegraph/backend/store/BackendSession.java 76.19% <0%> (-6.17%) 9% <0%> (+1%)
.../backend/store/cassandra/CassandraSessionPool.java 56.25% <0%> (-3.54%) 11% <0%> (-1%)
.../baidu/hugegraph/security/HugeSecurityManager.java 84.11% <0%> (-3.48%) 81% <0%> (+14%)
...java/com/baidu/hugegraph/schema/SchemaElement.java 77.96% <0%> (-2.81%) 26% <0%> (+2%)
...du/hugegraph/schema/builder/IndexLabelBuilder.java 86.79% <0%> (-2.32%) 102% <0%> (+15%)
...u/hugegraph/backend/store/hbase/HbaseSessions.java 66.17% <0%> (-1.37%) 21% <0%> (-2%)
...aidu/hugegraph/backend/store/hbase/HbaseStore.java 73.57% <0%> (-1.3%) 32% <0%> (+1%)
... and 53 more

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 c653385...8c8f9b3. Read the comment docs.

@zhoney zhoney merged commit 8041b93 into master Jan 8, 2020
@zhoney zhoney deleted the compression_per_level-config-invalid branch January 8, 2020 15:36
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.

List option must be registered with class ConfigListOption
3 participants