You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: