3.3.8.4 集群副本节点无法连接,相同配置在3.3.7.5完全正常
Open
Nobody has claimed this yet.
bug
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
Bug Description
集群无法连接副本
To Reproduce
官网的配置
services:
td1:
image: tdengine/tsdb:latest
environment:
- TAOS_FQDN=td1
td2:
image: tdengine/tsdb:latest
environment:
- TAOS_FQDN=td2
- TAOS_FIRST_EP=td1:6030
td3:
image: tdengine/tsdb:latest
environment:
- TAOS_FQDN=td3
- TAOS_FIRST_EP=td1:6030
dnode offline
把版本改成3.3.7.5 一切正常
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported cluster with the provided Docker Compose services, TAOS_FQDN values, and TAOS_FIRST_EP setting, comparing the latest image with version 3.3.7.5. Inspect the repository's cluster or dnode connection entry points and relevant diagnostics to identify why replica nodes go offline. Done means the same configuration keeps all dnodes connected on the affected version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, docker-compose
- Domain
- databases, devops, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100