[BUG.FIX] adjust log level
This commit is contained in:
parent
4f6044e3f6
commit
5e6f99659c
@ -2997,14 +2997,14 @@ int ObTablet::inc_ref_with_macro_iter(ObMacroInfoIterator ¯o_iter, bool &inc
|
||||
} else if (OB_TMP_FAIL(print_arr.push_back(block_info.macro_id_))) {
|
||||
LOG_WARN("fail to push macro id into print array", K(tmp_ret));
|
||||
} else if (MAX_PRINT_COUNT == print_arr.size()) {
|
||||
FLOG_INFO("increase tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
LOG_DEBUG("increase tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
print_arr.reuse();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#ifndef OB_BUILD_PACKAGE
|
||||
if (0 != print_arr.count()) {
|
||||
FLOG_INFO("increase tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
LOG_DEBUG("increase tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
print_arr.reuse();
|
||||
}
|
||||
#endif
|
||||
@ -3033,14 +3033,14 @@ int ObTablet::inc_ref_with_macro_iter(ObMacroInfoIterator ¯o_iter, bool &inc
|
||||
} else if (OB_TMP_FAIL(print_arr.push_back(block_info.macro_id_))) {
|
||||
LOG_WARN("fail to push macro id into print array", K(tmp_ret));
|
||||
} else if (MAX_PRINT_COUNT == print_arr.size()) {
|
||||
FLOG_INFO("decrease tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
LOG_DEBUG("decrease tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
print_arr.reuse();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#ifndef OB_BUILD_PACKAGE
|
||||
if (0 != print_arr.count()) {
|
||||
FLOG_INFO("decrease tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
LOG_DEBUG("decrease tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
print_arr.reuse();
|
||||
}
|
||||
#endif
|
||||
@ -3278,7 +3278,7 @@ void ObTablet::dec_ref_with_macro_iter(ObMacroInfoIterator ¯o_iter) const
|
||||
if (OB_TMP_FAIL(print_arr.push_back(block_info.macro_id_))) {
|
||||
LOG_WARN("fail to push macro id into print array", K(tmp_ret));
|
||||
} else if (MAX_PRINT_COUNT == print_arr.size()) {
|
||||
FLOG_INFO("decrease tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
LOG_DEBUG("decrease tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
print_arr.reuse();
|
||||
}
|
||||
#endif
|
||||
@ -3287,7 +3287,7 @@ void ObTablet::dec_ref_with_macro_iter(ObMacroInfoIterator ¯o_iter) const
|
||||
}
|
||||
#ifndef OB_BUILD_PACKAGE
|
||||
if (0 != print_arr.size()) {
|
||||
FLOG_INFO("decrease tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
LOG_DEBUG("decrease tablet's macro ref", K(ret), K(tablet_meta_.tablet_id_), K(tablet_meta_.ls_id_), K(print_arr));
|
||||
print_arr.reuse();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user