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. 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 <[email protected]>
    
    * Modify change log
    
    Signed-off-by: Gao Binlong <[email protected]>
    
    * Modify change log
    
    Signed-off-by: Gao Binlong <[email protected]>
    
    * Add assertion
    
    Signed-off-by: Gao Binlong <[email protected]>
    
    ---------
    
    Signed-off-by: Gao Binlong <[email protected]>
    Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]>
    Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
    gaobinlong and dblock committed 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 <[email protected]>
    
    * Add Changelog
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Fix compilation issue
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Empty-Commit
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Add component flag to traceable wrappers
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    * Address review comment
    
    Signed-off-by: Gagan Juneja <[email protected]>
    
    ---------
    
    Signed-off-by: Gagan Juneja <[email protected]>
    Signed-off-by: Gagan Juneja <[email protected]>
    Co-authored-by: Gagan Juneja <[email protected]>
    Gaganjuneja and Gagan Juneja committed 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 <[email protected]>
    mch2 committed 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 <[email protected]>
    dhwanilpatel committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9cc0e7d View commit details
    Browse the repository at this point in the history