V3.2.11 BP4 hotfix5
Version information
Release date: July 04, 2024
Version: V3.2.11 BP4 hotfix5
RPM version: obproxy-3.2.11.0-20240704210949
Bug fixes
- Fixed the issue where the statistics collected in Prometheus monitoring are smaller than actual values.
- Fixed the issue where garbled characters exist in output strings of Prometheus.
- Fixed the issue of inaccurate routing in scenarios where
enable_cached_serveris set toTrue, ifproxy_idc_nameis not obtained upon login. - Fixed the issue where Prometheus outputs incorrect database names.
V3.2.11 BP4 hotfix3
Version information
Release date: January 16, 2024
Version: V3.2.11 BP4 hotfix3
RPM version: obproxy-3.2.11.0-20240116145744
Bug fixes
- Fixed the issue where an SSL connection cannot be established by the C# driver with the database.
- Fixed the issue where OceanBase Database cannot be connected from Visual Studio for Windows.
V3.2.11 BP4 hotfix2
Version information
Release date: December 20, 2023
Version: V3.2.11 BP4 hotfix2
RPM version: obproxy-3.2.11.0-20231220120421
Bug fixes
- Fixed the issue where a core dump is generated for OceanBase Database Proxy (ODP) in a scenario where the prepared statement (PS) protocol is enabled in an Advanced RISC Machine (Arm) environment.
- Fixed the issue where memory leaks occur when the memory usage of ODP increases slowly, causing a force restart.
- Fixed the issue where the performance of queries based on the specified cursor fetch size is poor when ODP connects to an OceanBase cluster.
- Fixed the issue where the
show columns from db_name.table_namestatement cannot be correctly recognized. - Fixed the issue where the range whose upper bound is MAXVALUE is not correctly handled in RANGE partitioning.
- Fixed the issue where, when the number of connections exceeds the specified value, ODP only returns an error packet but does not close connections, and the client does not close connections either, causing connection leaks.
- Fixed the issue where ODP must support the attribute value
0when reading connection attributes.
V3.2.11 BP4 hotfix1
Version information
Release date: October 09, 2023
Version: V3.2.11 BP4 hotfix1
RPM version: obproxy-3.2.11.0-20231009180400
Bug fixes
Fixed the issue where an OBServer node is added to the blocklist by mistake because the IP address of the OBServer node accessed by ODP during keepalive detection does not match the cluster name used.
Fixed the issue where an exception occurs during the update of the configuration table when global settings are configured by specifying the
cluster_nameparameter.Fixed the issue where a connection to OceanBase Database through ODP disconnects when the PREPARE statement is executed twice in the same session.
Fixed the issue where the execution of the
SHOW PROXYSESSION STAT idstatement fails.Fixed the issue where the stack returned by
lbt()under the security compilation option is incorrect.Fixed the issue where IP address-based routing specified in global settings does not take effect.
Fixed the issue where ODP exits due to a PS memory leak.
Fixed the issue where the connection to the binlog service fails occasionally after the high availability feature is enabled for ODP.
Fixed the issue in determining the disaster recovery check criteria for the binlog service.
V3.2.11 BP4
Version information
Release date: August 28, 2023
Version: V3.2.11 BP4
RPM version: obproxy-3.2.11.0-20230828095237
Bug fixes
Fixed the issue where disconnection occurs during running.
Fixed the issue where, after
enable_ldgis enabled in an Arm environment, a core dump is generated for ODP while simulating a network failure on a node by using iptables.
V3.2.11 BP3
Version information
Release date: August 11, 2023
Version: V3.2.11 BP3
RPM version: obproxy-3.2.11.0-20230811141951
Bug fixes
Fixed the issue where the process exits during a hot upgrade.
Fixed the issue where the CPU utilization surges upon a periodic configuration update by ODP.
Fixed the issue where packets returned by the binlog dump request cannot be identified.
Fixed the issue where the parsing module of ODP may cause memory leaks.
V3.2.11 BP2
Version information
Release date: April 19, 2023
Version: V3.2.11 BP2
RPM version: obproxy-3.2.11.0-20230419145302
Bug fixes
Fixed the issue where, in some scenarios, after the connection to OceanBase Database is disconnected due to a prolonged idle period, a core dump is generated for ODP when it receives a new request.
V3.2.11 BP1
Version information
Release date: April 06, 2023
Version: V3.2.11 BP1
RPM version: obproxy-3.2.11.0-20230406144131
Overview
The obproxy_force_parallel_query_dop parameter is added for modifying the degree of parallelism (DOP) of queries in OceanBase Database.
V3.2.11
Version information
Release date: April 03, 2023
Version: V3.2.11
RPM version: obproxy-3.2.11.0-20230403112629
Overview
ODP can obtain the client IP addresses and allowlist settings across virtual private clouds (VPCs) by using the OceanBase 2.0 protocol.
IP address-based routing is supported.
Parsing of hexadecimal data is supported.
Notice
Text binary data will double the data length of the entire request. If ODP fails to parse the information required for partition calculation when the request buffer exceeds the size limit, which is 4,096 KB by default, ODP will continue with random routing. In this case, you can increase the size of the request buffer or allow random routing for these requests.
The
subpartitionkeyword is supported.When ODP actively disconnects from the client, an error packet is sent to the client.
Bug fixes
Fixed the issue of core dumps related to prepared statements.
Fixed the issue where internal connections are hung.
Fixed the issue where concurrent ObMysqlClient connections are not released.
Fixed the issue where disconnection occurs when case sensitivity is enabled for prepared statements.