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

some log may has wrong elapsed time #1769

Closed
Abirdcfly opened this issue Aug 10, 2023 · 0 comments
Closed

some log may has wrong elapsed time #1769

Abirdcfly opened this issue Aug 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Abirdcfly
Copy link

What happened

And maybe this issue is helpful: golang/go#60048

pkg/client/streams.go:144:	defer c.Logger.Debugf("StreamVerifiedSet finished in %s", time.Since(start))
pkg/client/client.go:979:	defer c.Logger.Debugf("Current state finished in %s", time.Since(start))
pkg/client/client.go:991:	defer c.Logger.Debugf("get finished in %s", time.Since(start))
pkg/client/client.go:1025:	defer c.Logger.Debugf("VerifiedGet finished in %s", time.Since(start))
pkg/client/client.go:1292:	defer c.Logger.Debugf("VerifiedSet finished in %s", time.Since(start))
pkg/client/client.go:1452:	defer c.Logger.Debugf("get-batch finished in %s", time.Since(start))
pkg/client/client.go:1480:	defer c.Logger.Debugf("by-index finished in %s", time.Since(start))
pkg/client/client.go:1518:	defer c.Logger.Debugf("VerifiedTxByID finished in %s", time.Since(start))
pkg/client/client.go:1604:	defer c.Logger.Debugf("history finished in %s", time.Since(start))
pkg/client/client.go:1625:	defer c.Logger.Debugf("SetReference finished in %s", time.Since(start))
pkg/client/client.go:1668:	defer c.Logger.Debugf("safereference finished in %s", time.Since(start))
pkg/client/client.go:1783:	defer c.Logger.Debugf("zadd finished in %s", time.Since(start))
pkg/client/client.go:1833:	defer c.Logger.Debugf("safezadd finished in %s", time.Since(start))

What you expected to happen

How to reproduce it (as minimally and precisely as possible)

Environment

# run "immu* version" and copy/paste the output here

Additional info (any other context about the problem)

@Abirdcfly Abirdcfly added the bug Something isn't working label Aug 10, 2023
@Abirdcfly Abirdcfly changed the title some log has wrong elapsed time some log may has wrong elapsed time Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant