File tree Expand file tree Collapse file tree
geaflow-core/geaflow-engine/geaflow-shuffle
src/main/java/org/apache/geaflow/memory/compress Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <artifactId >snappy-java</artifactId >
4747 </dependency >
4848 <dependency >
49- <groupId >net.jpountz .lz4</groupId >
50- <artifactId >lz4</artifactId >
49+ <groupId >at.yawk .lz4</groupId >
50+ <artifactId >lz4-java </artifactId >
5151 </dependency >
5252
5353 <dependency >
Original file line number Diff line number Diff line change 5858 </dependency >
5959
6060 <dependency >
61- <groupId >net.jpountz .lz4</groupId >
62- <artifactId >lz4</artifactId >
61+ <groupId >at.yawk .lz4</groupId >
62+ <artifactId >lz4-java </artifactId >
6363 </dependency >
6464
6565 <dependency >
Original file line number Diff line number Diff line change 3434public class Lz4 {
3535
3636 private static final int BLOCK_SIZE = 1024 * 8 ;
37- private static final LZ4Compressor COMPRESSOR = LZ4Factory .fastestInstance ().fastCompressor ();
38- private static final LZ4FastDecompressor DECOMPRESSOR = LZ4Factory .fastestInstance ().fastDecompressor ();
37+ private static final LZ4Compressor COMPRESSOR = LZ4Factory .safeInstance ().fastCompressor ();
38+ private static final LZ4FastDecompressor DECOMPRESSOR = LZ4Factory .safeInstance ().fastDecompressor ();
3939
4040 public static MemoryView compress (MemoryView view ) {
4141 MemoryView v =
Original file line number Diff line number Diff line change 5454 <rocksdb .version>7.7.3</rocksdb .version>
5555 <paimon .version>1.0.1</paimon .version>
5656 <snappy .version>1.1.8.4</snappy .version>
57- <lz4 .version>1.2 .0</lz4 .version>
57+ <lz4 .version>1.9 .0</lz4 .version>
5858 <grpc .version>1.15.1</grpc .version>
5959 <kryo .version>4.0.2</kryo .version>
6060 <kryo .serializers.version>0.42</kryo .serializers.version>
151151 <version >${snappy.version} </version >
152152 </dependency >
153153 <dependency >
154- <groupId >net.jpountz .lz4</groupId >
155- <artifactId >lz4</artifactId >
154+ <groupId >at.yawk .lz4</groupId >
155+ <artifactId >lz4-java </artifactId >
156156 <version >${lz4.version} </version >
157157 </dependency >
158158
You can’t perform that action at this time.
0 commit comments