This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 8c96db226f7 remove useless field in transactionStatus (#18954)
8c96db226f7 is described below
commit 8c96db226f7123867e949158c851b39734fe5b1d
Author: Chuxin Chen <[email protected]>
AuthorDate: Fri Jul 8 14:37:58 2022 +0800
remove useless field in transactionStatus (#18954)
---
.../proxy/backend/session/transaction/TransactionStatus.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/session/transaction/TransactionStatus.java
b/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/session/transaction/TransactionStatus.java
index 7ae39287ea2..a3665016b5f 100644
---
a/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/session/transaction/TransactionStatus.java
+++
b/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/session/transaction/TransactionStatus.java
@@ -28,10 +28,6 @@ import
org.apache.shardingsphere.transaction.core.TransactionType;
@Getter
public final class TransactionStatus {
- private static final long DEFAULT_TIMEOUT_MILLISECONDS = 200L;
-
- private static final int MAXIMUM_RETRY_COUNT = 5;
-
@Setter
private volatile boolean inTransaction;