Skip to content

Conversation

@manojks1999
Copy link
Contributor

@manojks1999 manojks1999 commented Oct 27, 2024

Describe what this PR does / why we need it

Fixes for #3462

Does this pull request fix one issue?

Fixes #3462

Describe how you did it

Removed line 209 of sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/metric/MetricSearcher.java

Describe how to verify it

Special notes for reviews

@CLAassistant
Copy link

CLAassistant commented Oct 27, 2024

CLA assistant check
All committers have signed the CLA.

@manojks1999 manojks1999 changed the title Fix for Incorrect method of reading indicator files Fix [3462] Incorrect method of reading indicator files Oct 27, 2024
Copy link

@brucelwl brucelwl left a comment

Choose a reason for hiding this comment

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

ok

@LearningGp
Copy link
Collaborator

This code is currently processing an index file. I'm having trouble mapping the issue description to the observed behavior - could you please elaborate on the exact conditions/reproduction steps you're encountering? Additionally, if we remove this line, the while condition would incorrectly compare Index with beginSecond, which is semantically invalid as these represent different dimensional units in our processing pipeline.

@LearningGp LearningGp added the wait-for-response PRs that require further response label Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wait-for-response PRs that require further response

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] 指标文件读取方法不正确

4 participants