This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-1.2-unstable
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-unstable by this
push:
new f401208f4e tmp fix
f401208f4e is described below
commit f401208f4e0aa54ca4f1802498dd1d139b67454e
Author: morningman <[email protected]>
AuthorDate: Wed Oct 26 20:12:17 2022 +0800
tmp fix
---
.../src/main/java/org/apache/doris/transaction/TransactionState.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionState.java
b/fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionState.java
index c6a22c2a24..7fb098ecb8 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionState.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionState.java
@@ -380,7 +380,6 @@ public class TransactionState implements Writable {
// after status changed
if (transactionStatus == TransactionStatus.VISIBLE) {
- this.visibleLatch.countDown();
if (MetricRepo.isInit) {
MetricRepo.COUNTER_TXN_SUCCESS.increase(1L);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]