This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from c8ddf60  Upgrade RSA Key from 1024 bit to 4096 to eliminate warnings 
(#11743)
     add 7cf9192  fix delegated smoosh writer and some new facilities for 
segment writeout medium (#12132)

No new revisions were added by this update.

Summary of changes:
 .../java/util/common/io/smoosh/FileSmoosher.java   |  46 +++++--
 .../common/io/smoosh/SmooshedFileMapperTest.java   |  28 +++-
 .../segment/writeout/ByteBufferWriteOutBytes.java  |  13 +-
 .../writeout/DirectByteBufferWriteOutBytes.java    |   9 +-
 .../OffHeapMemorySegmentWriteOutMedium.java        |   8 ++
 .../OnHeapMemorySegmentWriteOutMedium.java         |  12 +-
 .../segment/writeout/SegmentWriteOutMedium.java    |  12 ++
 .../writeout/TmpFileSegmentWriteOutMedium.java     |   8 ++
 .../writeout/SegmentWriteOutMediumTest.java        | 142 +++++++++++++++++++++
 9 files changed, 254 insertions(+), 24 deletions(-)
 create mode 100644 
processing/src/test/java/org/apache/druid/segment/writeout/SegmentWriteOutMediumTest.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to