-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Limit URL size in Elasticsearch index delete request #3375
Limit URL size in Elasticsearch index delete request #3375
Conversation
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
@pavolloffay can you please review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if you could add as well integration test for this to https://github.com/jaegertracing/jaeger/blob/master/plugin/storage/integration/es_index_cleaner_test.go
@pavolloffay I do not see an option to create indices with past |
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #3375 +/- ##
==========================================
+ Coverage 96.45% 96.49% +0.04%
==========================================
Files 260 260
Lines 15199 15215 +16
==========================================
+ Hits 14660 14682 +22
+ Misses 455 450 -5
+ Partials 84 83 -1
Continue to review full report at Codecov.
|
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
@pavolloffay I have added additional unit tests to cover the es index delete functionality |
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
IIRC that is not required to test this feature. |
thanks @jkandasa for the contribution |
Signed-off-by: Jeeva Kandasamy jkandasa@gmail.com
Which problem is this PR solving?