iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Compression request of InsertRecords in Java client

Open THUMarkLau opened this issue 1 year ago • 2 comments

This PR redesigned the serialization method of the InsertRecords write request, making the size of the serialized InsertRecords request smaller, thus saving network throughput.

THUMarkLau avatar Jun 21 '24 06:06 THUMarkLau

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

sonarqubecloud[bot] avatar Jun 21 '24 08:06 sonarqubecloud[bot]

Codecov Report

Attention: Patch coverage is 0.46512% with 428 lines in your changes missing coverage. Please review.

Project coverage is 41.70%. Comparing base (df68083) to head (61c3316). Report is 7 commits behind head on master.

Files Patch % Lines
.../isession/util/InsertRecordsReqSerializeUtils.java 0.00% 397 Missing :warning:
...pache/iotdb/isession/req/InsertRecordsRequest.java 0.00% 30 Missing :warning:
.../db/protocol/thrift/impl/ClientRPCServiceImpl.java 0.00% 1 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #12784      +/-   ##
============================================
- Coverage     41.80%   41.70%   -0.10%     
  Complexity       71       71              
============================================
  Files          3301     3304       +3     
  Lines        208401   208909     +508     
  Branches      24757    24810      +53     
============================================
+ Hits          87121    87128       +7     
- Misses       121280   121781     +501     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 21 '24 08:06 codecov[bot]