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

huangtianhua commented on KUDU-3087:
------------------------------------

# cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/";
SUPPORT_URL="https://help.ubuntu.com/";
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

# uname -a
Linux ubuntu 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:13:15 UTC 2020 
aarch64 aarch64 aarch64 GNU/Linux


# dpkg -l |grep openssl
ii  openssl                                1.1.1-1ubuntu2.1~18.04.5            
arm64        Secure Sockets Layer toolkit - cryptographic utility
ii  python3-openssl                        17.5.0-1ubuntu1                     
all          Python 3 wrapper around the OpenSSL library


> 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
>            Assignee: Alexey Serbin
>            Priority: Major
>         Attachments: python_test.rar
>
>
> 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)

Reply via email to