[ 
https://issues.apache.org/jira/browse/IMPALA-6861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Tauber-Marshall updated IMPALA-6861:
-------------------------------------------
    Description: 
Currently, impalads initialize ssl twice, once in Thrift and once in 
KRPC-related code, leading Kudu to print the warning:
{code:java}
W0416 02:04:25.040552 19359 openssl_util.cc:107] It appears that OpenSSL has 
been previously initialized by code outside of Kudu. Please use 
kudu::client::DisableOpenSSLInitialization() to avoid potential crashes due to 
conflicting initialization.
{code}

  was:
This warning has no effect, we should opt for an initialization codepath that 
does not print this error message.


{code:java}
W0416 02:04:25.040552 19359 openssl_util.cc:107] It appears that OpenSSL has 
been previously initialized by code outside of Kudu. Please use 
kudu::client::DisableOpenSSLInitialization() to avoid potential crashes due to 
conflicting initialization.
{code}



> Fix OpenSSL initialization
> --------------------------
>
>                 Key: IMPALA-6861
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6861
>             Project: IMPALA
>          Issue Type: Task
>          Components: Distributed Exec
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Sailesh Mukil
>            Assignee: Thomas Tauber-Marshall
>            Priority: Major
>              Labels: ramp-up
>
> Currently, impalads initialize ssl twice, once in Thrift and once in 
> KRPC-related code, leading Kudu to print the warning:
> {code:java}
> W0416 02:04:25.040552 19359 openssl_util.cc:107] It appears that OpenSSL has 
> been previously initialized by code outside of Kudu. Please use 
> kudu::client::DisableOpenSSLInitialization() to avoid potential crashes due 
> to conflicting initialization.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to