You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Ben Craig (JIRA)" <ji...@apache.org> on 2013/06/13 16:18:19 UTC

[jira] [Created] (THRIFT-2024) TServer.cpp warns on 64-bit platforms about truncating an rlim_t into an int

Ben Craig created THRIFT-2024:
---------------------------------

             Summary: TServer.cpp warns on 64-bit platforms about truncating an rlim_t into an int
                 Key: THRIFT-2024
                 URL: https://issues.apache.org/jira/browse/THRIFT-2024
             Project: Thrift
          Issue Type: Improvement
    Affects Versions: 0.9
         Environment: Linux 64, Mac 64
            Reporter: Ben Craig
             Fix For: 1.0
         Attachments: TServer_rlim.patch

Thrift recently changed "increase_max_fds" to return an int instead of an rlim_t.  Now TServer.cpp warns when it converts the internal rlim_t to the external int.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira