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

Guess root cause support unwrap (#50525) #50742

Commits on Jan 8, 2020

  1. Guess root cause support unwrap (elastic#50525)

    ElasticsearchException.guessRootCauses would return wrapper exception if
    inner exception was not an ElasticsearchException. Fixed to never return
    wrapper exceptions.
    
    At least following APIs change root_cause.0.type as a result:
    
    _update with bad script
    _index with bad pipeline
    
    Relates elastic#50417
    henningandersen committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    75184e5 View commit details
    Browse the repository at this point in the history
  2. Fix test case

    A test case relied on the wrong behaviour, fixed.
    henningandersen committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b01eebb View commit details
    Browse the repository at this point in the history