apache / apache/incubator-seata

seata1.0.0 Could not found property service.disableGlobalTransaction

Open
#2,909 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.