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

[Bug] vela cli print useless log about cpu quota #6503

Closed
StevenLeiZhang opened this issue Apr 10, 2024 · 1 comment · Fixed by #6530
Closed

[Bug] vela cli print useless log about cpu quota #6503

StevenLeiZhang opened this issue Apr 10, 2024 · 1 comment · Fixed by #6530
Assignees

Comments

@StevenLeiZhang
Copy link
Collaborator

StevenLeiZhang commented Apr 10, 2024

Describe the bug

  1. download latest vela cli v1.9.10
ZBMac-C02CJ6QKM:bin zhanglei1306$ vela version
maxprocs.go:47: maxprocs: Leaving GOMAXPROCS=12: CPU quota undefined
CLI Version: 1.9.10
Core Version: 
GitRevision: git-24756fc5
GolangVersion: go1.19.13

it print useless log
'maxprocs.go:47: maxprocs: Leaving GOMAXPROCS=12: CPU quota undefined'

It is printed by package "uber-go/automaxprocs", and this dependency is introduced by #6476 and
github.com/kubevela/pkg/pull/93

To Reproduce

Expected behavior

Screenshots

KubeVela Version

Cluster information

Additional context

@Kolossi
Copy link
Contributor

Kolossi commented Jun 5, 2024

This is more than just an annoyance, it outputs on stderr and so can break any ci/cd using vela commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants