[ 
https://issues.apache.org/jira/browse/HDFS-15928?focusedWorklogId=573072&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-573072
 ]

ASF GitHub Bot logged work on HDFS-15928:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Mar/21 17:04
            Start Date: 27/Mar/21 17:04
    Worklog Time Spent: 10m 
      Work Description: GauthamBanasandra commented on pull request #2825:
URL: https://github.com/apache/hadoop/pull/2825#issuecomment-808762711


   This PR fixes a warning that was reported as part of 
https://github.com/apache/hadoop/pull/2792 in CI run 
https://github.com/apache/hadoop/pull/2792#issuecomment-808709573
   
   ```
   [WARNING] 
/home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-2792/src/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/rpc_engine.cc:124:40:
 warning: 'int RAND_pseudo_bytes(unsigned char*, int)' is deprecated 
[-Wdeprecated-declarations]
   [WARNING]                  from 
/home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-2792/src/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/rpc_engine.cc:18:
   [WARNING] /usr/include/openssl/rand.h:44:1: note: declared here
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 573072)
    Time Spent: 20m  (was: 10m)

> Replace RAND_pseudo_bytes in rpc_engine.cc
> ------------------------------------------
>
>                 Key: HDFS-15928
>                 URL: https://issues.apache.org/jira/browse/HDFS-15928
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: libhdfs++
>    Affects Versions: 3.4.0
>            Reporter: Gautham Banasandra
>            Assignee: Gautham Banasandra
>            Priority: Critical
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> RAND_pseudo_bytes was deprecated in OpenSSL 1.1.1. We get the following 
> warning during compilation that it's deprecated -
> {code}
> [WARNING] 
> /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-2792/src/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/rpc_engine.cc:124:40:
>  warning: 'int RAND_pseudo_bytes(unsigned char*, int)' is deprecated 
> [-Wdeprecated-declarations]
> [WARNING]                  from 
> /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-2792/src/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/rpc_engine.cc:18:
> [WARNING] /usr/include/openssl/rand.h:44:1: note: declared here
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to