RETRY

2024-11-15 04:53:21  Updated

This topic describes the RETRY diagnostic point.

The RETRY diagnostic point records information about retries. The following table describes the diagnostic information at the RETRY diagnostic point.

Field Description Remarks
attempts The number of retry attempts to connect to the OBServer node. N/A
retry_status The retry status of OceanBase Database Proxy (ODP). Valid values:
  • FOUND_EXISTING_ADDR: An available address is found.
  • NOT_FOUND_EXISTING_ADDR: No address is available for retries.
  • NO_NEED_RETRY: No retry is attempted.
retry_type The source of the address for retries. Valid values:
  • CMNT_TARGET_DB_SERVER: an IP address specified in a comment.
  • CONF_TARGET_DB_SERVER: a configured IP address.
  • USE_PARTITION_LOCATION_LOOKUP: an IP address queried from partition information.
retry_addr The address of the OBServer node selected for retries. N/A

Contact Us