[jira] [Commented] (HBASE-13222) Provide means of non-destructive balancer inspection

2015-03-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14384936#comment-14384936 ] Josh Elser commented on HBASE-13222: Thanks for the apply, Enis! Provide means of

[jira] [Updated] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-03-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13351: --- Attachment: HBASE-13351-v1.patch Work around mockito's class being used instead of the actual server

[jira] [Updated] (HBASE-13262) ResultScanner doesn't return all rows in Scan

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13262: --- Status: Patch Available (was: Open) ResultScanner doesn't return all rows in Scan

[jira] [Updated] (HBASE-13262) ResultScanner doesn't return all rows in Scan

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13262: --- Attachment: HBASE-13262-v1.patch Same patch (sans conflicts), cherrypicked over to master instead of

[jira] [Updated] (HBASE-13262) ResultScanner doesn't return all rows in Scan

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13262: --- Attachment: HBASE-13262.patch Preliminary patch which fixes ClientScanner to adhere to moreResults

[jira] [Commented] (HBASE-13262) ResultScanner doesn't return all rows in Scan

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14376326#comment-14376326 ] Josh Elser commented on HBASE-13262: Ooo, thanks for the tip, Nick! ResultScanner

[jira] [Updated] (HBASE-13262) ResultScanner doesn't return all rows in Scan

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13262: --- Attachment: HBASE-13262-branch-1.patch ResultScanner doesn't return all rows in Scan

[jira] [Assigned] (HBASE-13222) Provide means of non-destructive balancer inspection

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reassigned HBASE-13222: -- Assignee: Josh Elser Provide means of non-destructive balancer inspection

[jira] [Commented] (HBASE-13222) Provide means of non-destructive balancer inspection

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14376967#comment-14376967 ] Josh Elser commented on HBASE-13222: Thoughts/opinions on whether inquiry into the

[jira] [Commented] (HBASE-13222) Provide means of non-destructive balancer inspection

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377005#comment-14377005 ] Josh Elser commented on HBASE-13222: Something like {{MasterChores}}, and then we can

[jira] [Commented] (HBASE-13222) Provide means of non-destructive balancer inspection

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14376908#comment-14376908 ] Josh Elser commented on HBASE-13222: Gonna try to expand on this -- add a nice API

[jira] [Updated] (HBASE-13262) ResultScanner doesn't return all rows in Scan

2015-03-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13262: --- Attachment: HBASE-13262-v2.patch HBASE-13262-branch-1-v2.patch New patches for

[jira] [Created] (HBASE-13458) Create/expand unit test to exercise htrace instrumentation

2015-04-13 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13458: -- Summary: Create/expand unit test to exercise htrace instrumentation Key: HBASE-13458 URL: https://issues.apache.org/jira/browse/HBASE-13458 Project: HBase Issue

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-13 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14492979#comment-14492979 ] Josh Elser commented on HBASE-13078: Ok, that makes some more sense. I need to look

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-13 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14492812#comment-14492812 ] Josh Elser commented on HBASE-13078: Thanks for taking a look, Nick. bq. a smoke

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-13 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14493289#comment-14493289 ] Josh Elser commented on HBASE-13078: Hah, small JIRA world. Thanks for the context, I

[jira] [Commented] (HBASE-13520) NullPointerException in TagRewriteCell

2015-04-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14504328#comment-14504328 ] Josh Elser commented on HBASE-13520: I thought about this for a little bit. I'm

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14504142#comment-14504142 ] Josh Elser commented on HBASE-13078: Friends, any chance we can get this committed in

[jira] [Updated] (HBASE-13520) NullPointerException in TagRewriteCell

2015-04-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13520: --- Attachment: HBASE-13520.patch Grossly simple patch for what was a rather convoluted bug to track

[jira] [Created] (HBASE-13520) NullPointerException in TagRewriteCell

