huangtianhua created KUDU-3087:
----------------------------------
Summary: Python tests failed on arm64
Key: KUDU-3087
URL: https://issues.apache.org/jira/browse/KUDU-3087
Project: Kudu
Issue Type: Sub-task
Reporter: huangtianhua
I took python tests for kudu on arm64 platform based on
https://gerrit.cloudera.org/#/c/14964/ the tests failed, error info as below:
W0323 02:54:39.938022 9110 negotiation.cc:313] Failed RPC negotiation. Trace:
0323 02:54:39.936597 (+ 0us) reactor.cc:604] Submitting negotiation task
for client connection to 127.8.25.194:34669
0323 02:54:39.936737 (+ 140us) negotiation.cc:98] Waiting for socket to
connect
0323 02:54:39.936746 (+ 9us) client_negotiation.cc:169] Beginning
negotiation
0323 02:54:39.936810 (+ 64us) client_negotiation.cc:246] Sending NEGOTIATE
NegotiatePB request
0323 02:54:39.937073 (+ 263us) client_negotiation.cc:263] Received NEGOTIATE
NegotiatePB response
0323 02:54:39.937074 (+ 1us) client_negotiation.cc:357] Received NEGOTIATE
response from server
0323 02:54:39.937079 (+ 5us) client_negotiation.cc:184] Negotiated
authn=TOKEN
0323 02:54:39.937168 (+ 89us) client_negotiation.cc:473] Sending
TLS_HANDSHAKE message to server
0323 02:54:39.937171 (+ 3us) client_negotiation.cc:246] Sending
TLS_HANDSHAKE NegotiatePB request
0323 02:54:39.937724 (+ 553us) client_negotiation.cc:263] Received
TLS_HANDSHAKE NegotiatePB response
0323 02:54:39.937726 (+ 2us) client_negotiation.cc:486] Received
TLS_HANDSHAKE response from server
0323 02:54:39.937906 (+ 180us) negotiation.cc:304] Negotiation complete:
Runtime error: Client connection negotiation failed: client connection to
127.8.25.194:34669: TLS Handshake error: error:1416F086:SSL
routines:tls_process_server_certificate:certificate verify
failed:../ssl/statem/statem_clnt.c:1924
Metrics:
{"client-negotiator.queue_time_us":90,"thread_start_us":41,"threads_started":1}
The python tests were successful before the commit
https://github.com/apache/kudu/commit/3343144fefaad5a30e95e21297c64c78e308fa1f
and I tried to remove this commit based on master and then the python tests are
success, seems the problem introduced by
https://github.com/apache/kudu/commit/3343144fefaad5a30e95e21297c64c78e308fa1f,
but I am sorry I can't fix this, could someone help me?Thanks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)