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

Christopher Tubbs commented on THRIFT-2173:
-------------------------------------------

* [Link to Cassandra's solution (for 
0.9.1)|https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob;f=src/java/org/apache/cassandra/thrift/CustomTNonBlockingServer.java]
* [Link to Cassandra's old solution (for 
0.9.0)|https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob;f=src/java/org/apache/cassandra/thrift/CustomTNonBlockingServer.java;h=779caf31c3b8ce1574d9a5435a2e972cf5708d73;hb=03045ca22b11b0e5fc85c4fabd83ce6121b5709b]
* [Link to Accumulo's solution (for 
0.9.0)|https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=server/src/main/java/org/apache/accumulo/server/util/TServerUtils.java;h=0c56476de9797f3916bbca86ba341c45eef7c0a9;hb=2a968563500f2fbbfcef75be4112694e24a5eda6]
                
> Move FrameBuffer creation to a factory method for cusomization
> --------------------------------------------------------------
>
>                 Key: THRIFT-2173
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2173
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>            Reporter: Eric Newton
>            Priority: Minor
>             Fix For: 1.0
>
>         Attachments: THRIFT-2173-01.patch
>
>
> Apache Accumulo and (at least) Apache Cassandra try to provide the client 
> address in the server's executing thread, primarily for debugging/logging 
> purposes.  If the construction of FrameBuffer objects was done in a 
> FactoryMethod that we could override, it would help tremendously.

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

Reply via email to