heartbeat handler加分号
This commit is contained in:
@ -24,7 +24,7 @@ static const char *OB_DATA_DISK_STATUS_STR[] = {"INVALID", "NORMAL", "ERROR"};
|
|||||||
OB_SERIALIZE_MEMBER(
|
OB_SERIALIZE_MEMBER(
|
||||||
ObServerHealthStatus,
|
ObServerHealthStatus,
|
||||||
data_disk_status_
|
data_disk_status_
|
||||||
)
|
);
|
||||||
ObServerHealthStatus::ObServerHealthStatus()
|
ObServerHealthStatus::ObServerHealthStatus()
|
||||||
: data_disk_status_(ObDataDiskStatus::DATA_DISK_STATUS_INVALID)
|
: data_disk_status_(ObDataDiskStatus::DATA_DISK_STATUS_INVALID)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user