You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/11/17 05:09:37 UTC

[shardingsphere] branch master updated (7e24741 -> f232469)

This is an automated email from the ASF dual-hosted git repository.

zhangyonglun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 7e24741  fix xa transaction get connection bug (#8181)
     new 87a7bf4  Add default CircuitBreakProxyState and LockProxyState
     new 89cc0a0  Move CIRCUIT_BREAK state in to state machine
     new 78c4d4b  Integrate circuit break state switch with proxy
     new f232469  Merge pull request #8184 from terrymanu/dev

The 27417 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../generic/PostgreSQLErrorResponsePacket.java     | 44 +++++++--------
 .../proxy/frontend/state/ProxyStateMachine.java    |  4 ++
 .../state/impl/CircuitBreakProxyState.java         | 64 ++++++++++++++++++++++
 .../{ProxyState.java => impl/LockProxyState.java}  | 20 +++----
 .../execute/MySQLComStmtExecuteExecutor.java       |  6 +-
 .../text/query/MySQLComQueryPacketExecutor.java    |  5 --
 .../binary/bind/PostgreSQLComBindExecutor.java     |  5 --
 .../query/text/PostgreSQLComQueryExecutor.java     |  5 --
 8 files changed, 99 insertions(+), 54 deletions(-)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/state/impl/CircuitBreakProxyState.java
 copy shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/state/{ProxyState.java => impl/LockProxyState.java} (66%)