[GitHub] [hbase] Apache-HBase commented on issue #428: HBASE-22759 Add user info to AUDITLOG events when doing grant/revoke (master)

2019-07-31 Thread GitBox
Apache-HBase commented on issue #428: HBASE-22759 Add user info to AUDITLOG events when doing grant/revoke (master) URL: https://github.com/apache/hbase/pull/428#issuecomment-517131383 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-22765) add move server & move table command in shell

2019-07-31 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897789#comment-16897789 ] Anoop Sam John commented on HBASE-22765: Ye seems the RS Group feature can do what u wanted. >

[GitHub] [hbase] Apache-HBase commented on issue #426: HBASE-22695 Store the rsgroup of a table in table configuration

2019-07-31 Thread GitBox
Apache-HBase commented on issue #426: HBASE-22695 Store the rsgroup of a table in table configuration URL: https://github.com/apache/hbase/pull/426#issuecomment-517123569 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-22761) Caught ArrayIndexOutOfBoundsException while processing event RS_LOG_REPLAY

2019-07-31 Thread casuallc (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897761#comment-16897761 ] casuallc commented on HBASE-22761: -- [~wchevreuil] i will deploy [this

[jira] [Commented] (HBASE-22739) ArrayIndexOutOfBoundsException when balance

2019-07-31 Thread casuallc (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897759#comment-16897759 ] casuallc commented on HBASE-22739: -- [~reidchan]  not return regions is to avoid other places  reuse the

[GitHub] [hbase] Apache-HBase commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend

2019-07-31 Thread GitBox
Apache-HBase commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend URL: https://github.com/apache/hbase/pull/390#issuecomment-517114298 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
Apache-HBase commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#issuecomment-517113676 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #403: HBASE-22707 [HBCK2] MasterRpcServices assigns method should try to reload regions from meta if the passed regions isn't found under AssignmentMan

2019-07-31 Thread GitBox
Apache-HBase commented on issue #403: HBASE-22707 [HBCK2] MasterRpcServices assigns method should try to reload regions from meta if the passed regions isn't found under AssignmentManager RegionsStateStore URL: https://github.com/apache/hbase/pull/403#issuecomment-517113003

[GitHub] [hbase] Apache-HBase commented on issue #361: HBase-22027: Split non-MR related parts of TokenUtil off into a Clien…

2019-07-31 Thread GitBox
Apache-HBase commented on issue #361: HBase-22027: Split non-MR related parts of TokenUtil off into a Clien… URL: https://github.com/apache/hbase/pull/361#issuecomment-517112811 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #343: HBASE-22634 : Improve performance of BufferedMutator

2019-07-31 Thread GitBox
Apache-HBase commented on issue #343: HBASE-22634 : Improve performance of BufferedMutator URL: https://github.com/apache/hbase/pull/343#issuecomment-517106875 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
Apache-HBase commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#issuecomment-517098047 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] sunhelly edited a comment on issue #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
sunhelly edited a comment on issue #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#issuecomment-517097771 @xcangCRM I looked through all the failed reports, mostly failed by `NoClassDefFoundError`, and the `NullPointerException`

[GitHub] [hbase] sunhelly edited a comment on issue #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
sunhelly edited a comment on issue #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#issuecomment-517097771 @xcangCRM I looked through all the failed reports, mostly failed by NoClassDefFoundError, and the NullPointerException was

[GitHub] [hbase] sunhelly commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
sunhelly commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#issuecomment-517097771 @xcangCRM I looked through all the failed reports, mostly failed by NoClassDefFoundError, and the NullPointerException was not a

[GitHub] [hbase] Apache-HBase commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes

2019-07-31 Thread GitBox
Apache-HBase commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes URL: https://github.com/apache/hbase/pull/374#issuecomment-517097228 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment

[GitHub] [hbase] Apache-HBase commented on issue #343: HBASE-22634 : Improve performance of BufferedMutator

2019-07-31 Thread GitBox
Apache-HBase commented on issue #343: HBASE-22634 : Improve performance of BufferedMutator URL: https://github.com/apache/hbase/pull/343#issuecomment-517097062 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend

2019-07-31 Thread GitBox
Apache-HBase commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend URL: https://github.com/apache/hbase/pull/390#issuecomment-517094326 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #434: HBASE-22609 [Docs] More detail documentation about...

2019-07-31 Thread GitBox
Apache-HBase commented on issue #434: HBASE-22609 [Docs] More detail documentation about... URL: https://github.com/apache/hbase/pull/434#issuecomment-517091808 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
Apache-HBase commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#issuecomment-517089662 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #432: HBASE-22765 add move_table_to_servers command in shell

2019-07-31 Thread GitBox
Apache-HBase commented on issue #432: HBASE-22765 add move_table_to_servers command in shell URL: https://github.com/apache/hbase/pull/432#issuecomment-517089523 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on a change in pull request #432: HBASE-22765 add move_table_to_servers command in shell

2019-07-31 Thread GitBox
Apache-HBase commented on a change in pull request #432: HBASE-22765 add move_table_to_servers command in shell URL: https://github.com/apache/hbase/pull/432#discussion_r309498931 ## File path: hbase-shell/src/main/ruby/shell/commands/move_table_to_servers.rb ## @@ -0,0

[GitHub] [hbase] Apache-HBase commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes

2019-07-31 Thread GitBox
Apache-HBase commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes URL: https://github.com/apache/hbase/pull/374#issuecomment-517087689 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment

[GitHub] [hbase] Apache-HBase commented on issue #429: HBASE-22735 : list_regions show basic info for region currently in tr…

2019-07-31 Thread GitBox
Apache-HBase commented on issue #429: HBASE-22735 : list_regions show basic info for region currently in tr… URL: https://github.com/apache/hbase/pull/429#issuecomment-517086935 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-22735) list_regions may throw an error if a region is RIT

2019-07-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897692#comment-16897692 ] Andrew Purtell commented on HBASE-22735: Committed. I see why admin.rb's getClusterStatus

[jira] [Updated] (HBASE-22735) list_regions may throw an error if a region is RIT

2019-07-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-22735: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch

[jira] [Comment Edited] (HBASE-22735) list_regions may throw an error if a region is RIT

2019-07-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897681#comment-16897681 ] Andrew Purtell edited comment on HBASE-22735 at 8/1/19 1:37 AM: Ok,

[jira] [Comment Edited] (HBASE-22735) list_regions may throw an error if a region is RIT

2019-07-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897681#comment-16897681 ] Andrew Purtell edited comment on HBASE-22735 at 8/1/19 1:34 AM: Ok,

[jira] [Commented] (HBASE-22735) list_regions may throw an error if a region is RIT

2019-07-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897681#comment-16897681 ] Andrew Purtell commented on HBASE-22735: Ok, committing > list_regions may throw an error if a

[jira] [Commented] (HBASE-22770) TestShell fails on trunk with NameError: missing class name (`org.apache.hadoop.hbase.ClusterStatus')

2019-07-31 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897680#comment-16897680 ] Andrew Purtell commented on HBASE-22770: Great, thanks! > TestShell fails on trunk with

[jira] [Updated] (HBASE-22727) The canary table should be placed on all regionservers

2019-07-31 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-22727: --- Issue Type: Improvement (was: Sub-task) Parent: (was: HBASE-22514) > The

[jira] [Commented] (HBASE-22727) The canary table should be placed on all regionservers

2019-07-31 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897679#comment-16897679 ] Duo Zhang commented on HBASE-22727: --- You can make this issue out of the sub tasks and target it to the

[GitHub] [hbase] Apache-HBase commented on issue #434: HBASE-22609 [Docs] More detail documentation about...

2019-07-31 Thread GitBox
Apache-HBase commented on issue #434: HBASE-22609 [Docs] More detail documentation about... URL: https://github.com/apache/hbase/pull/434#issuecomment-517081703 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck …

2019-07-31 Thread GitBox
Apache-HBase commented on issue #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck … URL: https://github.com/apache/hbase/pull/425#issuecomment-517081648 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on a change in pull request #432: HBASE-22765 add move_table_to_servers command in shell

2019-07-31 Thread GitBox
Apache-HBase commented on a change in pull request #432: HBASE-22765 add move_table_to_servers command in shell URL: https://github.com/apache/hbase/pull/432#discussion_r309491569 ## File path: hbase-shell/src/main/ruby/shell/commands/move_table_to_servers.rb ## @@ -0,0

[GitHub] [hbase] Apache-HBase commented on issue #432: HBASE-22765 add move_table_to_servers command in shell

2019-07-31 Thread GitBox
Apache-HBase commented on issue #432: HBASE-22765 add move_table_to_servers command in shell URL: https://github.com/apache/hbase/pull/432#issuecomment-517080888 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #429: HBASE-22735 : list_regions show basic info for region currently in tr…

2019-07-31 Thread GitBox
Apache-HBase commented on issue #429: HBASE-22735 : list_regions show basic info for region currently in tr… URL: https://github.com/apache/hbase/pull/429#issuecomment-517079831 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-22145) windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897678#comment-16897678 ] Hudson commented on HBASE-22145: Results for branch branch-2.2 [build #485 on

[jira] [Commented] (HBASE-22363) Remove hardcoded number of read cache block buckets

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897677#comment-16897677 ] Hudson commented on HBASE-22363: Results for branch branch-2.2 [build #485 on

[jira] [Commented] (HBASE-22744) Remove deprecated classes around status and load

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897672#comment-16897672 ] Hudson commented on HBASE-22744: Results for branch master [build #1301 on

[jira] [Commented] (HBASE-22768) Revert to MPIR 2.9

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897673#comment-16897673 ] Hudson commented on HBASE-22768: Results for branch master [build #1301 on

[GitHub] [hbase] infraio merged pull request #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck …

2019-07-31 Thread GitBox
infraio merged pull request #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck … URL: https://github.com/apache/hbase/pull/425 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (HBASE-22363) Remove hardcoded number of read cache block buckets

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897654#comment-16897654 ] Hudson commented on HBASE-22363: Results for branch branch-2 [build #2136 on

[jira] [Commented] (HBASE-22145) windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897655#comment-16897655 ] Hudson commented on HBASE-22145: Results for branch branch-2 [build #2136 on

[jira] [Assigned] (HBASE-22727) The canary table should be placed on all regionservers

2019-07-31 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang reassigned HBASE-22727: -- Assignee: chenyang > The canary table should be placed on all regionservers >

[jira] [Assigned] (HBASE-22775) Enhance logging for peer related operations

2019-07-31 Thread Xu Cang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Cang reassigned HBASE-22775: --- Assignee: Xu Cang > Enhance logging for peer related operations >

[jira] [Created] (HBASE-22775) Enhance logging for peer related operations

2019-07-31 Thread Xu Cang (JIRA)
Xu Cang created HBASE-22775: --- Summary: Enhance logging for peer related operations Key: HBASE-22775 URL: https://issues.apache.org/jira/browse/HBASE-22775 Project: HBase Issue Type: Improvement

[GitHub] [hbase] Apache-HBase commented on issue #361: HBase-22027: Split non-MR related parts of TokenUtil off into a Clien…

2019-07-31 Thread GitBox
Apache-HBase commented on issue #361: HBase-22027: Split non-MR related parts of TokenUtil off into a Clien… URL: https://github.com/apache/hbase/pull/361#issuecomment-517049795 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #428: HBASE-22759 Add user info to AUDITLOG events when doing grant/revoke (master)

2019-07-31 Thread GitBox
Apache-HBase commented on issue #428: HBASE-22759 Add user info to AUDITLOG events when doing grant/revoke (master) URL: https://github.com/apache/hbase/pull/428#issuecomment-517049325 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-22145) windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897579#comment-16897579 ] Hudson commented on HBASE-22145: Results for branch branch-1 [build #985 on

[jira] [Commented] (HBASE-22363) Remove hardcoded number of read cache block buckets

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897578#comment-16897578 ] Hudson commented on HBASE-22363: Results for branch branch-1 [build #985 on

[jira] [Assigned] (HBASE-22216) "Waiting on master failover to complete" shows 30 to 40 time per milliseconds

2019-07-31 Thread Ankit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Jain reassigned HBASE-22216: -- Assignee: Ankit Jain (was: Ankit Jain) > "Waiting on master failover to complete" shows 30

[jira] [Comment Edited] (HBASE-22567) HBCK2 addMissingRegionsToMeta

2019-07-31 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16896609#comment-16896609 ] stack edited comment on HBASE-22567 at 7/31/19 9:35 PM: -[~wchevreuil] One thing

[jira] [Commented] (HBASE-22145) windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897537#comment-16897537 ] Hudson commented on HBASE-22145: Results for branch branch-1.3 [build #897 on

[jira] [Commented] (HBASE-22363) Remove hardcoded number of read cache block buckets

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897536#comment-16897536 ] Hudson commented on HBASE-22363: Results for branch branch-1.3 [build #897 on

[GitHub] [hbase] Apache-HBase commented on issue #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck …

2019-07-31 Thread GitBox
Apache-HBase commented on issue #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck … URL: https://github.com/apache/hbase/pull/425#issuecomment-517026993 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend

2019-07-31 Thread GitBox
Apache-HBase commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend URL: https://github.com/apache/hbase/pull/390#issuecomment-517019201 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #403: HBASE-22707 [HBCK2] MasterRpcServices assigns method should try to reload regions from meta if the passed regions isn't found under AssignmentMan

2019-07-31 Thread GitBox
Apache-HBase commented on issue #403: HBASE-22707 [HBCK2] MasterRpcServices assigns method should try to reload regions from meta if the passed regions isn't found under AssignmentManager RegionsStateStore URL: https://github.com/apache/hbase/pull/403#issuecomment-517015623 :broken_heart:

[GitHub] [hbase] gjacoby126 commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend

2019-07-31 Thread GitBox
gjacoby126 commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend URL: https://github.com/apache/hbase/pull/390#issuecomment-517013228 Pushed up fixes to the checkstyle and test failures the CI pipeline found. Haven't yet incorporated the feedback on

[jira] [Commented] (HBASE-22731) ReplicationSource and HBaseInterClusterReplicationEndpoint log messages should include a target Peer identifier

2019-07-31 Thread HBase QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897511#comment-16897511 ] HBase QA commented on HBASE-22731: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Comment Edited] (HBASE-22735) list_regions may throw an error if a region is RIT

2019-07-31 Thread Viraj Jasani (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897143#comment-16897143 ] Viraj Jasani edited comment on HBASE-22735 at 7/31/19 8:18 PM: --- Commit

[jira] [Comment Edited] (HBASE-22735) list_regions may throw an error if a region is RIT

2019-07-31 Thread Viraj Jasani (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897039#comment-16897039 ] Viraj Jasani edited comment on HBASE-22735 at 7/31/19 8:17 PM: --- Ok, so 

[jira] [Commented] (HBASE-22145) windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897489#comment-16897489 ] Hudson commented on HBASE-22145: Results for branch branch-1.4 [build #934 on

[GitHub] [hbase] HorizonNet commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes

2019-07-31 Thread GitBox
HorizonNet commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes URL: https://github.com/apache/hbase/pull/374#issuecomment-517002242 @xcangCRM I'm doing it, as soon as the last Checkstyle issue is resolved (see my comments and

[jira] [Commented] (HBASE-22363) Remove hardcoded number of read cache block buckets

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897488#comment-16897488 ] Hudson commented on HBASE-22363: Results for branch branch-1.4 [build #934 on

[GitHub] [hbase] Apache-HBase commented on issue #403: HBASE-22707 [HBCK2] MasterRpcServices assigns method should try to reload regions from meta if the passed regions isn't found under AssignmentMan

2019-07-31 Thread GitBox
Apache-HBase commented on issue #403: HBASE-22707 [HBCK2] MasterRpcServices assigns method should try to reload regions from meta if the passed regions isn't found under AssignmentManager RegionsStateStore URL: https://github.com/apache/hbase/pull/403#issuecomment-516999000

[jira] [Commented] (HBASE-22539) WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used

2019-07-31 Thread HBase QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897444#comment-16897444 ] HBase QA commented on HBASE-22539: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[GitHub] [hbase] xcangCRM commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes

2019-07-31 Thread GitBox
xcangCRM commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes URL: https://github.com/apache/hbase/pull/374#issuecomment-516973552 @Braavos96 good work. could you please fix the minor check-style issue that hadoop-qa reported

[GitHub] [hbase] Apache-HBase commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes

2019-07-31 Thread GitBox
Apache-HBase commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes URL: https://github.com/apache/hbase/pull/374#issuecomment-516971128 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment

[jira] [Commented] (HBASE-22642) Make move operations of RSGroup idempotent

2019-07-31 Thread Xu Cang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897438#comment-16897438 ] Xu Cang commented on HBASE-22642: - [~Xiaolin Ha] Thanks! I re-reviewed the patch. Looks good. But

[GitHub] [hbase] xcangCRM commented on a change in pull request #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
xcangCRM commented on a change in pull request #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#discussion_r309372364 ## File path: hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsAdmin2.java

[GitHub] [hbase] xcangCRM commented on a change in pull request #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
xcangCRM commented on a change in pull request #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#discussion_r309371450 ## File path: hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminServer.java

[GitHub] [hbase] Apache-HBase commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
Apache-HBase commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#issuecomment-516968408 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-22703) [Balancer] Regions no longer exists but there are 'RegionPlan's in balancer.

2019-07-31 Thread Xu Cang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897430#comment-16897430 ] Xu Cang commented on HBASE-22703: - I am thinking it aloud, maybe first step is to add a unit test to

[GitHub] [hbase] xcangCRM commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent

2019-07-31 Thread GitBox
xcangCRM commented on issue #387: HBASE-22642 Make move operations of RSGroup idempotent URL: https://github.com/apache/hbase/pull/387#issuecomment-516963700 Can you please check if the failed unit test is related to the change? If you think it's not, I will take another closer look and

[GitHub] [hbase] xcangCRM commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes

2019-07-31 Thread GitBox
xcangCRM commented on issue #374: HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes URL: https://github.com/apache/hbase/pull/374#issuecomment-516961170 +1 @HorizonNet Are you planning merging this one? thanks

[jira] [Commented] (HBASE-22145) windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897408#comment-16897408 ] Hudson commented on HBASE-22145: Results for branch branch-2.1 [build #1438 on

[jira] [Commented] (HBASE-22363) Remove hardcoded number of read cache block buckets

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897407#comment-16897407 ] Hudson commented on HBASE-22363: Results for branch branch-2.1 [build #1438 on

[jira] [Commented] (HBASE-22731) ReplicationSource and HBaseInterClusterReplicationEndpoint log messages should include a target Peer identifier

2019-07-31 Thread Xu Cang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897396#comment-16897396 ] Xu Cang commented on HBASE-22731: - Very useful stuff. One thing I'd like to see is some example log

[GitHub] [hbase] Apache-HBase commented on issue #432: HBASE-22765 add move_table_to_servers command in shell

2019-07-31 Thread GitBox
Apache-HBase commented on issue #432: HBASE-22765 add move_table_to_servers command in shell URL: https://github.com/apache/hbase/pull/432#issuecomment-516957138 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on a change in pull request #432: HBASE-22765 add move_table_to_servers command in shell

2019-07-31 Thread GitBox
Apache-HBase commented on a change in pull request #432: HBASE-22765 add move_table_to_servers command in shell URL: https://github.com/apache/hbase/pull/432#discussion_r309357213 ## File path: hbase-shell/src/main/ruby/shell/commands/move_table_to_servers.rb ## @@ -0,0

[jira] [Resolved] (HBASE-22768) Revert to MPIR 2.9

2019-07-31 Thread Peter Somogyi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-22768. --- Resolution: Fixed I made a site rebuild and the email links are working again. Thanks

[GitHub] [hbase] Apache-HBase commented on issue #434: HBASE-22609 [Docs] More detail documentation about...

2019-07-31 Thread GitBox
Apache-HBase commented on issue #434: HBASE-22609 [Docs] More detail documentation about... URL: https://github.com/apache/hbase/pull/434#issuecomment-516955942 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #432: HBASE-22765 add move_table_to_servers command in shell

2019-07-31 Thread GitBox
Apache-HBase commented on issue #432: HBASE-22765 add move_table_to_servers command in shell URL: https://github.com/apache/hbase/pull/432#issuecomment-516953561 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on a change in pull request #432: HBASE-22765 add move_table_to_servers command in shell

2019-07-31 Thread GitBox
Apache-HBase commented on a change in pull request #432: HBASE-22765 add move_table_to_servers command in shell URL: https://github.com/apache/hbase/pull/432#discussion_r309352690 ## File path: hbase-shell/src/main/ruby/shell/commands/move_table_to_servers.rb ## @@ -0,0

[GitHub] [hbase] Apache-HBase commented on issue #429: HBASE-22735 : list_regions show basic info for region currently in tr…

2019-07-31 Thread GitBox
Apache-HBase commented on issue #429: HBASE-22735 : list_regions show basic info for region currently in tr… URL: https://github.com/apache/hbase/pull/429#issuecomment-516953107 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] petersomogyi merged pull request #433: HBASE-22768 Revert to MPIR 2.9

2019-07-31 Thread GitBox
petersomogyi merged pull request #433: HBASE-22768 Revert to MPIR 2.9 URL: https://github.com/apache/hbase/pull/433 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hbase] petersomogyi commented on issue #433: HBASE-22768 Revert to MPIR 2.9

2019-07-31 Thread GitBox
petersomogyi commented on issue #433: HBASE-22768 Revert to MPIR 2.9 URL: https://github.com/apache/hbase/pull/433#issuecomment-516948632 2 test failed but those are unrelated to this change. This is an automated message from

[GitHub] [hbase] Apache-HBase commented on issue #433: HBASE-22768 Revert to MPIR 2.9

2019-07-31 Thread GitBox
Apache-HBase commented on issue #433: HBASE-22768 Revert to MPIR 2.9 URL: https://github.com/apache/hbase/pull/433#issuecomment-516948079 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | 0 |

[jira] [Commented] (HBASE-22363) Remove hardcoded number of read cache block buckets

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897364#comment-16897364 ] Hudson commented on HBASE-22363: Results for branch branch-2.0 [build #1817 on

[jira] [Commented] (HBASE-22145) windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS

2019-07-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897365#comment-16897365 ] Hudson commented on HBASE-22145: Results for branch branch-2.0 [build #1817 on

[GitHub] [hbase] Apache-HBase commented on issue #433: HBASE-22768 Revert to MPIR 2.9

2019-07-31 Thread GitBox
Apache-HBase commented on issue #433: HBASE-22768 Revert to MPIR 2.9 URL: https://github.com/apache/hbase/pull/433#issuecomment-516941854 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | 0 |

[jira] [Commented] (HBASE-22761) Caught ArrayIndexOutOfBoundsException while processing event RS_LOG_REPLAY

2019-07-31 Thread Wellington Chevreuil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897350#comment-16897350 ] Wellington Chevreuil commented on HBASE-22761: -- {quote}But I use Durability.SKIP_WAL a lot.

[jira] [Commented] (HBASE-22773) when set blockSize option in Performance Evaluation tool, error occurs:ERROR: Unrecognized option/command: --blockSize=131072

2019-07-31 Thread Xu Cang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897337#comment-16897337 ] Xu Cang commented on HBASE-22773: - +1 > when set blockSize option in Performance Evaluation tool, error

[GitHub] [hbase] saintstack commented on a change in pull request #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck …

2019-07-31 Thread GitBox
saintstack commented on a change in pull request #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck … URL: https://github.com/apache/hbase/pull/425#discussion_r309313468 ## File path: hbase-shell/src/main/ruby/shell/commands/hbck_chore_run.rb ## @@

[GitHub] [hbase] Apache-HBase commented on issue #428: HBASE-22759 Add user info to AUDITLOG events when doing grant/revoke (master)

2019-07-31 Thread GitBox
Apache-HBase commented on issue #428: HBASE-22759 Add user info to AUDITLOG events when doing grant/revoke (master) URL: https://github.com/apache/hbase/pull/428#issuecomment-516918916 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[jira] [Commented] (HBASE-22731) ReplicationSource and HBaseInterClusterReplicationEndpoint log messages should include a target Peer identifier

2019-07-31 Thread Wellington Chevreuil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897295#comment-16897295 ] Wellington Chevreuil commented on HBASE-22731: -- {quote}Please use parameterized logging

[jira] [Updated] (HBASE-22731) ReplicationSource and HBaseInterClusterReplicationEndpoint log messages should include a target Peer identifier

2019-07-31 Thread Wellington Chevreuil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil updated HBASE-22731: - Attachment: HBASE-22731.master.002.patch > ReplicationSource and

[GitHub] [hbase] Apache-HBase commented on issue #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck …

2019-07-31 Thread GitBox
Apache-HBase commented on issue #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck … URL: https://github.com/apache/hbase/pull/425#issuecomment-516885024 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hbase] Apache-HBase commented on issue #403: HBASE-22707 [HBCK2] MasterRpcServices assigns method should try to reload regions from meta if the passed regions isn't found under AssignmentMan

2019-07-31 Thread GitBox
Apache-HBase commented on issue #403: HBASE-22707 [HBCK2] MasterRpcServices assigns method should try to reload regions from meta if the passed regions isn't found under AssignmentManager RegionsStateStore URL: https://github.com/apache/hbase/pull/403#issuecomment-516880357 :broken_heart:

[GitHub] [hbase] Apache-HBase commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend

2019-07-31 Thread GitBox
Apache-HBase commented on issue #390: HBASE-22623 - Add RegionObserver coprocessor hook for preWALAppend URL: https://github.com/apache/hbase/pull/390#issuecomment-516878072 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

  1   2   >