1. 28 10月, 2022 1 次提交
    • W
      New features · 9d5c90e5
      Wesley Wang 提交于
      1. Support session information synchronization mechanism
      2. Support public cloud shared proxy CPU resource tenant isolation
      3. Support random routing
      4. Support specifying ip routing
      5. Support to configure tenant isolation
      6. Support OB_MYSQL_COM_STMT_RESET
      7. Support Primary Zone routing
      8. Fast fail-fast for request probes is supported. POC use only
      9. Support text PS
      10. Support OB_MYSQL_COM_RESET_CONNECTION
      11. Support connection string ClusterId custom separator
      12. Support non-Alibaba cloud environment, use remote ip as virtual ip
      13. 【OB Sharding】Support SHOW INDEX FROM statement
      14. 【OB Sharding】Support truncate syntax
      15. 【OB Sharding】Support SHOW FULL TABLES statement
      16. 【OB Sharding】SHOW KEYS FROM statement
      17. 【OB Sharding】Support SHOW FULL COLUMNS statement
      18. 【OB Sharding】When the scan_all switch is false, union and union
           all are supported;
      19. 【OB Sharding】When the scan_all switch is true, union all is
           supported
      20. 【OB Sharding】show table, show index, etc. support like syntax
      21. 【OB Sharding】Limited support for subqueries
      22. 【OB Sharding】Support to adjust the memory limit according to the
           container memory size
      23. Turn off the default parameter for fast-fail request probes. Off by
          default
      24. Adjust the whitelist policy, no longer use the client_ip sent by the
          client, and directly use the tcp peer IP
      
      Improvements
      1. Add max_used_connections to reduce log printing when client
         connection is disconnected
      2. locality changes support all_dummy refresh
      3. Intercept configuration table multi-row insertion
      4. Compatible with MySQL 8.0, HandleShake Capability adds multi related
         value
      5. Optimize partially duplicated logs
      
      Bug fixes
      1. Fix the memory problem caused by accessing internal tables and
         abnormally obtaining partition information
      2. Fixed OB_MYSQL_COM_STMT_EXECUTE protocol, ref_cursor reported error
         fetch out of sequence under function
      3. Fix the issue that the enable_client_ip_checkout parameter does not
         take effect when there is a connect attr parameter
      4. Fix the Sharding scenario, the select table name of the sub-database
         and sub-table is case-sensitive, resulting in an error report
      5. Fix the Sharding scenario, the select of sub-database and sub-table
         will be intercepted and unsupported syntax problem
      6. Fixed an issue where a single SQL was sent multiple times, causing
         the SQL to take more than 40ms
      7. Fix performance issues introduced by random partitions
      8. Fix the problem of disconnection of changUser command under normal
         protocol
      9. Fixed the problem that file systems such as xfs cannot accurately
         determine whether it is a directory using the readdir system call
      10. Fix the problem that rslist startup fails more than 3 times and does
          not fall back to the original rslist
      11. Fixed inaccurate sql routing caused by text PS escape symbols
      12. Fix name super long text PS, prepare stage odp core
      13. Fix text PS case insensitivity
      14. Fix the error Unknown prepared statement handle when executing the
          text PS large request
      15. Fix text PS date type route as partition key, text ps parameter
          routing is not allowed
      16. Fix text PS trigger pl routing is not allowed
      17. Fix text PS name contains illegal characters, execute error 1243
      18. Fix the problem that user, value, etc. are used as keywords in
          lexical analysis
      19. Fixed the problem that SSL cannot be used for the link between
          Client and Proxy
      20. 【OB Sharding】Fixed that the hint with partition key cannot
          calculate the partition key when inserting
      21. 【OB Sharding】Fixed that if the partition key is after the 64th
          column in the insert statement, it will report that it cannot be
          calculated
      22. 【OB Sharding】Fix the problem of disconnection of sequence query
      23. 【OB Sharding】Fix the core caused by not supporting sum(case when)
           in the function
      24. When hot restart, if the old connection receives the COM_PING
          command, the old Proxy will actively disconnect the connection
      25. 【OBSharding】 Fix the syntax parsing problem of delete and update
      9d5c90e5
  2. 29 3月, 2022 1 次提交
    • G
      Feature: · 900b5b1a
      guangshu.wgs 提交于
        1. Support public cloud shared proxy connection number resource
           isolation
        2. Support public cloud shared proxy tenant level whitelist
        3. Support shared proxy cluster configuration push
        4. Support hot restart
        5. Supports partition routing for Timestmp data types
        6. Support client-side Execute optimization, allow without Param Type
        7. Proxyd.sh supports port modification, rslist startup, and configurl
        startup
        8. PS memory optimization
        9. 16C model performance optimization
        10. When accessing the cluster for the first time, after OBProxy
        obtains the RSList from the ConfigServer, the All Server List is
        obtained asynchronously and adjusted to obtain it synchronously
        11. Log compression can be turned on with
        enable_syslog_file_compress=True
        12. Full username strict mode can be enabled by
        enable_full_username=True
        13. You can increase the SQL length of obproxy_digest.log by setting
        the digest_sql_length parameter
        14. Added support for partition routing for timestamp type and
        negative numbers
        15. Added support for DDL statements in sharding scenarios
        16. Added tenant-level SSL link encryption
        17. Supports splicing URLs by zone
        18. OB Sharding supports Join
      
      Bugfix:
        1. Fix the problem that the new password under the newly deployed
        cluster etc is inconsistent with the old password
        2. Fix ODP unable to handle configurations larger than 4K, currently
        there is no limit to configuration size
        3. Fix the cluster without LDG. After the enable_ldg switch is turned
        on, the proxy stops updating the location cache, resulting in no sense
        of offline machines.
        4. Fix Under the 2.0 protocol, the data returned to the driver by the ps
        and fetch protocols is incorrect, resulting in the client hang problem
        5. Fix mutli swichover obproxy core at
        databuff_print_key_obj<oceanbase::common::ObLogPrintPointerCntx
        6. Fix obproxy memory leak caused by frequent push of current
        limiting rules
        7. Fix inaccurate routing in col = ("123") mode
        8. Fix too many current-limiting rules causing the push to fail to
        take effect
        9. Fix obproxy memory leak caused by frequent push of current
        limiting rules
        10. Fix After repairing the failover of the standby database into the main
        database, after the original main database is down, the proxy will
        have a short time to route the request to the original main database
        11. Fix Failed to establish connection without specifying cluster id
        within 3 minutes after lossless FO
        12. Fix After repairing the deletion of the standby database, continue to
        send requests to the old clusterId
        13. Fix the problem that the new protocol link proxy cursor scene,
        when the fench reaches the second value, it will be rammed
        14. Fix the problem of ps cursor ramming under non-compression
        protocol
        15. Fix a new connection reporting too many connections error
        16. Fix the case-insensitive name field of the ssl_config
        configuration table, resulting in unreasonable configuration reading
        logic
        17. Fix Compression and 2.0 protocol, obdump import data will be hung
        18. Fix the new protocol, refcursor cannot get the value when there
        are other out parameters
        19. Fix obproxy core at oceanbase::common::ObObjCmpFuncs::compare null
        safe
        20. Fix obproxy core at
        oceanbase::common::ObTimeConverter::str_to_digit_with_date
        21. Fix the error -5560, Unknown prepared statement handle when bmsql
        opens ps when the compression protocol is enabled
      900b5b1a
  3. 31 5月, 2021 1 次提交