pingcap / pingcap/tiup

when customer replace ${version} with 4.0.4 , download file will miss pd, tidb,tikv package.

Open
#737 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

category/usability help wanted status/TODO type/enhancement
Dominant language
Go
Stars
466
Forks
338
Avg merge
3d 7h
Merged PRs (30d)
8

Description

General Question

when customer use under command download package, if ${version} replace to 4.0.4 ,it will miss some package.
customer must use v4.0.4 to download package .
tiup mirror clone tidb-community-server-${version}-linux-amd64 ${version} --os=linux --arch=amd64

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with tiup mirror clone tidb-community-server-4.0.4 4.0.4 --os=linux --arch=amd64, then compare it with the same command using v4.0.4. Trace the mirror clone version-resolution entry point and verify that the 4.0.4 result includes the pd, tidb, and tikv packages.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.