2015-04-20 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13520: -- Summary: NullPointerException in TagRewriteCell Key: HBASE-13520 URL: https://issues.apache.org/jira/browse/HBASE-13520 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-13520) NullPointerException in TagRewriteCell

2015-04-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14504318#comment-14504318 ] Josh Elser commented on HBASE-13520: bq. nit on test case, need add SmallTests

[jira] [Updated] (HBASE-13520) NullPointerException in TagRewriteCell

2015-04-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13520: --- Attachment: HBASE-13520-v1.patch NullPointerException in TagRewriteCell

[jira] [Commented] (HBASE-13520) NullPointerException in TagRewriteCell

2015-04-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14504218#comment-14504218 ] Josh Elser commented on HBASE-13520: Forgot to mention: re-ran

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14504321#comment-14504321 ] Josh Elser commented on HBASE-13078: Thanks, Stack!

[jira] [Updated] (HBASE-13520) NullPointerException in TagRewriteCell

2015-04-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13520: --- Affects Version/s: 1.0.0 NullPointerException in TagRewriteCell

[jira] [Commented] (HBASE-13520) NullPointerException in TagRewriteCell

2015-04-21 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14505087#comment-14505087 ] Josh Elser commented on HBASE-13520: Thanks for pushing this [~anoop.hbase]!

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-21 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14505882#comment-14505882 ] Josh Elser commented on HBASE-13078: Thanks, [~stack]!

[jira] [Commented] (HBASE-13519) Support coupled compactions with secondary index

2015-04-21 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14506369#comment-14506369 ] Josh Elser commented on HBASE-13519: Hi [~tristartom]. I saw that you also made an

[jira] [Updated] (HBASE-13554) Update book clarifying API stability guarantees

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13554: --- Attachment: HBASE-13554.patch Uses some of Andrew's suggestions on API compatibility guarantees and

[jira] [Reopened] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reopened HBASE-13078: He [~stack]. Looks like you put the removal patch everywhere instead of just 0.98. Didn't we want

[jira] [Created] (HBASE-13561) ITBLL.Verify doesn't actually evaluate counters after job completes

2015-04-24 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13561: -- Summary: ITBLL.Verify doesn't actually evaluate counters after job completes Key: HBASE-13561 URL: https://issues.apache.org/jira/browse/HBASE-13561 Project: HBase

[jira] [Created] (HBASE-13554) Update book clarifying API stability guarantees

2015-04-24 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13554: -- Summary: Update book clarifying API stability guarantees Key: HBASE-13554 URL: https://issues.apache.org/jira/browse/HBASE-13554 Project: HBase Issue Type: Task

[jira] [Commented] (HBASE-13554) Update book clarifying API stability guarantees

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511409#comment-14511409 ] Josh Elser commented on HBASE-13554: Also, I'm not sure: does the live site just get

[jira] [Updated] (HBASE-13554) Update book clarifying API stability guarantees

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13554: --- Status: Patch Available (was: Open) Update book clarifying API stability guarantees

[jira] [Commented] (HBASE-13554) Update book clarifying API stability guarantees

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511446#comment-14511446 ] Josh Elser commented on HBASE-13554: Cool. Thanks, Sean. Also thanks for the updated

[jira] [Updated] (HBASE-13554) Update book clarifying API stability guarantees

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13554: --- Fix Version/s: 2.0.0 Update book clarifying API stability guarantees

[jira] [Commented] (HBASE-13555) StackServlet produces 500 error

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511571#comment-14511571 ] Josh Elser commented on HBASE-13555: {code} - PrintWriter out =

[jira] [Commented] (HBASE-13555) StackServlet produces 500 error

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511789#comment-14511789 ] Josh Elser commented on HBASE-13555: {code} + OutputStream os =

[jira] [Commented] (HBASE-13555) StackServlet produces 500 error

2015-04-24 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511824#comment-14511824 ] Josh Elser commented on HBASE-13555: +1 (non-binding) Thanks for the updates, Ted.

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-28 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14517198#comment-14517198 ] Josh Elser commented on HBASE-13351: bq. whether the configs to do with metahandler

