apache / apache/incubator-seata-samples

没有可用的服务 No available service

Open
#407 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.4k
Forks
2k
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/29124559/99936983-74f20480-2d9f-11eb-8118-28fa04515d58.png)

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.