You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ritesh Ghorse (Jira)" <ji...@apache.org> on 2022/01/31 20:26:00 UTC

[jira] [Commented] (BEAM-13778) beam_PostCommit_XVR_* failing with UnsupportedOperationException

    [ https://issues.apache.org/jira/browse/BEAM-13778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484920#comment-17484920 ] 

Ritesh Ghorse commented on BEAM-13778:
--------------------------------------

Schema IO expansion service is not getting started and thus the runner can't recognize the expansion urn. 

> beam_PostCommit_XVR_* failing with UnsupportedOperationException
> ----------------------------------------------------------------
>
>                 Key: BEAM-13778
>                 URL: https://issues.apache.org/jira/browse/BEAM-13778
>             Project: Beam
>          Issue Type: Test
>          Components: test-failures
>            Reporter: Kiley Sok
>            Assignee: Ritesh Ghorse
>            Priority: P2
>
> XVR tests failing with:
> {code:java}
> 04:34:36 	caused by:
> 04:34:36 java.lang.UnsupportedOperationException: Unknown urn: beam:transform:org.apache.beam:schemaio_jdbc_write:v1
> 04:34:36 	at org.apache.beam.sdk.expansion.service.ExpansionService.expand(ExpansionService.java:506)
> 04:34:36 	at org.apache.beam.sdk.expansion.service.ExpansionService.expand(ExpansionService.java:591)
> 04:34:36 	at org.apache.beam.model.expansion.v1.ExpansionServiceGrpc$MethodHandlers.invoke(ExpansionServiceGrpc.java:220)
> 04:34:36 	at org.apache.beam.vendor.grpc.v1p43p2.io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:182)
> 04:34:36 	at org.apache.beam.vendor.grpc.v1p43p2.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:340)
> 04:34:36 	at org.apache.beam.vendor.grpc.v1p43p2.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:866)
> 04:34:36 	at org.apache.beam.vendor.grpc.v1p43p2.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
> 04:34:36 	at org.apache.beam.vendor.grpc.v1p43p2.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
> 04:34:36 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 04:34:36 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 04:34:36 	at java.lang.Thread.run(Thread.java:748)
> 04:34:36  [recovered]
> 04:34:36 	panic: 	tried cross-language for beam:transform:org.apache.beam:schemaio_jdbc_write:v1 against localhost:55235 and failed
> 04:34:36 	expanding external transform
> 04:34:36 	expanding transform with ExpansionRequest: components:{pcollections:{key:"n2" value:{unique_name:"n2" coder_id:"c0@OUaAxyBKXl" is_bounded:BOUNDED 
> {code}
> https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/2249/console



--
This message was sent by Atlassian Jira
(v8.20.1#820001)