apache / apache/incubator-seata-samples
没有可用的服务 No available service
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description

can not get cluster name in registry config 'service.vgroupMapping.fsp_tx_group', please make sure registry config correct
seata的服务配置的也是fsp_tx_group
service {
#vgroup->rgroup
vgroup_mapping.fsp_tx_group = "seata_server"
#only support single node
seata_server.grouplist = "127.0.0.1:8091"
#degrade current not support
enableDegrade = false
#disable
disable = false
#unit ms,s,m,h,d represents milliseconds, seconds, minutes, hours, days, default permanent
max.commit.retry.timeout = "-1"
max.rollback.retry.timeout = "-1"
}
Contributor guide
Research direction
No source files, tests, or entry points are mentioned. Start by reproducing the error with the shown registry configuration and the Seata service configuration, then trace why service.vgroupMapping.fsp_tx_group cannot resolve a cluster name. Done means the sample obtains the expected cluster and service without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100