[
https://issues.apache.org/jira/browse/HBASE-17181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15705260#comment-15705260
]
Duo Zhang commented on HBASE-17181:
-----------------------------------
[[email protected]] You can make a commit locally and the commit message should
be
{noformat}
HBASE-17181 Let HBase thrift2 support TThreadedSelectorServer
{noformat}
And then use git format-patch to generate the patch
{noformat}
git format-patch HEAD^ --stdout > HBASE-17181-vx.patch
{noformat}
In this way I can use git am --signoff to apply your patch and keep the author
information.
Thanks.
> Let HBase thrift2 support TThreadedSelectorServer
> -------------------------------------------------
>
> Key: HBASE-17181
> URL: https://issues.apache.org/jira/browse/HBASE-17181
> Project: HBase
> Issue Type: New Feature
> Components: Thrift
> Affects Versions: 2.0.0, 1.4.0, 1.2.4
> Reporter: Jian Yi
> Assignee: Jian Yi
> Priority: Minor
> Labels: features
> Fix For: 2.0.0, 1.4.0, 1.2.5
>
> Attachments: HBASE-17181-V1.patch, HBASE-17181-V2.patch,
> HBASE-17181-V3.patch, HBASE-17181-V4.patch, HBASE-17181-V5.patch,
> ThriftServer.java
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> Add TThreadedSelectorServer for HBase Thrift2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)