Skip to content
#

distributed-transaction

Here are 36 public repositories matching this topic...

SKYhuangjing
SKYhuangjing commented May 12, 2022

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.

Which Component
Nacos Config Starter

Describe the bug
when NacosConfigProperties has been changed, bug NacosConfigManager configservice can't reload it.

To Reproduce
Steps to reproduce the behavior:

  1. set bootstrap.yml namespac
slievrly
slievrly commented Mar 6, 2022
  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

transaction may not be mark as TimeoutRollbacking in time.
for example:

trx1 and trx2 timeout=60s, begin=T1
trx3 and trx4 timeout=10s, begin=T1

when T1+11s, handleAllSession get transaction status= begin and it can only read

status: help-wanted good first issue
dk-lockdown
dk-lockdown commented May 14, 2022

global_transaction_count{appid="", transactionname=""} 0
global_transaction_commit_count{appid="", transactionname=""} 0
global_transaction_rollback_count{appid="", transactionname=""} 0
branch_transaction_count{appid="", resourceid=""} 0
branch_transaction_commit_count{appid="", resourceid=""} 0
branch_transaction_rollback_count{appid="", resourceid=""} 0

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the distributed-transaction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-transaction topic, visit your repo's landing page and select "manage topics."

Learn more