Skip to content
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 unsafe options #10360

Closed
wants to merge 1 commit into from
Closed

Conversation

kimchy
Copy link
Member

@kimchy kimchy commented Apr 1, 2015

For quite some time now, our networking layer makes sure to create safe messages as in not using the shared buffers. This is great, and we should remove the old support for "unsafe" notion in our codebase.

Note, this will break java code that provided the unsafe flag, it needs to be removed.

For quite some time now, our networking layer makes sure to create safe messages as in not using the shared buffers. This is great, and we should remove the old support for "unsafe" notion in our codebase.
closes elastic#10360
@bleskes
Copy link
Contributor

bleskes commented Apr 1, 2015

LGTM

@bleskes bleskes removed the review label Apr 1, 2015
@jpountz
Copy link
Contributor

jpountz commented Apr 1, 2015

LGTM

@s1monw
Copy link
Contributor

s1monw commented Apr 1, 2015

this made my day +1

@kimchy kimchy closed this in c8f9963 Apr 1, 2015
@s1monw
Copy link
Contributor

s1monw commented Apr 1, 2015

btw. not sure if we need to do this on 1.6 unless it's simple?

@kimchy
Copy link
Member Author

kimchy commented Apr 1, 2015

@s1monw looking at it now for 1.6, so far looks like almost a clean merge, will update

kimchy added a commit that referenced this pull request Apr 1, 2015
For quite some time now, our networking layer makes sure to create safe messages as in not using the shared buffers. This is great, and we should remove the old support for "unsafe" notion in our codebase.
closes #10360
@kimchy kimchy deleted the remove_content_unsafe branch April 1, 2015 13:24
dadoonet added a commit to elastic/elasticsearch-river-rabbitmq that referenced this pull request Apr 25, 2015
Due to elastic/elasticsearch#10360

Need to be backported in master (2.0.0) and in es-1.x (1.6.0)

Closes #98.
dadoonet added a commit to elastic/elasticsearch-river-rabbitmq that referenced this pull request Apr 25, 2015
Due to elastic/elasticsearch#10360

Need to be backported in master (2.0.0) and in es-1.x (1.6.0)

Closes #98.
(cherry picked from commit de31ef8)
@clintongormley clintongormley added the :Distributed/Network Http and internode communication implementations label May 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Distributed/Network Http and internode communication implementations v1.6.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants