This topic describes the HANDLE_RESPONSE diagnostic point.
The HANDLE_RESPONSE diagnostic point records information about packets returned by the OBServer node. The following table describes the diagnostic information at the HANDLE_RESPONSE diagnostic point.
| Field | Description | Remarks |
|---|---|---|
| is_partition_hit | Indicates whether the partition is hit. | N/A |
| state | The connection status between OceanBase Database Proxy (ODP) and the OBServer node. | Generally, the value is CONNECTION_ALIVE. Valid values:
|
| error | The error code returned by the OBServer node. | N/A |
Note
You can determine whether inaccurate routing is caused by ODP or the OBServer node based on state and error.