Do not report ERROR when sample rate equals 100

This commit is contained in:
ZenoWang
2024-02-06 14:49:31 +00:00
committed by ob-robot
parent 1f1d5c08ae
commit c8ef409bf3
3710 changed files with 486984 additions and 3083329 deletions

View File

@ -24,7 +24,6 @@
#include "zstd/ob_zstd_stream_compressor.h"
#include "zstd_1_3_8/ob_zstd_compressor_1_3_8.h"
#include "zstd_1_3_8/ob_zstd_stream_compressor_1_3_8.h"
#include "zlib_lite/ob_zlib_lite_compressor.h"
namespace oceanbase
{
@ -69,7 +68,6 @@ private:
ObZlibCompressor zlib_compressor;
zstd::ObZstdCompressor zstd_compressor;
zstd_1_3_8::ObZstdCompressor_1_3_8 zstd_compressor_1_3_8;
ZLIB_LITE::ObZlibLiteCompressor zlib_lite_compressor;
//stream compressor
ObLZ4StreamCompressor lz4_stream_compressor;