Skip to content

adding explicit error on record reader#9024

Merged
siddharthteotia merged 2 commits intoapache:masterfrom
walterddr:hotfix_add_log_for_multablesegmentimpl
Jul 7, 2022
Merged

adding explicit error on record reader#9024
siddharthteotia merged 2 commits intoapache:masterfrom
walterddr:hotfix_add_log_for_multablesegmentimpl

Conversation

@walterddr
Copy link
Contributor

No description provided.

…al/indexsegment/mutable/MutableSegmentImpl.java
Copy link
Contributor

@navina navina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

reuse.putValue(column, value);
}
} catch (Exception e) {
_logger.error("error encountered when getting record for {} on indexContainer: {}", docId, entry.getKey());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit) suggest changing to

when getting record for docID {} for column {}

@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2022

Codecov Report

Merging #9024 (8875c4f) into master (de16a0a) will decrease coverage by 1.69%.
The diff coverage is 11.94%.

❗ Current head 8875c4f differs from pull request most recent head 57ea4b1. Consider uploading reports for the commit 57ea4b1 to get more accurate results

@@             Coverage Diff              @@
##             master    #9024      +/-   ##
============================================
- Coverage     70.08%   68.39%   -1.70%     
+ Complexity     4957     4733     -224     
============================================
  Files          1827     1827              
  Lines         96064    96097      +33     
  Branches      14356    14360       +4     
============================================
- Hits          67327    65724    -1603     
- Misses        24092    25798    +1706     
+ Partials       4645     4575      -70     
Flag Coverage Δ
integration1 ?
integration2 24.54% <2.98%> (-0.13%) ⬇️
unittests1 66.83% <40.00%> (-0.05%) ⬇️
unittests2 15.31% <0.00%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
...elix/core/periodictask/ControllerPeriodicTask.java 66.07% <0.00%> (-1.21%) ⬇️
.../core/realtime/PinotLLCRealtimeSegmentManager.java 75.38% <0.00%> (-2.40%) ⬇️
...che/pinot/plugin/stream/kinesis/KinesisConfig.java 65.62% <0.00%> (-34.38%) ⬇️
...gin/stream/kinesis/server/KinesisDataProducer.java 0.00% <0.00%> (ø)
...local/indexsegment/mutable/MutableSegmentImpl.java 54.34% <42.85%> (-0.56%) ⬇️
...lugin/stream/kafka20/server/KafkaDataProducer.java 57.69% <50.00%> (+0.54%) ⬆️
...g/apache/pinot/common/metrics/ControllerMeter.java 100.00% <100.00%> (ø)
...pinot/minion/exception/TaskCancelledException.java 0.00% <0.00%> (-100.00%) ⬇️
...nverttorawindex/ConvertToRawIndexTaskExecutor.java 0.00% <0.00%> (-100.00%) ⬇️
...e/pinot/common/minion/MergeRollupTaskMetadata.java 0.00% <0.00%> (-94.74%) ⬇️
... and 151 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 de16a0a...57ea4b1. Read the comment docs.

@siddharthteotia siddharthteotia merged commit ebf8a10 into apache:master Jul 7, 2022
@walterddr walterddr deleted the hotfix_add_log_for_multablesegmentimpl branch December 6, 2023 16:20
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