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

[backport to 2.17] Bump BWC Version to 2.18 and Fix Bugs (#1311) #1313

Merged
merged 1 commit into from
Sep 14, 2024

Commits on Sep 13, 2024

  1. Bump BWC Version to 2.18 and Fix Bugs (opensearch-project#1311)

    This PR includes the following updates and bug fixes:
    
    * Bump BWC Version to 2.18: Updated BWC version to 2.18 since the 2.17 branch has been cut.
    * Fix Confidence Value Exceeding 1 in RCF: Addressed a bug in RCF where the confidence value could exceed 1. Implemented a check to cap the confidence value at 1, preventing invalid confidence scores.
    * Correct Parameter Assignment in GetAnomalyDetectorTransportAction: Fixed an issue where parameter assignments within a method did not affect external variables due to Java's pass-by-value nature.
    * Fixed a bug in ResultProcessor where we were supposed to check whether the number of sent messages equals the number of received messages before starting imputation. However, the sent message count was mistakenly based on the number of pages rather than the actual number of messages.
    * Fixed a bug where we mistakenly used the total reserved memory bytes as the memory size per entity in PriorityCache.
    
    Testing done:
    * added test cases for the buggy scenarios
    * manual e2e testing
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ea3c6f0 View commit details
    Browse the repository at this point in the history