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

[#8372] Replace HTableMultiplexer with BufferedMutator #8373

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Nov 5, 2021

No description provided.

@codecov
Copy link

codecov bot commented Nov 5, 2021

Codecov Report

Merging #8373 (cc9a773) into master (15577df) will decrease coverage by 0.08%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #8373      +/-   ##
============================================
- Coverage     39.86%   39.77%   -0.09%     
+ Complexity    11409    11405       -4     
============================================
  Files          3340     3347       +7     
  Lines         89304    89441     +137     
  Branches       9913     9918       +5     
============================================
- Hits          35604    35579      -25     
- Misses        50642    50799     +157     
- Partials       3058     3063       +5     
Impacted Files Coverage Δ
.../pinpoint/collector/dao/hbase/HbaseTraceDaoV2.java 0.00% <0.00%> (ø)
...oint/collector/monitor/BufferedMutatorMetrics.java 0.00% <0.00%> (ø)
...mmon/hbase/batch/BufferedMutatorConfiguration.java 0.00% <0.00%> (ø)
...oint/common/hbase/batch/BufferedMutatorWriter.java 0.00% <0.00%> (ø)
.../common/hbase/batch/DelegateSimpleBatchWriter.java 0.00% <0.00%> (ø)
...inpoint/common/hbase/util/HBaseExceptionUtils.java 0.00% <0.00%> (ø)
...point/common/hbase/util/SharedExecutorService.java 0.00% <0.00%> (ø)
...ache/hadoop/hbase/client/BufferedMutatorUtils.java 0.00% <0.00%> (ø)
...rp/pinpoint/rpc/packet/ControlHandshakePacket.java 44.82% <0.00%> (-24.14%) ⬇️
...vercorp/pinpoint/rpc/packet/ServerClosePacket.java 47.82% <0.00%> (-17.40%) ⬇️
... and 17 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 15577df...cc9a773. Read the comment docs.

@emeroad emeroad changed the title [#noissue] Replace HTableMultiplexer with BufferedMutator [#8372] Replace HTableMultiplexer with BufferedMutator Nov 5, 2021
@emeroad emeroad linked an issue Nov 5, 2021 that may be closed by this pull request
@emeroad emeroad force-pushed the #8372_bufferedMutator branch 8 times, most recently from adc7962 to b45c7c4 Compare November 15, 2021 02:32
@emeroad emeroad merged commit b602ca1 into pinpoint-apm:master Nov 15, 2021
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.

Replace HTableMultiplexer with BufferedMutator
1 participant