[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2020-06-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146161#comment-17146161 ] Hudson commented on HBASE-22504: Results for branch branch-2.3 [build #157 on

[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2020-06-25 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17145975#comment-17145975 ] Hudson commented on HBASE-22504: Results for branch branch-2 [build #2719 on

[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2020-06-22 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142525#comment-17142525 ] Zheng Hu commented on HBASE-22504: -- [~ndimiduk], Well, when i write this patch , I checked there's no

[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2019-06-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874112#comment-16874112 ] Hudson commented on HBASE-22504: Results for branch branch-2 [build #2029 on

[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2019-06-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870937#comment-16870937 ] Hudson commented on HBASE-22504: Results for branch master [build #1168 on

[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2019-05-31 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852701#comment-16852701 ] Zheng Hu commented on HBASE-22504: -- Pushed to HBASE-21879 branch, Thanks [~ram_krish] & [~anoop.hbase]

[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2019-05-31 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852696#comment-16852696 ] Zheng Hu commented on HBASE-22504: -- Checked all API in MBB, seems other API are optimized now.  Let me

[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2019-05-30 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852619#comment-16852619 ] Anoop Sam John commented on HBASE-22504: Good find.. +1 Could check for the perf after this