-
Notifications
You must be signed in to change notification settings - Fork 824
[1.9.x] Reduce builtin endpoints memory consumption [7035] #918
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
Conversation
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
d3f776a
to
2c9e067
Compare
2c9e067
to
5a63015
Compare
5a63015
to
6c7c71f
Compare
IkerLuengo
suggested changes
Jan 28, 2020
IkerLuengo
previously approved these changes
Jan 29, 2020
0f8dc11
to
a7cdefe
Compare
943d926
to
f0b68d5
Compare
IkerLuengo
approved these changes
Feb 12, 2020
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.
LGTM
IkerLuengo
added a commit
to eProsima/Fast-DDS-docs
that referenced
this pull request
Feb 13, 2020
MiguelCompany
pushed a commit
to eProsima/Fast-DDS-docs
that referenced
this pull request
Feb 13, 2020
* Maximum payload for builtin endpoints * Update default values according to eProsima/Fast-DDS#918
MiguelCompany
pushed a commit
to eProsima/Fast-DDS-docs
that referenced
this pull request
Feb 25, 2020
* Maximum payload for builtin endpoints * Update default values according to eProsima/Fast-DDS#918
MiguelCompany
pushed a commit
to eProsima/Fast-DDS-docs
that referenced
this pull request
Feb 26, 2020
* Maximum payload for builtin endpoints * Update default values according to eProsima/Fast-DDS#918
IkerLuengo
added a commit
that referenced
this pull request
Mar 4, 2020
This is a port of #918 from 1.9.x * Refs #6971. Reducing default builtin history size. * Refs #6971. Default memory policy to preallocated with realloc. * Refs #6971. EDP listeners: remove change from history before releasing lock. * Refs #6971. Reducing EDP readers history. * Refs #6971. WLP not creating secure endpoint when not necessary. * Refs #6971. Improving WLP history. * Refs #6971. Correctly setting DATA(p) serialized size. * Refs #6971. Taking sentinel into account. * Refs #6971. Fixed comparison on addParameterSentinel. * Refs #6971. Fixed WLP destructor. * Refs #6971. Uncrustify EDPSimple and children. * Refs #6971. Joining common code serializing a WriterProxyData. * Refs #6971. Templating for both proxy datas. * Refs #6971. Use templated code for ReaderProxyData. * Refs #6971. Adding basic get_serialized_size() methods. * Refs #6971. Parameter_t::addToCDRMessage made const. * Refs #6971. Added method cdr_serialized_size() to Parameter_t * Refs #6971. Updating ParticipantProxyData * Refs #6971. ReaderProxyData calculating serialization size. * Refs #6971. WriterProxyData calculating serialization size. * Refs #6971. Fixing mocks. * Refs #6971. Fixing warnings. * Refs #7035. Adressing review comments. * Refs #7035. Fixing EDP listeners.
MiguelCompany
added a commit
that referenced
this pull request
Mar 5, 2020
* Reduce builtin endpoints memory consumption This is a port of #918 from 1.9.x * Refs #6971. Reducing default builtin history size. * Refs #6971. Default memory policy to preallocated with realloc. * Refs #6971. EDP listeners: remove change from history before releasing lock. * Refs #6971. Reducing EDP readers history. * Refs #6971. WLP not creating secure endpoint when not necessary. * Refs #6971. Improving WLP history. * Refs #6971. Correctly setting DATA(p) serialized size. * Refs #6971. Taking sentinel into account. * Refs #6971. Fixed comparison on addParameterSentinel. * Refs #6971. Fixed WLP destructor. * Refs #6971. Uncrustify EDPSimple and children. * Refs #6971. Joining common code serializing a WriterProxyData. * Refs #6971. Templating for both proxy datas. * Refs #6971. Use templated code for ReaderProxyData. * Refs #6971. Adding basic get_serialized_size() methods. * Refs #6971. Parameter_t::addToCDRMessage made const. * Refs #6971. Added method cdr_serialized_size() to Parameter_t * Refs #6971. Updating ParticipantProxyData * Refs #6971. ReaderProxyData calculating serialization size. * Refs #6971. WriterProxyData calculating serialization size. * Refs #6971. Fixing mocks. * Refs #6971. Fixing warnings. * Refs #7035. Adressing review comments. * Refs #7035. Fixing EDP listeners. * Avoid problems with template method inlining. This is a port of #1009 from 1.9.x * Apply review suggestions
MiguelCompany
added a commit
to eProsima/Fast-DDS-docs
that referenced
this pull request
Mar 9, 2020
* Added release v1.9.2 notes (#66) * Release notes 1.9.3 (#71) * Release notes 1.9.3 * Adding new features and improvements * Added notes from 1.8.x * Fixing spell checks * Adding features from 1.9.3 (#72) * Update to introduce new 1.9.x features: participant filtering and intraprocess delivery. * Apply suggestions from code review * Fixing linters * More linters * More fixes. * Fixing XMLTester.xml * Update that participant filtering isn't enabled for secured participants (#73) * Update that participant filtering isn't enable with SECURITY=ON * Fixing linters. * Fixing position of <log> tag (#77) * Changed intraprocess default value. (#75) * Release notes for v1.9.4 (#78) * Refs #7291. Release notes for v1.9.4 * Refs #7291. Fixing mispellings. * Bump version to 1.9.4 * Refs 7515 Improve discovery documentation Static Discovery is covered in PR #81 * Revert "Refs 7515 Improve discovery documentation" This reverts commit c0c8079. * Documentation of variable length submessage limits (#80) * Refs 7306 Documenting variable lenght submessage size limits * Refs 7306 correct spelling errors * add submessage size imit to RealTime Behavior * Fixed typo on CodeTester.cpp Co-authored-by: Miguel Company <[email protected]> * Maximum payload for builtin endpoints (#84) * Maximum payload for builtin endpoints * Update default values according to eProsima/Fast-DDS#918 * Improvements on Static Discovery doc (#81) * Ref 7319 Improvements on static discovery section * clarify userID usage * Fixed blank line before list Co-authored-by: Miguel Company <[email protected]> * Documenting partitions (#86) * Documenting partitions * Apply suggestions from code review Co-Authored-By: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]> * Apply suggestions from code review Co-Authored-By: Eduardo Ponz Segrelles <[email protected]> * Apply suggestions from code review Co-Authored-By: Eduardo Ponz Segrelles <[email protected]> * Refs #7824. Added builtin payload sizes to XML file. * Refs #7824. Moved participant filtering to discovery section. * Adding XML example to the intra-process section. * Refs #7824. Fixed line too long. * Apply suggestions from code review Co-Authored-By: Eduardo Ponz Segrelles <[email protected]> Co-authored-by: laura <[email protected]> Co-authored-by: MiguelBarro <[email protected]> Co-authored-by: Iker Luengo <[email protected]> Co-authored-by: IkerLuengo <[email protected]> Co-authored-by: Eduardo Ponz Segrelles <[email protected]>
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.
No description provided.