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

panic: semaphore: released more than held #199

Closed
derekperkins opened this issue Dec 28, 2022 · 1 comment · Fixed by #200
Closed

panic: semaphore: released more than held #199

derekperkins opened this issue Dec 28, 2022 · 1 comment · Fixed by #200

Comments

@derekperkins
Copy link
Contributor

This panic happened several times during the few minutes we had pipelining enabled

panic: semaphore: released more than held

goroutine 16137 [running]:
golang.org/x/sync/semaphore.(*Weighted).Release(0xc0124cfd60, 0x1?)
	/Users/derek/go/pkg/mod/golang.org/x/[email protected]/semaphore/semaphore.go:103 +0xbc
github.com/buraksezer/olric.(*DMapPipeline).Exec.func1()
	/Users/derek/go/pkg/mod/github.com/buraksezer/[email protected]/pipeline.go:424 +0x87
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/Users/derek/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x64
@buraksezer
Copy link
Owner

Fixed by #200

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