[
https://issues.apache.org/jira/browse/ARROW-15953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17507741#comment-17507741
]
Matthew Topol commented on ARROW-15953:
---------------------------------------
I think it's an error propagated from the Java flight server, but i'll double
check to see if there's something on the Go side that we're doing wrong. Can
anyone double check the Java side?
> [CI][Go][Flight] Go Flight integration client seems flaky
> ---------------------------------------------------------
>
> Key: ARROW-15953
> URL: https://issues.apache.org/jira/browse/ARROW-15953
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration, FlightRPC, Go, Integration
> Reporter: Antoine Pitrou
> Priority: Major
>
> See example test failure here:
> {code}
> ################# FAILURES #################
> FAILED TEST: primitive_no_batches Java producing, Go consuming
> 1 failures
> Traceback (most recent call last):
> File "/arrow/dev/archery/archery/integration/util.py", line 139, in run_cmd
> output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
> File "/usr/lib/python3.8/subprocess.py", line 415, in check_output
> return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
> File "/usr/lib/python3.8/subprocess.py", line 516, in run
> raise CalledProcessError(retcode, process.args,
> subprocess.CalledProcessError: Command
> '['/tmp/arrow-HEAD.MbG4O/go/gopath/bin/arrow-flight-integration-client',
> '-host', 'localhost', '-port=44279', '-path',
> '/tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json']'
> returned non-zero exit status 2.
> During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
> File "/arrow/dev/archery/archery/integration/runner.py", line 379, in
> _run_flight_test_case
> consumer.flight_request(port, **client_args)
> File "/arrow/dev/archery/archery/integration/tester_go.py", line 121, in
> flight_request
> run_cmd(cmd)
> File "/arrow/dev/archery/archery/integration/util.py", line 148, in run_cmd
> raise RuntimeError(sio.getvalue())
> RuntimeError: Command failed:
> /tmp/arrow-HEAD.MbG4O/go/gopath/bin/arrow-flight-integration-client -host
> localhost -port=44279 -path
> /tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json
> With output:
> --------------
> Opening JSON file '
> /tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json '
> Opening JSON file '
> /tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json '
> Opening JSON file '
> /tmp/arrow-integration-z5xgxb_x/generated_primitive_no_batches.json '
> panic: rpc error: code = Internal desc = There was an error servicing your
> request.
> goroutine 1 [running]:
> main.main()
>
> /arrow/go/arrow/internal/flight_integration/cmd/arrow-flight-integration-client/main.go:51
> +0x305
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)