Haonan

Results 127 comments of Haonan

Hi, I see the latest version is v1.5.2-3 now, why don't you use it? And it may fix the bug that @liuzhen1207 mentioned. https://github.com/luben/zstd-jni/releases/tag/v1.5.2-3

Another question I would like to know, this there any reason that you choose the jni implement rather than the pure Java version. https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd Airlift said their version is actully...

> > Another question I would like to know, this there any reason that you choose the jni implement rather than the pure Java version. https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd > > Airlift said...

@WilliamSong112 PTAL

您好,这个问题是因为wal buffer size过大,和storage group 数较多导致wal申请不到所需的堆外内存导致的。可以尝试减小wal buffer size或者减少storage group 个数。