[Backport 2.x] Improve serialization speeds (#2802)#3444
Merged
DarshitChanpura merged 2 commits intoopensearch-project:2.xfrom Oct 3, 2023
Merged
[Backport 2.x] Improve serialization speeds (#2802)#3444DarshitChanpura merged 2 commits intoopensearch-project:2.xfrom
DarshitChanpura merged 2 commits intoopensearch-project:2.xfrom
Conversation
Use custom serialization in security plugin. - Resolves opensearch-project#2780 Signed-off-by: Paras Jain <parasjaz@amazon.com> Signed-off-by: Peter Nied <peternied@hotmail.com> Co-authored-by: Paras Jain <parasjaz@amazon.com> Co-authored-by: Peter Nied <peternied@hotmail.com> Signed-off-by: Paras Jain <parasjaz@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Codecov Report
@@ Coverage Diff @@
## 2.x #3444 +/- ##
============================================
+ Coverage 64.11% 64.56% +0.45%
- Complexity 3367 3507 +140
============================================
Files 256 260 +4
Lines 19515 19714 +199
Branches 3297 3306 +9
============================================
+ Hits 12512 12729 +217
+ Misses 5360 5353 -7
+ Partials 1643 1632 -11
|
DarshitChanpura
approved these changes
Oct 3, 2023
3 tasks
peternied
added a commit
that referenced
this pull request
Oct 4, 2023
Update custom serialization min supported version, should be 2.11.0 since the features backport [1] was merged. - [1] #3444 Signed-off-by: Peter Nied <petern@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #2802 to 2.x