[jira] [Created] (ACCUMULO-4849) Hadoop2 Metrics do not retry sending if metrics server is down

2018-03-16 Thread Mike Walch (JIRA)
Mike Walch created ACCUMULO-4849: Summary: Hadoop2 Metrics do not retry sending if metrics server is down Key: ACCUMULO-4849 URL: https://issues.apache.org/jira/browse/ACCUMULO-4849 Project: Accumulo

[jira] [Commented] (ACCUMULO-4615) ThreadPool timeout when checking tserver stats is confusing

2018-03-16 Thread Jeff Schmidt (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402183#comment-16402183 ] Jeff Schmidt commented on ACCUMULO-4615: PR here: https://github.com/apache/accumulo/pull/402

[GitHub] ctubbsii commented on a change in pull request #401: Fix ChaoticBalancerIT

2018-03-16 Thread GitBox
ctubbsii commented on a change in pull request #401: Fix ChaoticBalancerIT URL: https://github.com/apache/accumulo/pull/401#discussion_r175157613 ## File path: server/base/src/main/java/org/apache/accumulo/server/master/balancer/ChaoticLoadBalancer.java ## @@ -163,14

[jira] [Created] (ACCUMULO-4850) Provide grafana dashboard and report more metrics

2018-03-16 Thread Mike Walch (JIRA)
Mike Walch created ACCUMULO-4850: Summary: Provide grafana dashboard and report more metrics Key: ACCUMULO-4850 URL: https://issues.apache.org/jira/browse/ACCUMULO-4850 Project: Accumulo

Accumulo-Pull-Requests - Build # 1087 - Fixed

2018-03-16 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Pull-Requests (build #1087) Status: Fixed Check console output at https://builds.apache.org/job/Accumulo-Pull-Requests/1087/ to view the results.

[GitHub] milleruntime commented on a change in pull request #401: Fix ChaoticBalancerIT

2018-03-16 Thread GitBox
milleruntime commented on a change in pull request #401: Fix ChaoticBalancerIT URL: https://github.com/apache/accumulo/pull/401#discussion_r175145384 ## File path: server/base/src/main/java/org/apache/accumulo/server/master/balancer/ChaoticLoadBalancer.java ## @@ -163,14

[GitHub] milleruntime commented on a change in pull request #401: Fix ChaoticBalancerIT

2018-03-16 Thread GitBox
milleruntime commented on a change in pull request #401: Fix ChaoticBalancerIT URL: https://github.com/apache/accumulo/pull/401#discussion_r175145145 ## File path: test/src/test/java/org/apache/accumulo/test/functional/ChaoticBalancerIT.java ## @@ -42,6 +42,7 @@ public

[GitHub] ctubbsii commented on a change in pull request #401: Fix ChaoticBalancerIT

2018-03-16 Thread GitBox
ctubbsii commented on a change in pull request #401: Fix ChaoticBalancerIT URL: https://github.com/apache/accumulo/pull/401#discussion_r175156884 ## File path: test/src/test/java/org/apache/accumulo/test/functional/ChaoticBalancerIT.java ## @@ -42,6 +42,7 @@ public void

[jira] [Updated] (ACCUMULO-4615) ThreadPool timeout when checking tserver stats is confusing

2018-03-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ACCUMULO-4615: - Labels: pull-request-available (was: ) > ThreadPool timeout when checking tserver

Accumulo-Pull-Requests - Build # 1086 - Failure

2018-03-16 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Pull-Requests (build #1086) Status: Failure Check console output at https://builds.apache.org/job/Accumulo-Pull-Requests/1086/ to view the results.

[GitHub] jschmidt10 opened a new pull request #402: ACCUMULO-4615: Updated get status for thread safety and with a per-task timeout

2018-03-16 Thread GitBox
jschmidt10 opened a new pull request #402: ACCUMULO-4615: Updated get status for thread safety and with a per-task timeout URL: https://github.com/apache/accumulo/pull/402 Changes to the status threadpool used by Master#StatusThread. Big changes are: 1) Use a timeout per status

[jira] [Resolved] (ACCUMULO-4850) Provide grafana dashboard and report more metrics

2018-03-16 Thread Mike Walch (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Walch resolved ACCUMULO-4850. -- Resolution: Duplicate Moved to https://github.com/apache/accumulo/issues/404 > Provide

[GitHub] mikewalch commented on issue #403: ACCUMULO-4850 Provide Grafana dashboard for metrics

2018-03-16 Thread GitBox
mikewalch commented on issue #403: ACCUMULO-4850 Provide Grafana dashboard for metrics URL: https://github.com/apache/accumulo/pull/403#issuecomment-373795323 The metrics can be set up quickly using `uno setup accumlo --with-metrics` in this PR https://github.com/astralway/uno/pull/173

[GitHub] mikewalch opened a new pull request #403: ACCUMULO-4850 Provide Grafana dashboard for metrics

2018-03-16 Thread GitBox
mikewalch opened a new pull request #403: ACCUMULO-4850 Provide Grafana dashboard for metrics URL: https://github.com/apache/accumulo/pull/403 * Also, enabled more reporting of ingest/scan metrics This is an automated

[jira] [Updated] (ACCUMULO-4850) Provide grafana dashboard and report more metrics

2018-03-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ACCUMULO-4850: - Labels: pull-request-available (was: ) > Provide grafana dashboard and report more

[GitHub] mikewalch commented on issue #403: ACCUMULO-4850 Provide Grafana dashboard for metrics

2018-03-16 Thread GitBox
mikewalch commented on issue #403: ACCUMULO-4850 Provide Grafana dashboard for metrics URL: https://github.com/apache/accumulo/pull/403#issuecomment-373793604 I am also working on a separate PR that will contain instructions for setting up metrics on InfluxDB & Grafana that will go into

[GitHub] keith-turner closed pull request #59: proposal for github issues

2018-03-16 Thread GitBox
keith-turner closed pull request #59: proposal for github issues URL: https://github.com/apache/accumulo-website/pull/59 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] mikewalch opened a new issue #404: Provide grafana dashboard and report more metrics

2018-03-16 Thread GitBox
mikewalch opened a new issue #404: Provide grafana dashboard and report more metrics URL: https://github.com/apache/accumulo/issues/404 https://issues.apache.org/jira/browse/ACCUMULO-4850 This is an automated message from

[GitHub] milleruntime closed pull request #401: Fix ChaoticBalancerIT

2018-03-16 Thread GitBox
milleruntime closed pull request #401: Fix ChaoticBalancerIT URL: https://github.com/apache/accumulo/pull/401 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

[GitHub] mikewalch opened a new issue #10: Update hello world example to use new Connector builder

2018-03-16 Thread GitBox
mikewalch opened a new issue #10: Update hello world example to use new Connector builder URL: https://github.com/apache/accumulo-examples/issues/10 This is an automated message from the Apache Git Service. To respond to

[GitHub] keith-turner closed pull request #396: Proposal for switching to github issues

2018-03-16 Thread GitBox
keith-turner closed pull request #396: Proposal for switching to github issues URL: https://github.com/apache/accumulo/pull/396 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] milleruntime commented on issue #401: Fix ChaoticBalancerIT

2018-03-16 Thread GitBox
milleruntime commented on issue #401: Fix ChaoticBalancerIT URL: https://github.com/apache/accumulo/pull/401#issuecomment-373794961 It seems the ChaoticLoadBalancer is ancient, predating modern man. It is a bug that it is not table aware even if it seems that wasn't the original

Accumulo-Master - Build # 2285 - Failure

2018-03-16 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Master (build #2285) Status: Failure Check console output at https://builds.apache.org/job/Accumulo-Master/2285/ to view the results.

[GitHub] mikewalch opened a new pull request #62: Added metrics setup instructions for Grafana

2018-03-16 Thread GitBox
mikewalch opened a new pull request #62: Added metrics setup instructions for Grafana URL: https://github.com/apache/accumulo-website/pull/62 This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (ACCUMULO-4850) Provide grafana dashboard and report more metrics

2018-03-16 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-4850: Fix Version/s: (was: 1.9.0) (was: 2.0.0) > Provide

[GitHub] ctubbsii closed pull request #397: ACCUMULO-3389 Iterator Names can't contain dots

2018-03-16 Thread GitBox
ctubbsii closed pull request #397: ACCUMULO-3389 Iterator Names can't contain dots URL: https://github.com/apache/accumulo/pull/397 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] mikewalch commented on issue #403: Fixes #404 Provide Grafana dashboard for metrics

2018-03-16 Thread GitBox
mikewalch commented on issue #403: Fixes #404 Provide Grafana dashboard for metrics URL: https://github.com/apache/accumulo/pull/403#issuecomment-373856049 From review of apache/accumulo-website#62, I am going to move the grafana-dashboard.json out of this PR. Not 100% sure where yet.

[jira] [Resolved] (ACCUMULO-4834) LocatorIT has no timeout and frequently hangs

2018-03-16 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs resolved ACCUMULO-4834. - Resolution: Fixed > LocatorIT has no timeout and frequently hangs >

[jira] [Resolved] (ACCUMULO-3389) Iterator Names can't contain dots

2018-03-16 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs resolved ACCUMULO-3389. - Resolution: Fixed > Iterator Names can't contain dots >

[GitHub] mikewalch commented on issue #403: Fixes #404 Provide Grafana dashboard for metrics

2018-03-16 Thread GitBox
mikewalch commented on issue #403: Fixes #404 Provide Grafana dashboard for metrics URL: https://github.com/apache/accumulo/pull/403#issuecomment-373850976 PR for instructions for setting up metrics in Grafana/InfluxDB: https://github.com/apache/accumulo-website/pull/62

[GitHub] mikewalch commented on issue #62: Added metrics setup instructions for Grafana

2018-03-16 Thread GitBox
mikewalch commented on issue #62: Added metrics setup instructions for Grafana URL: https://github.com/apache/accumulo-website/pull/62#issuecomment-373855674 I can move these instructions to a blog post. I will update this PR.

[GitHub] milleruntime opened a new issue #405: Utilize NewTableConfiguration in ITs

2018-03-16 Thread GitBox
milleruntime opened a new issue #405: Utilize NewTableConfiguration in ITs URL: https://github.com/apache/accumulo/issues/405 There are places in our ITs that I think could use NewTableConfiguration when tables are created. This should help make the tests more stable. -