namsic commented on PR #1958:
URL: https://github.com/apache/zookeeper/pull/1958#issuecomment-1459495182

   @tisonkun Thank you for your help.
   
   > Could you elaborate a bit why we need this change?
   
   Some  software uses ZooKeeper C client with shared library.
   Users of that software use it with different versions of library files.
   Knowing which version developer are using can help with troubleshooting.
   Currently the `.so` file alone doesn't tell the version.
   
   I hope to check the client version by below.
   1. from the running process
   2. from installed files
   
   I've seen a PR already exist for 1(#1893).
   If the file name includes the version, I can check the version with a 
command like `ldd`.
   
   
   > Also, if you can share the mail thread, I can do you a favor for creating 
JIRA account.
   
   Is it right to share like this?
   ```
   // kimnj3...@gmail.com => us...@infra.apache.org
   // 2022. 11. 28. 00:32 (in KST)
   Hi, I would like to make pull request to zookeeper c client.
   
   1. https://github.com/apache/zookeeper
   2. https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute
   3. https://infra.apache.org/jira-guidelines.html
   4. https://infra.apache.org/contact.html
   
   I visited the website above.
   I came to the conclusion that I needed a Jira account and got this email 
address.
   
   Could you create my Jira account?
   Or could you point me to any way I can contribute to Zookeeper?
   Or can you tell me who to contact?
   
   My English is bad so I may feel rude to you. Sorry.
   
   
   // ctubb...@apache.org => kimnj3...@gmail.com (cc. us...@infra.apache.org)
   // 2022. 11. 28. 09:13 (in KST)
   You can just make the pull request. The zookeeper community can respond with 
anything further that they require from there.
   ```
   
   ```
   // kimnj3...@gmail.com => d...@zookeeper.apache.org
   // 2022. 12. 03 22:15 (in KST)
   Hi, I am Namjae Kim.
   
   I want to add version information to the file names of the libraries of 
zookeeper C client. I tried to create a JIRA ticket but it was not possible.
   
   My suggestion is to change the filename from `libzookeeper_mt.so.2` to 
`libzookeeper_mt-3.8.0.so.2`.
   
   How do I create a ticket or get a JIRA account?
   
   Thanks
   
   
   // no reply
   //
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to