[jira] [Commented] (HBASE-13375) Provide HBase superuser higher priority over other users in the RPC handling

2015-04-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14516223#comment-14516223 ] Josh Elser commented on HBASE-13375: bq. Any feedback on the latest patch Looks fine

[jira] [Commented] (HBASE-13561) ITBLL.Verify doesn't actually evaluate counters after job completes

2015-04-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14514311#comment-14514311 ] Josh Elser commented on HBASE-13561: You think making the check for all but the

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14514323#comment-14514323 ] Josh Elser commented on HBASE-13078: bq. htrace has changed so radically since 3.14

[jira] [Commented] (HBASE-13519) Support coupled compactions with secondary index

2015-04-30 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14521978#comment-14521978 ] Josh Elser commented on HBASE-13519: bq. In other words, it does not change existing

[jira] [Created] (HBASE-13603) Write test asserting desired priority of RS-Master RPCs

2015-04-30 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13603: -- Summary: Write test asserting desired priority of RS-Master RPCs Key: HBASE-13603 URL: https://issues.apache.org/jira/browse/HBASE-13603 Project: HBase Issue

[jira] [Commented] (HBASE-13582) update docs for HTrace as an ASF project

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14524529#comment-14524529 ] Josh Elser commented on HBASE-13582: I think I remember seeing some references to the

[jira] [Assigned] (HBASE-13591) TestHBaseFsck is flakey

2015-04-30 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reassigned HBASE-13591: -- Assignee: Josh Elser TestHBaseFsck is flakey --- Key:

[jira] [Commented] (HBASE-13591) TestHBaseFsck is flakey

2015-04-30 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14522114#comment-14522114 ] Josh Elser commented on HBASE-13591: I'll take a look here and see if I can dig

[jira] [Commented] (HBASE-13217) Flush procedure fails in trunk due to ZK issue

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14523311#comment-14523311 ] Josh Elser commented on HBASE-13217: bq. that procedure code doesn't tolerate region

[jira] [Commented] (HBASE-13217) Flush procedure fails in trunk due to ZK issue

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14523365#comment-14523365 ] Josh Elser commented on HBASE-13217: Thanks for the clarification :) Flush

[jira] [Updated] (HBASE-13591) TestHBaseFsck is flakey

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13591: --- Attachment: HBASE-13591.patch Trying to repro these was an exercise in futility. Couldn't get

[jira] [Created] (HBASE-13607) TestSplitLogManager.testGetPreviousRecoveryMode consistently failing

2015-05-01 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13607: -- Summary: TestSplitLogManager.testGetPreviousRecoveryMode consistently failing Key: HBASE-13607 URL: https://issues.apache.org/jira/browse/HBASE-13607 Project: HBase

[jira] [Updated] (HBASE-13591) TestHBaseFsck is flakey

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13591: --- Status: Patch Available (was: Open) TestHBaseFsck is flakey ---

[jira] [Updated] (HBASE-13591) TestHBaseFsck is flakey

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13591: --- Attachment: HBASE-13591-v1.patch Would help to un-ignore the test. Fixes a comment too.

[jira] [Commented] (HBASE-13561) ITBLL.Verify doesn't actually evaluate counters after job completes

2015-04-30 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14522716#comment-14522716 ] Josh Elser commented on HBASE-13561: bq. I think if UNDEFINED is not zero, it is a

[jira] [Commented] (HBASE-13607) TestSplitLogManager.testGetPreviousRecoveryMode consistently failing

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14523826#comment-14523826 ] Josh Elser commented on HBASE-13607: Pretty sure this came in via HBASE-13584. It's

[jira] [Updated] (HBASE-13607) TestSplitLogManager.testGetPreviousRecoveryMode consistently failing

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13607: --- Fix Version/s: (was: 1.2.0) (was: 2.0.0)

