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

[FLINK-971] Configure PooledByteBufAllocator in NettyConnectionManager #38

Closed
wants to merge 1 commit into from

Conversation

uce
Copy link
Contributor

@uce uce commented Jun 24, 2014

...instead of using the default allocator

Configuration:

  • 0 heap arenas,
  • n direct arenas (where n = num incoming + num outgoing network IO threads), and
  • bufferSize << 1 bytes page size.

Additionally, OutboundEnvelopeEncoder directly implements ChannelOutboundHandlerAdapter instead of the
MessageToByteEncoder<Envelope> wrapper to have tighter control of memory allocations.

…r instead of using the default allocator

Configuration:
    - 0 heap arenas,
    - n direct arenas (where n = num incoming + num outgoing network IO threads), and
    - bufferSize << 1 bytes page size.

Additionally, OutboundEnvelopeEncoder directly implements ChannelOutboundHandlerAdapter instead of the
MessageToByteEncoder<Envelope> wrapper to have tighter control of memory allocations.
@asfgit asfgit closed this in 6c827fb Jun 25, 2014
@uce uce deleted the FLINK-971 branch December 17, 2014 23:59
tillrohrmann pushed a commit to tillrohrmann/flink that referenced this pull request Sep 27, 2018
uce pushed a commit to uce/flink that referenced this pull request Aug 26, 2020
tzulitai pushed a commit to tzulitai/flink that referenced this pull request Jan 15, 2021
This commit adds a check that the provided endpoint contains
an http or https scheme. Not properly specifying the correct scheme
to a runtime exception during function execution.

This closes apache#38.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants