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

Thread hangs, when storageClient scanVertex return error code #343

Closed
hebelala opened this issue Sep 3, 2021 · 2 comments
Closed

Thread hangs, when storageClient scanVertex return error code #343

hebelala opened this issue Sep 3, 2021 · 2 comments

Comments

@hebelala
Copy link
Contributor

hebelala commented Sep 3, 2021

Thread hangs, when storageClient scanVertex return error code.
Because the CountDownLatch is always await, while threadPool runnable occurs exception.
fix see PR #342
I noticed the ScanEdgeResultIterator is ok. I suggest, ScanResultIterator could reuse some code better.

@wey-gu
Copy link
Contributor

wey-gu commented Sep 6, 2021

Thank you @hebelala for the great catch and contribution :)!

@hebelala
Copy link
Contributor Author

hebelala commented Sep 6, 2021

You are welcome~

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

No branches or pull requests

2 participants