1. 08 1月, 2018 6 次提交
  2. 06 1月, 2018 33 次提交
  3. 05 1月, 2018 1 次提交
    • N
      [FLINK-7517][network] let NettyBufferPool extend PooledByteBufAllocator · fcdd56e5
      Nico Kruber 提交于
      Previously, NettyBufferPool only wrapped PooledByteBufAllocator but then, any
      allocated buffer's alloc() method was returning the wrapped
      PooledByteBufAllocator which allowed heap buffers again. By extending the
      PooledByteBufAllocator, we prevent this loop hole.
      
      This also fixes the invariant that a copy of a buffer should have the same
      allocator.
      
      This closes #4594.
      fcdd56e5