Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tiup playground panic #538

Closed
zhouqiang-cl opened this issue Jun 27, 2020 · 2 comments · Fixed by #543
Closed

tiup playground panic #538

zhouqiang-cl opened this issue Jun 27, 2020 · 2 comments · Fixed by #543
Assignees
Labels
type/bug Categorizes issue as related to a bug.

Comments

@zhouqiang-cl
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

goroutine 332 [running]:
github.com/pingcap/tiup/components/playground/instance.(*Process).Wait(0x0, 0x0, 0x0)
	github.com/pingcap/tiup@/components/playground/instance/process.go:30 +0x22
main.(*Playground).bootCluster.func7.1(0xc000483f68, 0x0)
	github.com/pingcap/tiup@/components/playground/playground.go:927 +0x4b
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0002d80b8, 0xc0000e6460)
	golang.org/x/sync@v0.0.0-20190911185100-cd5d95a43a6e/errgroup/errgroup.go:57 +0x64
created by golang.org/x/sync/errgroup.(*Group).Go
	golang.org/x/sync@v0.0.0-20190911185100-cd5d95a43a6e/errgroup/errgroup.go:54 +0x66
Error: run `/Users/zhouqiang/.tiup/components/playground/v1.0.7/tiup-playground` (wd:/Users/zhouqiang/.tiup/data/S38JQg7) failed: exit status 2

  1. What did you do?

just start tiup playground like
tiup playground --db.config tidb.toml --kv.config tikv.toml --pd.config pd.toml

  1. What did you expect to see?
    start success

  2. What did you see instead?

  3. What version of TiUP are you using (tiup --version)?

v1.0.7 tiup
Go Version: go1.13
Git Branch: v1.0
GitHash: 7f51794
@zhouqiang-cl zhouqiang-cl added the type/bug Categorizes issue as related to a bug. label Jun 27, 2020
@lonng
Copy link
Contributor

lonng commented Jun 28, 2020

@july2993 PTAL

@july2993 july2993 self-assigned this Jun 28, 2020
@july2993 july2993 changed the title tiup panic tiup playground panic Jun 28, 2020
@july2993
Copy link
Contributor

july2993 commented Jun 28, 2020

This is caused by the tiflash is not started and we still Wait for it, only flash has this issue, I will fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Categorizes issue as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants