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

@ -70,8 +70,6 @@ public:
//file/dir interfaces
virtual int open(const char *pathname, const int flags, const mode_t mode, common::ObIOFd &fd, common::ObIODOpts *opts = NULL) override;
virtual int complete(const ObIOFd &fd) override;
virtual int abort(const ObIOFd &fd) override;
virtual int close(const common::ObIOFd &fd) override;
virtual int mkdir(const char *pathname, mode_t mode) override;
virtual int rmdir(const char *pathname) override;
@ -90,13 +88,6 @@ public:
virtual int stat(const char *pathname, common::ObIODFileStat &statbuf) override;
virtual int fstat(const common::ObIOFd &fd, common::ObIODFileStat &statbuf) override;
//for object device, local device should not use these
int del_unmerged_parts(const char *pathname);
int adaptive_exist(const char *pathname, bool &is_exist);
int adaptive_stat(const char *pathname, ObIODFileStat &statbuf);
int adaptive_unlink(const char *pathname);
int adaptive_scan_dir(const char *dir_name, ObBaseDirEntryOperator &op);
//block interfaces
virtual int mark_blocks(common::ObIBlockIterator &block_iter) override;
virtual int alloc_block(const common::ObIODOpts *opts, common::ObIOFd &block_id) override;