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

[#11388] Add HbaseAsyncTemplate #11393

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Aug 23, 2024

No description provided.

@emeroad emeroad added this to the 3.0.1 milestone Aug 23, 2024
@emeroad emeroad linked an issue Aug 23, 2024 that may be closed by this pull request
@emeroad emeroad force-pushed the #11392_HbaseAsyncTemplate branch from 895c9e5 to 8a3ed12 Compare August 23, 2024 10:29
Copy link

codecov bot commented Aug 23, 2024

Codecov Report

Attention: Patch coverage is 0% with 184 lines in your changes missing coverage. Please review.

Project coverage is 37.06%. Comparing base (fbe7e5a) to head (8a3ed12).
Report is 1 commits behind head on master.

Files Patch % Lines
...inpoint/common/hbase/async/HbaseAsyncTemplate.java 0.00% 83 Missing ⚠️
...navercorp/pinpoint/common/hbase/HbaseTemplate.java 0.00% 41 Missing ⚠️
...m/navercorp/pinpoint/common/hbase/CheckAndMax.java 0.00% 17 Missing ⚠️
...lector/dao/hbase/statistics/DefaultBulkWriter.java 0.00% 14 Missing ⚠️
...ercorp/pinpoint/common/hbase/util/FutureUtils.java 0.00% 6 Missing ⚠️
...ommon/hbase/config/HbaseTemplateConfiguration.java 0.00% 5 Missing ⚠️
...inpoint/common/hbase/util/HBaseExceptionUtils.java 0.00% 5 Missing ⚠️
...nt/collector/dao/hbase/statistics/BulkFactory.java 0.00% 4 Missing ⚠️
...int/collector/dao/hbase/statistics/SyncWriter.java 0.00% 3 Missing ⚠️
...point/common/hbase/async/AsyncHbaseOperations.java 0.00% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #11393      +/-   ##
============================================
- Coverage     37.08%   37.06%   -0.02%     
- Complexity    12146    12149       +3     
============================================
  Files          4009     4011       +2     
  Lines         98437    98498      +61     
  Branches      10428    10429       +1     
============================================
+ Hits          36503    36510       +7     
- Misses        58951    59009      +58     
+ Partials       2983     2979       -4     

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

@emeroad emeroad merged commit c7d1fb1 into pinpoint-apm:master Aug 23, 2024
1 of 3 checks passed
@emeroad emeroad deleted the #11392_HbaseAsyncTemplate branch August 23, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate async operation of HbaseTemplate into HbaseAsyncTemplate
1 participant