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

Created new urgent priority threadpool for remote cluster state uploads #1

Closed

Commits on Oct 17, 2023

  1. Fix flaky testEqualsAndHashcode in SearchRequestTests (#10649)

    Signed-off-by: David Zane <davizane@amazon.com>
    dzane17 authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d46a012 View commit details
    Browse the repository at this point in the history
  2. Fix dissect ingest processor parsing empty brackets failed (#9255)

    * Fix dissect ingest processor parsing empty brackets failed
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    
    * Modify change log
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    
    * Modify change log
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    
    * Add assertion
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    
    ---------
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
    Co-authored-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
    gaobinlong and dblock authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7b62e2f View commit details
    Browse the repository at this point in the history
  3. Add telemetry tracer/metric enable flag and integ test (#10395)

    * Add telemetry tracer/metric enable flag and integ test
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Add Changelog
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Fix compilation issue
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Empty-Commit
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Add component flag to traceable wrappers
    
    Signed-off-by: Gagan Juneja <gagandeepjuneja@gmail.com>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    
    ---------
    
    Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
    Signed-off-by: Gagan Juneja <gagandeepjuneja@gmail.com>
    Co-authored-by: Gagan Juneja <gjjuneja@amazon.com>
    Gaganjuneja and Gagan Juneja authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a36ab39 View commit details
    Browse the repository at this point in the history
  4. Fix flaky test testFlushThrowsFlushFailedExceptionOnCorruption. (#10671)

    This test is flaky in two ways, one it may hit a case where a merge occurs and the hardcoded segment does not exist to delete.
    Two with certain mock filesystems a corruption exception won't be thrown here, only a NoSuchFile - This doesn't change our
    handling in the engine, but the test should conditionally handle if the store is marked corrupted on close.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8b04521 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Change filenames for IndexMetadata and Manifest (#10557)

    * Change filenames for IndexMetadata and Manifest
    
    Signed-off-by: Dhwanil Patel <dhwanip@amazon.com>
    dhwanilpatel authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9cc0e7d View commit details
    Browse the repository at this point in the history