Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18695

Allow NettyBufferPool to allocate heap buffers

    XMLWordPrintableJSON

Details

    Description

      in 4.1.43 netty made a change to their SslHandler to always use heap buffers for JDK SSLEngine implementations, to avoid an additional memory copy.

      However, our NettyBufferPool forbids heap buffer allocations.

      We will either have to allow heap buffer allocations, or create a custom SslHandler implementation that does not use heap buffers (although this seems ill-adviced?).

      /cc sewen uce NicoK zjwang pnowojski

      Attachments

        Issue Links

          Activity

            People

              gaoyunhaii Yun Gao
              chesnay Chesnay Schepler
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: