-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Move transport decoding and aggregation to server #48263
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
Merged
Tim-Brooks
merged 73 commits into
elastic:master
from
Tim-Brooks:incremental_inbound_network2
Mar 27, 2020
Merged
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
a0878e6
WIP
Tim-Brooks c4abd27
WIP tests
Tim-Brooks 68da522
WIP
Tim-Brooks 6b68651
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks c3e9874
WIP
Tim-Brooks 9ac20c8
WIP
Tim-Brooks 3a8643c
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 0066edf
Changes
Tim-Brooks 965eca3
WIP
Tim-Brooks 68720c4
Changes
Tim-Brooks ada1292
Work on aggregation
Tim-Brooks c8e0d35
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks fb3be69
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 1966ca9
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 9c1095e
WIP
Tim-Brooks e3f1f34
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 19f09ca
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks dc3de32
WIP
Tim-Brooks 6250303
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks efb7886
Work on paring down work
Tim-Brooks 44bf7fa
WIP
Tim-Brooks 67f635c
Implement nio test
Tim-Brooks 71bf38b
Work on netty integration
Tim-Brooks b936c9e
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks a5b649e
Tests
Tim-Brooks b476490
Fix
Tim-Brooks 90d3769
Fixes
Tim-Brooks 380dbd7
Fix issues
Tim-Brooks bb7c8db
Cleanup
Tim-Brooks 4b5349a
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 6d737ba
Refcounting
Tim-Brooks 74cea7c
Tests
Tim-Brooks e28336d
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 3f5f9b0
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 6cba066
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 27671ad
Changes
Tim-Brooks d70a290
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks dc46e10
Work on decoding
Tim-Brooks 6df1b60
Changes
Tim-Brooks 20994c7
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks d64d449
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 8db094c
Changes
Tim-Brooks ab90f84
move back
Tim-Brooks fde092d
Fix issue
Tim-Brooks aede3ba
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks f41a5c3
Set version
Tim-Brooks 5aaaf20
Changes
Tim-Brooks 5b722c2
Fixes
Tim-Brooks 4fc06a4
Fix
Tim-Brooks 1e0b9e2
Rework decoder
Tim-Brooks fc231d2
WIP
Tim-Brooks 85e1915
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 04eaff2
Changes
Tim-Brooks 9610065
Changes
Tim-Brooks 72ec229
Changes
Tim-Brooks 82479ba
Add error handler
Tim-Brooks a313fed
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 2a70c3d
Change
Tim-Brooks f607a12
Changes
Tim-Brooks 5a60df4
Changes
Tim-Brooks 4971d05
Changes
Tim-Brooks 871e40f
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks e761215
Change
Tim-Brooks e25e25f
Changes
Tim-Brooks ad20c99
Changes
Tim-Brooks 98f3211
Fix tests
Tim-Brooks ab9cb05
Review changes
Tim-Brooks b24b3b3
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks 6f5cbbf
Review changes
Tim-Brooks ddf36bb
Review changes
Tim-Brooks 4aa607d
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks aacc96c
Change
Tim-Brooks 9dff5cc
Merge remote-tracking branch 'upstream/master' into incremental_inbou…
Tim-Brooks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
64 changes: 0 additions & 64 deletions
64
...netty4/src/main/java/org/elasticsearch/transport/netty4/Netty4SizeHeaderFrameDecoder.java
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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 seems to only be used in tests and should probably live in test code
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 is used by production code now. And I imagine it's use will grow as more things need to interface with the Releasable version (#50107 type of work).