apache / apache/incubator-seata
seata1.0.0 Could not found property service.disableGlobalTransaction
- Dominant language
- Java
- Stars
- 26k
- Forks
- 8.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
TC配置如下:
service {
#transaction service group mapping
vgroup_mapping.my_test_tx_group = "default"
#only support when registry.type=file, please don't set multiple addresses
default.grouplist = "127.0.0.1:8091"
#disable seata
disableGlobalTransaction = false
}
TM配置如下:
service {
vgroup_mapping.my_test_tx_group = "default" #修改自定义事务组名称
default.grouplist = "127.0.0.1:8091"
enableDegrade = false
disable = false
max.commit.retry.timeout = "-1"
max.rollback.retry.timeout = "-1"
disableGlobalTransaction = false
}
Exception :
Could not found property service.disableGlobalTransaction, try to use default value instead.
Contributor guide
Research direction
Start by comparing the TC and TM service configuration shown in the issue with the configuration property lookup that emits “Could not found property service.disableGlobalTransaction.” Verify whether the property is expected in both configurations and determine the expected behavior when it is present; done means the configuration is recognized without that exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100