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

@ -22,7 +22,7 @@ namespace oceanbase
namespace storage
{
int __attribute__((weak)) build_test_schema(share::schema::ObTableSchema &table_schema, uint64_t table_id)
int build_test_schema(share::schema::ObTableSchema &table_schema, uint64_t table_id)
{
int ret = OB_SUCCESS;
ObColumnSchemaV2 column;
@ -47,7 +47,7 @@ int __attribute__((weak)) build_test_schema(share::schema::ObTableSchema &table
return ret;
}
int __attribute__((weak)) gen_create_ls_arg(const int64_t tenant_id,
int gen_create_ls_arg(const int64_t tenant_id,
const share::ObLSID &ls_id,
obrpc::ObCreateLSArg &arg)
{
@ -67,7 +67,7 @@ int __attribute__((weak)) gen_create_ls_arg(const int64_t tenant_id,
return ret;
}
int __attribute__((weak)) gen_create_tablet_arg(const int64_t tenant_id,
int gen_create_tablet_arg(const int64_t tenant_id,
const share::ObLSID &ls_id,
const ObTabletID &tablet_id,
obrpc::ObBatchCreateTabletArg &arg,