-
Notifications
You must be signed in to change notification settings - Fork 507
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
Update index-codecs.md #7837
Update index-codecs.md #7837
Conversation
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review. |
+1 to this. The feature was not release in 2.14. |
Actually, @sandervandegeijn, we need to update this line too: As of OpenSearch 2.14, hardware-accelerated compression codecs for the Can you please make that change? |
Updated everything to 2.15! |
Hi, @sandervandegeijn, can you please fix DCO? Thanks! |
qat_deflate does not work on 2.14, it does on 2.15. 2.14: { "error": { "root_cause": [ { "type": "illegal_argument_exception", "reason": "unknown value for [index.codec] must be one of [default, lz4, best_compression, zlib] but was: qat_deflate" } ], "type": "illegal_argument_exception", "reason": "unknown value for [index.codec] must be one of [default, lz4, best_compression, zlib] but was: qat_deflate" }, "status": 400 } 2.15: { "acknowledged": true, "shards_acknowledged": true, "index": "x" } Signed-off-by: Sander van de Geijn <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>
a4f8527
to
fb12ace
Compare
Done! |
* Update index-codecs.md qat_deflate does not work on 2.14, it does on 2.15. 2.14: { "error": { "root_cause": [ { "type": "illegal_argument_exception", "reason": "unknown value for [index.codec] must be one of [default, lz4, best_compression, zlib] but was: qat_deflate" } ], "type": "illegal_argument_exception", "reason": "unknown value for [index.codec] must be one of [default, lz4, best_compression, zlib] but was: qat_deflate" }, "status": 400 } 2.15: { "acknowledged": true, "shards_acknowledged": true, "index": "x" } Signed-off-by: Sander van de Geijn <[email protected]> * Update to 2.15 for all. Signed-off-by: Sander van de Geijn <[email protected]> --------- Signed-off-by: Sander van de Geijn <[email protected]> (cherry picked from commit f58bf56) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update index-codecs.md qat_deflate does not work on 2.14, it does on 2.15. 2.14: { "error": { "root_cause": [ { "type": "illegal_argument_exception", "reason": "unknown value for [index.codec] must be one of [default, lz4, best_compression, zlib] but was: qat_deflate" } ], "type": "illegal_argument_exception", "reason": "unknown value for [index.codec] must be one of [default, lz4, best_compression, zlib] but was: qat_deflate" }, "status": 400 } 2.15: { "acknowledged": true, "shards_acknowledged": true, "index": "x" } Signed-off-by: Sander van de Geijn <[email protected]> * Update to 2.15 for all. Signed-off-by: Sander van de Geijn <[email protected]> --------- Signed-off-by: Sander van de Geijn <[email protected]>
qat_deflate does not work on 2.14, it does on 2.15.
2.14:
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "unknown value for [index.codec] must be one of [default, lz4, best_compression, zlib] but was: qat_deflate"
}
],
"type": "illegal_argument_exception",
"reason": "unknown value for [index.codec] must be one of [default, lz4, best_compression, zlib] but was: qat_deflate"
},
"status": 400
}
2.15:
{
"acknowledged": true,
"shards_acknowledged": true,
"index": "x"
}
Description
Issues Resolved
Version
2.14+
Frontend features
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.