[jira] [Commented] (HBASE-6338) Cache Method in RPC handler

2016-11-16 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15672316#comment-15672316 ] binlijin commented on HBASE-6338: - OH yeh, this is not needed any more. > Cache Method in

[jira] [Commented] (HBASE-6338) Cache Method in RPC handler

2012-11-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492710#comment-13492710 ] stack commented on HBASE-6338: -- Might not be enough of a perf gain to gamble putting it into

[jira] [Commented] (HBASE-6338) Cache Method in RPC handler

2012-11-06 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492049#comment-13492049 ] Sergey Shelukhin commented on HBASE-6338: - then this seems straightforward to just

[jira] [Commented] (HBASE-6338) Cache Method in RPC handler

2012-11-06 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491851#comment-13491851 ] Devaraj Das commented on HBASE-6338: On trunk (0.96), the ProtobufRpcEngine already do

[jira] [Commented] (HBASE-6338) Cache Method in RPC handler

2012-10-30 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487354#comment-13487354 ] Sergey Shelukhin commented on HBASE-6338: - Hi. Is there plan to commit this to .94

[jira] [Commented] (HBASE-6338) Cache Method in RPC handler

2012-09-06 Thread Michael Drzal (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449634#comment-13449634 ] Michael Drzal commented on HBASE-6338: -- [~aoxiang] this seems to have stalled.

[jira] [Commented] (HBASE-6338) Cache Method in RPC handler

2012-07-12 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13413470#comment-13413470 ] Anoop Sam John commented on HBASE-6338: --- + sb.append("-"); Better to call Stri

[jira] [Commented] (HBASE-6338) Cache Method in RPC handler

2012-07-11 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412061#comment-13412061 ] stack commented on HBASE-6338: -- Why javadoc a private method (especially a method named getMe

[jira] [Commented] (HBASE-6338) Cache Method in rpc handler

2012-07-06 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408521#comment-13408521 ] Zhihong Ted Yu commented on HBASE-6338: --- {code} +private Method getMethod(Class

[jira] [Commented] (HBASE-6338) Cache Method in rpc handler

2012-07-06 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408059#comment-13408059 ] Zhihong Ted Yu commented on HBASE-6338: --- The patch is more suitable for 0.94 and low