replicator icon indicating copy to clipboard operation
replicator copied to clipboard

Potential bug fixes and performance improvements

Open awulder opened this issue 5 years ago • 1 comments

awulder avatar Aug 27 '19 13:08 awulder

Codecov Report

Attention: Patch coverage is 18.05338% with 522 lines in your changes missing coverage. Please review.

Project coverage is 18.89%. Comparing base (1aae4a5) to head (a8889e8). Report is 72 commits behind head on master.

Files with missing lines Patch % Lines
...ooking/replication/augmenter/AugmenterContext.java 0.00% 79 Missing :warning:
...ation/supplier/mysql/binlog/BinaryLogSupplier.java 0.00% 67 Missing :warning:
.../hbase/mutation/HBaseApplierMutationGenerator.java 0.00% 64 Missing :warning:
...ing/replication/augmenter/ActiveSchemaManager.java 0.00% 41 Missing :warning:
...r/schema/registry/BCachedSchemaRegistryClient.java 6.97% 39 Missing and 1 partial :warning:
...ation/applier/hbase/schema/HBaseSchemaManager.java 0.00% 31 Missing :warning:
...ooking/replication/applier/hbase/HBaseApplier.java 0.00% 28 Missing :warning:
...odel/event/format/avro/EventDataPresenterAvro.java 0.00% 28 Missing :warning:
...m/booking/replication/augmenter/SchemaHelpers.java 0.00% 28 Missing :warning:
...ooking/replication/applier/kafka/KafkaApplier.java 5.55% 17 Missing :warning:
... and 16 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #42      +/-   ##
============================================
- Coverage     20.96%   18.89%   -2.07%     
+ Complexity      222      203      -19     
============================================
  Files           103      100       -3     
  Lines          4040     4075      +35     
  Branches        369      406      +37     
============================================
- Hits            847      770      -77     
- Misses         3127     3227     +100     
- Partials         66       78      +12     
Files with missing lines Coverage Δ
...ing/replication/streams/StreamsImplementation.java 63.96% <ø> (ø)
...ion/supplier/mysql/binlog/gtid/GtidSetAlgebra.java 97.46% <100.00%> (-0.18%) :arrow_down:
...oking/replication/checkpoint/CheckpointBuffer.java 100.00% <100.00%> (ø)
...lication/augmenter/model/event/AugmentedEvent.java 0.00% <0.00%> (ø)
...enter/model/event/ByteArrayAugmentedEventData.java 0.00% <0.00%> (ø)
...ion/applier/hbase/writer/HBaseRawEventsWriter.java 0.00% <0.00%> (ø)
...gmenter/model/event/AugmentedEventTransaction.java 0.00% <0.00%> (ø)
...m/booking/replication/commons/checkpoint/GTID.java 0.00% <0.00%> (ø)
...tion/applier/hbase/time/RowTimestampOrganizer.java 0.00% <0.00%> (ø)
...eplication/augmenter/model/row/RowBeforeAfter.java 0.00% <0.00%> (ø)
... and 19 more

... and 34 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

codecov[bot] avatar Aug 29 '19 10:08 codecov[bot]