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

Scio streaming pipeline stuck in Bigtable lookup #3299

Open
regadas opened this issue Sep 3, 2020 · 3 comments
Open

Scio streaming pipeline stuck in Bigtable lookup #3299

regadas opened this issue Sep 3, 2020 · 3 comments
Assignees
Labels
bug Something isn't working streaming
Milestone

Comments

@regadas
Copy link
Contributor

regadas commented Sep 3, 2020

Operation ongoing in step Read from Master-Index for at least 05m00s without outputting or completing 
in state finish at sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at 
com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:412) at 
com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:90) at 
com.foo.BigTableLookupDoFn.waitForFutures(BigTableLookupDoFn.scala:36) 
at com.spotify.scio.transforms.BaseAsyncLookupDoFn.finishBundle(BaseAsyncLookupDoFn.java:184) at 
com.foo.bigtable.BigTableLookupDoFn$DoFnInvoker.invokeFinishBundle(Unknown 
Source)
@regadas regadas added the bug Something isn't working label Sep 3, 2020
@regadas regadas added this to the 0.10.0 milestone Sep 3, 2020
@regadas regadas self-assigned this Sep 3, 2020
@danielblazevski danielblazevski modified the milestones: 0.10.0, 0.9.4 Sep 15, 2020
@mrkm4ntr
Copy link
Contributor

Every time I faced this issue with following message.
Found 1 stale streams and cancelled them
This is from watchdog of Bigtable client.

@nevillelyh nevillelyh removed this from the 0.10.0 milestone Mar 24, 2021
@RustedBones
Copy link
Contributor

Looks this is an issue from the deprecated Bigtable client.
As beam is moving away from the bigtable-client-core v1, we should probably update the BigtableDoFn on the hbase API

@RustedBones RustedBones added this to the 0.14.0 milestone Jun 19, 2023
@RustedBones
Copy link
Contributor

Potentially fixed by #5209. Will wait for confirmation before closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working streaming
Projects
None yet
Development

No branches or pull requests

5 participants