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

[TUBEMQ-579] Add structure mapping of BDB and metadata entity classes #445

Merged
merged 1 commit into from
Mar 18, 2021
Merged

[TUBEMQ-579] Add structure mapping of BDB and metadata entity classes #445

merged 1 commit into from
Mar 18, 2021

Conversation

gosonzhang
Copy link
Contributor

  1. Add APIs to convert BDB storage objects into corresponding metadata objects, convert metadata objects into BDB storage objects;
  2. Adjust the current implementation of BDB and add the extension fields operation API;
  3. Adjust the Token definition of the extension fields and summarize it into one file;

@codecov-io
Copy link

Codecov Report

Merging #445 (b142f94) into TUBEMQ-570 (ca66b85) will decrease coverage by 0.08%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##             TUBEMQ-570    #445      +/-   ##
===============================================
- Coverage          7.39%   7.30%   -0.09%     
- Complexity          478     481       +3     
===============================================
  Files               279     281       +2     
  Lines             29956   30368     +412     
  Branches           4850    4873      +23     
===============================================
+ Hits               2215    2219       +4     
- Misses            27266   27676     +410     
+ Partials            475     473       -2     
Impacted Files Coverage Δ Complexity Δ
...ava/org/apache/tubemq/corebase/TokenConstants.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../apache/tubemq/server/common/TServerConstants.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...emq/server/common/exception/LoadMetaException.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...e/tubemq/server/common/statusdef/EnableStatus.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...server/master/bdbstore/DefaultBdbStoreService.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...aster/bdbstore/bdbentitys/BdbBlackGroupEntity.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...aster/bdbstore/bdbentitys/BdbBrokerConfEntity.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...r/bdbstore/bdbentitys/BdbClusterSettingEntity.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...store/bdbentitys/BdbConsumeGroupSettingEntity.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...er/bdbstore/bdbentitys/BdbConsumerGroupEntity.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
... and 26 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 ca66b85...b142f94. Read the comment docs.

Copy link
Contributor

@dockerzhang dockerzhang left a comment

Choose a reason for hiding this comment

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

+1

@dockerzhang dockerzhang merged commit a36610a into apache:TUBEMQ-570 Mar 18, 2021
@gosonzhang gosonzhang deleted the TUBEMQ-570 branch March 18, 2021 01:21
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.

None yet

3 participants