-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove old InvalidateApiKeyRequest transport versions #118290
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
Remove old InvalidateApiKeyRequest transport versions #118290
Conversation
|
Pinging @elastic/es-security (Team:Security) |
| ByteArrayOutputStream bos = new ByteArrayOutputStream(); | ||
| OutputStreamStreamOutput osso = new OutputStreamStreamOutput(bos) | ||
| ) { | ||
| TransportVersion streamVersion = randomVersionBetween( |
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.
This version doesn't seem to affect the test behaviour?
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.
Yeah, I can't work out why this was added. I assume it was an artifact from an earlier incomplete implementation that got retained unnecessarily.
ef9846d to
f31884a
Compare
| ByteArrayOutputStream bos = new ByteArrayOutputStream(); | ||
| OutputStreamStreamOutput osso = new OutputStreamStreamOutput(bos) | ||
| ) { | ||
| TransportVersion streamVersion = randomVersionBetween( |
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.
Yeah, I can't work out why this was added. I assume it was an artifact from an earlier incomplete implementation that got retained unnecessarily.
💚 Backport successful
|
Remove 7.3 and 7.10 transport changes to
InvalidateApiKeyRequest