Skip to content

get parameters in logging statement right way round#7963

Merged
mayankshriv merged 1 commit intoapache:masterfrom
richardstartin:fix-debug-logging
Jan 6, 2022
Merged

get parameters in logging statement right way round#7963
mayankshriv merged 1 commit intoapache:masterfrom
richardstartin:fix-debug-logging

Conversation

@richardstartin
Copy link
Member

This debug logging identified cases where empty batches would be produced, which no longer choke the consume loop, but unfortunately the parameters are the wrong way round.

@codecov-commenter
Copy link

codecov-commenter commented Dec 28, 2021

Codecov Report

Merging #7963 (021ea88) into master (99762cb) will decrease coverage by 1.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #7963      +/-   ##
============================================
- Coverage     71.34%   70.31%   -1.03%     
- Complexity     4191     4192       +1     
============================================
  Files          1595     1595              
  Lines         82568    82568              
  Branches      12320    12320              
============================================
- Hits          58906    58060     -846     
- Misses        19678    20528     +850     
+ Partials       3984     3980       -4     
Flag Coverage Δ
integration1 28.94% <0.00%> (-0.10%) ⬇️
integration2 ?
unittests1 68.21% <0.00%> (-0.02%) ⬇️
unittests2 14.30% <0.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...manager/realtime/LLRealtimeSegmentDataManager.java 69.16% <0.00%> (-1.32%) ⬇️
...t/core/plan/StreamingInstanceResponsePlanNode.java 0.00% <0.00%> (-100.00%) ⬇️
...ore/operator/streaming/StreamingResponseUtils.java 0.00% <0.00%> (-100.00%) ⬇️
...ager/realtime/PeerSchemeSplitSegmentCommitter.java 0.00% <0.00%> (-100.00%) ⬇️
...pache/pinot/common/utils/grpc/GrpcQueryClient.java 0.00% <0.00%> (-94.74%) ⬇️
...he/pinot/core/plan/StreamingSelectionPlanNode.java 0.00% <0.00%> (-88.89%) ⬇️
...ator/streaming/StreamingSelectionOnlyOperator.java 0.00% <0.00%> (-87.81%) ⬇️
...re/query/reduce/SelectionOnlyStreamingReducer.java 0.00% <0.00%> (-85.72%) ⬇️
...data/manager/realtime/DefaultSegmentCommitter.java 0.00% <0.00%> (-80.00%) ⬇️
...ller/api/access/BasicAuthAccessControlFactory.java 0.00% <0.00%> (-80.00%) ⬇️
... and 91 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 99762cb...021ea88. Read the comment docs.

@mayankshriv mayankshriv merged commit f17839a into apache:master Jan 6, 2022
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.

4 participants