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

Retry bulk request if all errors are configured retry error codes & Split large bulk requests #4489

Merged
merged 1 commit into from
Jun 24, 2024

Commits on Jun 12, 2024

  1. Closes JanusGraph#4488

    Retry bulk request if all errors are configured retry error codes
    
    Only retry bulk request items that failed
    
    Implemented bulk retry test & implemented splitting up a bulk request if large enough
    
    Added exception if a bulk request item is too large to send, even as a single item
    
    Use HttpStatus.SC_NOT_FOUND instead of 404 literal
    
    Added pseudo test to facilitate manual observation of chunking of bulk writes
    
    Added test asserting silent failure of write to ES due to chunk size limit causing the vertex to omitted from the ES mixed index
    
    Signed-off-by: Allan Clements <criminosis@gmail.com>
    criminosis committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c30dd4e View commit details
    Browse the repository at this point in the history