-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support batch ingestion in bulk API (#12457) #13306
Commits on Apr 26, 2024
-
[PoC][issues-12457] Support Batch Ingestion
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for b7cdcaa - Browse repository at this point
Copy the full SHA b7cdcaaView commit details -
Rewrite batch interface and handle error and metrics
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 8d4226d - Browse repository at this point
Copy the full SHA 8d4226dView commit details -
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 384ba9d - Browse repository at this point
Copy the full SHA 384ba9dView commit details -
Revert some unnecessary test change
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 21f0d71 - Browse repository at this point
Copy the full SHA 21f0d71View commit details -
Keep executeBulkRequest main logic untouched
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 4ba55c2 - Browse repository at this point
Copy the full SHA 4ba55c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a832d - Browse repository at this point
Copy the full SHA d9a832dView commit details -
Add UT & yamlRest test, fix BulkRequest se/deserialization
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for d5a4740 - Browse repository at this point
Copy the full SHA d5a4740View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c3b9f - Browse repository at this point
Copy the full SHA e6c3b9fView commit details -
Remove Writable from BatchIngestionOption
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 8ef01cd - Browse repository at this point
Copy the full SHA 8ef01cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 696fe74 - Browse repository at this point
Copy the full SHA 696fe74View commit details -
Configuration menu - View commit details
-
Copy full SHA for af65dbe - Browse repository at this point
Copy the full SHA af65dbeView commit details
Commits on Apr 27, 2024
-
Signed-off-by: Liyun Xiu <chishui2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54d4919 - Browse repository at this point
Copy the full SHA 54d4919View commit details
Commits on Apr 29, 2024
-
Rename parameter name to batch_size
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 81afff2 - Browse repository at this point
Copy the full SHA 81afff2View commit details -
Add more rest yaml tests & update rest spec
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 574d2ff - Browse repository at this point
Copy the full SHA 574d2ffView commit details -
Remove batch_ingestion_option and only use batch_size
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for e2fb585 - Browse repository at this point
Copy the full SHA e2fb585View commit details -
Throw invalid request exception for invalid batch_size
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 334e0c1 - Browse repository at this point
Copy the full SHA 334e0c1View commit details -
Update server/src/main/java/org/opensearch/action/bulk/BulkRequest.java
Co-authored-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Liyun Xiu <chishui2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68cabe1 - Browse repository at this point
Copy the full SHA 68cabe1View commit details
Commits on Apr 30, 2024
-
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 3cc7f41 - Browse repository at this point
Copy the full SHA 3cc7f41View commit details