[jira] [Updated] (HBASE-13607) TestSplitLogManager.testGetPreviousRecoveryMode consistently failing

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13607: --- Attachment: HBASE-13607-branch-1.1.patch Test case requires DLR to be enabled. Makes sure its set in

[jira] [Updated] (HBASE-13607) TestSplitLogManager.testGetPreviousRecoveryMode consistently failing

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13607: --- Fix Version/s: (was: 1.1.1) 1.1.0 Status: Patch Available (was:

[jira] [Updated] (HBASE-13607) TestSplitLogManager.testGetPreviousRecoveryMode consistently failing

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13607: --- Attachment: HBASE-13607-branch-1.1-v1.patch Added a comment to clarify the (otherwise confusing)

[jira] [Updated] (HBASE-13591) TestHBaseFsck is flakey

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13591: --- Attachment: (was: HBASE-13591-v1.patch) TestHBaseFsck is flakey ---

[jira] [Updated] (HBASE-13591) TestHBaseFsck is flakey

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13591: --- Attachment: HBASE-13591-v1.patch TestHBaseFsck is flakey ---

[jira] [Updated] (HBASE-13591) TestHBaseFsck is flakey

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13591: --- Status: Open (was: Patch Available) TestHBaseFsck is flakey ---

[jira] [Commented] (HBASE-13591) TestHBaseFsck is flakey

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14523990#comment-14523990 ] Josh Elser commented on HBASE-13591: TestShell seems unrelated... Will re-trigger

[jira] [Updated] (HBASE-13591) TestHBaseFsck is flakey

2015-05-01 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13591: --- Status: Patch Available (was: Open) TestHBaseFsck is flakey ---

[jira] [Commented] (HBASE-13561) ITBLL.Verify doesn't actually evaluate counters after job completes

2015-04-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14514474#comment-14514474 ] Josh Elser commented on HBASE-13561: bq. You are talking about only the Verify step,

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-29 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14519446#comment-14519446 ] Josh Elser commented on HBASE-13351: Sweet. Thanks [~devaraj] for the apply and

[jira] [Commented] (HBASE-13541) Deprecate Scan caching in 2.0.0

2015-04-29 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14519520#comment-14519520 ] Josh Elser commented on HBASE-13541: bq. Seems more like a detail that should be

[jira] [Updated] (HBASE-13554) Update book clarifying API stability guarantees

2015-04-26 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13554: --- Resolution: Fixed Status: Resolved (was: Patch Available) Looks good to me. Thanks [~misty]

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14514634#comment-14514634 ] Josh Elser commented on HBASE-13078: Boss. Thanks for the (continued) help, Stack.

[jira] [Commented] (HBASE-13591) TestHBaseFsck is flakey

2015-05-05 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529808#comment-14529808 ] Josh Elser commented on HBASE-13591: bq. The above build on 1.2 failed on

[jira] [Commented] (HBASE-13591) TestHBaseFsck is flakey

2015-05-05 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14529390#comment-14529390 ] Josh Elser commented on HBASE-13591: bq. Did I reattach the wrong patch here Josh

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14496790#comment-14496790 ] Josh Elser commented on HBASE-13351: Short answer:

[jira] [Created] (HBASE-13480) ShortCircuitConnection doesn't short-circuit all calls as expected

2015-04-15 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13480: -- Summary: ShortCircuitConnection doesn't short-circuit all calls as expected Key: HBASE-13480 URL: https://issues.apache.org/jira/browse/HBASE-13480 Project: HBase

[jira] [Updated] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13351: --- Attachment: (was: HBASE-13351-v3.patch) Annotate internal MasterRpcServices methods with admin

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14496824#comment-14496824 ] Josh Elser commented on HBASE-13351: Hrmph. Last patch had 30 which should be enough?

[jira] [Updated] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13351: --- Attachment: HBASE-13351-v3.patch Annotate internal MasterRpcServices methods with admin priority

[jira] [Commented] (HBASE-13375) Provide HBase superuser higher priority over other users in the RPC handling

2015-04-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14497431#comment-14497431 ] Josh Elser commented on HBASE-13375: +1 (non-binding) Provide HBase superuser

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14498337#comment-14498337 ] Josh Elser commented on HBASE-13351: {quote} -1 core tests. The patch failed these

[jira] [Updated] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13351: --- Attachment: HBASE-13351-v4.patch v4 ups the metahandler thread counts to get

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14498918#comment-14498918 ] Josh Elser commented on HBASE-13351: test-patch.sh seems confused. Jenkins isn't

[jira] [Updated] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13351: --- Attachment: (was: HBASE-13351-v4.patch) Annotate internal MasterRpcServices methods with admin

[jira] [Updated] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13351: --- Attachment: HBASE-13351-v4.patch Annotate internal MasterRpcServices methods with admin priority

[jira] [Commented] (HBASE-12987) HBCK should print status while scanning over many regions

2015-04-16 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14498422#comment-14498422 ] Josh Elser commented on HBASE-12987: Thanks for the apply and the extra leg-work you

[jira] [Updated] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-13 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13078: --- Attachment: HBASE-13078-0.98-removal.patch Per [~stack]'s suggestion, patch which removes the test

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-17 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14500275#comment-14500275 ] Josh Elser commented on HBASE-13351: Ahh, forgot about that. FTR, it looks like 20

[jira] [Updated] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-17 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-13351: --- Attachment: HBASE-13351-v5.patch Annotate internal MasterRpcServices methods with admin priority

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-17 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14500207#comment-14500207 ] Josh Elser commented on HBASE-13351: I think between the two of us, it should happen.

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14495460#comment-14495460 ] Josh Elser commented on HBASE-13351: It should. {panel:title=TableStateManager.java}

[jira] [Commented] (HBASE-13375) Provide HBase superuser higher priority over other users in the RPC handling

2015-04-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14495441#comment-14495441 ] Josh Elser commented on HBASE-13375: [~devaraj] see

[jira] [Updated] (HBASE-12987) HBCK should print status while scanning over many regions

2015-04-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-12987: --- Attachment: HBASE-12987-branch-1-v1.patch Still confused why the old patch failed to apply, but

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14495461#comment-14495461 ] Josh Elser commented on HBASE-13351: Makes sense to me. Annotate internal

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14494984#comment-14494984 ] Josh Elser commented on HBASE-13351: bq. I believe meta is co-located with master (as

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-17 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14500163#comment-14500163 ] Josh Elser commented on HBASE-13351: I took a look at the stack dumps that have found

[jira] [Commented] (HBASE-13078) IntegrationTestSendTraceRequests is a noop

2015-04-11 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14491266#comment-14491266 ] Josh Elser commented on HBASE-13078: You mean the non-incubator htrace (only slightly

[jira] [Commented] (HBASE-12987) HBCK should print status while scanning over many regions

2015-04-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14495038#comment-14495038 ] Josh Elser commented on HBASE-12987: Bah, looks like not. I can redo the cherry-pick

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-14 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14494848#comment-14494848 ] Josh Elser commented on HBASE-13351: Ah! I think I got to the bottom of why this

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-07 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14483833#comment-14483833 ] Josh Elser commented on HBASE-13351: WFM, I've been waffling about whether or not

[jira] [Commented] (HBASE-13351) Annotate internal MasterRpcServices methods with admin priority

2015-04-07 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14484145#comment-14484145 ] Josh Elser commented on HBASE-13351: Hrm, given [~mantonov]'s

[jira] [Created] (HBASE-13381) Expand TestSizeFailures to include small scans

2015-04-01 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13381: -- Summary: Expand TestSizeFailures to include small scans Key: HBASE-13381 URL: https://issues.apache.org/jira/browse/HBASE-13381 Project: HBase Issue Type:

<    1   2   3   4   5   6   7   8   9   10   >