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

Issue 5866: (SLTS) ReadIndexCache stats not reported. #5867

Merged

Conversation

sachin-j-joshi
Copy link
Contributor

Signed-off-by: Sachin Joshi sachin.joshi@emc.com

Change log description
Fix issue where ReadIndexCache stats were not reported

Purpose of the change
Fixes #5866

What the code does
one line change to Fix issue where ReadIndexCache stats were not reported

How to verify it
Build passes

Signed-off-by: Sachin Joshi <sachin.joshi@emc.com>
@codecov
Copy link

codecov bot commented Mar 18, 2021

Codecov Report

Merging #5867 (ed78336) into master (4ab55f9) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5867      +/-   ##
============================================
- Coverage     85.02%   85.00%   -0.03%     
+ Complexity    14119    14111       -8     
============================================
  Files           923      923              
  Lines         51974    51975       +1     
  Branches       5356     5356              
============================================
- Hits          44193    44179      -14     
- Misses         4967     4977      +10     
- Partials       2814     2819       +5     
Impacted Files Coverage Δ Complexity Δ
...tore/storage/chunklayer/ChunkedSegmentStorage.java 91.86% <100.00%> (+0.02%) 119.00 <0.00> (ø)
...hared/security/crypto/StrongPasswordProcessor.java 87.50% <0.00%> (-6.25%) 7.00% <0.00%> (-1.00%)
...egmentstore/server/containers/MetadataCleaner.java 89.83% <0.00%> (-3.39%) 20.00% <0.00%> (-2.00%)
...io/pravega/common/concurrent/OrderedProcessor.java 85.71% <0.00%> (-1.79%) 15.00% <0.00%> (-1.00%)
...pravega/client/connection/impl/CommandEncoder.java 87.71% <0.00%> (-1.76%) 33.00% <0.00%> (ø%)
...mentstore/server/host/stat/AutoScaleProcessor.java 83.20% <0.00%> (-1.53%) 44.00% <0.00%> (-2.00%)
...a/segmentstore/server/logs/OperationProcessor.java 88.30% <0.00%> (-1.51%) 42.00% <0.00%> (-1.00%)
...gmentstore/server/tables/WriterTableProcessor.java 86.02% <0.00%> (-1.08%) 49.00% <0.00%> (-1.00%)
...ver/containers/StreamSegmentContainerMetadata.java 96.81% <0.00%> (-0.64%) 53.00% <0.00%> (-1.00%)
...o/pravega/client/stream/impl/ReaderGroupState.java 92.40% <0.00%> (-0.55%) 49.00% <0.00%> (ø%)
... and 5 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 4ab55f9...ed78336. Read the comment docs.

@RaulGracia RaulGracia merged commit b5173ec into pravega:master Mar 19, 2021
sachin-j-joshi added a commit to sachin-j-joshi/pravega that referenced this pull request Mar 19, 2021
Fix issue where ReadIndexCache stats were not reported.

Signed-off-by: Sachin Joshi <sachin.joshi@emc.com>
sachin-j-joshi added a commit to sachin-j-joshi/pravega that referenced this pull request Mar 19, 2021
Fix issue where ReadIndexCache stats were not reported.

Signed-off-by: Sachin Joshi <sachin.joshi@emc.com>
sachin-j-joshi added a commit that referenced this pull request Mar 19, 2021
Cherry-picks following changes 0.9

Issue 5518: (SLTS) Fix Integer overflow. (#5520)
Issue 5606: BoundedInputStream::markSupported() should always return false.. (#5615)
Issue 5597 : ExtendedS3ChunkStorage and ExtendedS3Storage should close S3Client. (#5598)
Issue 5535: (SegmentStore) Refactoring ExtendedS3 Test Mocks (#5537)
Issue 5456: (SLTS) - Handle possible failure during deletion of metadata keys can cause version mismatch in next attempt (#5457)
Issue 5458: (SLTS) For read operation, read all chunks in parallel. (#5459)
Issue 4967: (SLTS) Add createWithContent overload that creates object and writes to it in a single call. (#5455)
Issue 5664: SLTS - fix possible thread visibility issues.. (#5665)
Issue 5475: Eliminate unnecessary pessimistic checks. (#5662)
Issue 5570: (SLTS) AsyncBaseChunkStorage latency should not include time spent in waiting to be executed. (#5661)
Issue 4967: (SLTS) No need to check last chunk length for claimOwnership for no append mode. (#5663)
Issue 5673: (SLTS) Fix wrong GC config (#5674)
Issue 5737: (SLTS) Improve metrics (#5746)
Issue 5460: (SLTS) Add read index virtual block entries to metadata. (#5461)
Issue 5772: (SLTS) - BaseMetadataStore does not evict entries from buffer. (#5773)
Issue 5798: (SLTS) Fix close in GarbageCollector, ExtendedS3ChunkStorage and HDFSChunkStorage. (#5800)
Issue 5788: (SLTS) Remove ACL operations from ExtendedS3ChunkStorage (#5790)
Issue 5808: SLTS - Fix Preconditions checks to include enough information in message. (#5809)
Issue 5853: SLTS - BaseMetadataStore.get does not return deep copy when loading from store. #5858
Issue 5866: (SLTS) ReadIndexCache stats not reported. (#5867)


Signed-off-by: Sachin Joshi <sachin.joshi@emc.com>
shrids pushed a commit to shrids/pravega that referenced this pull request Mar 22, 2021
Fix issue where ReadIndexCache stats were not reported.

Signed-off-by: Sachin Joshi <sachin.joshi@emc.com>
@sachin-j-joshi sachin-j-joshi deleted the issue-5866-SLTS-missing-metrics branch August 23, 2021 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Simplified LTS
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

SLTS ReadIndexCache stats not reported
2 participants