Accumulo-Master - Build # 2225 - Still Failing

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

Accumulo-Pull-Requests - Build # 969 - Fixed

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

[GitHub] ctubbsii commented on issue #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
ctubbsii commented on issue #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#issuecomment-358112042 The latest updates leave a few methods from the superclass not deprecated, because we're using them in our own code. If there are any more

Accumulo-Pull-Requests - Build # 968 - Failure

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

Accumulo-Pull-Requests - Build # 967 - Unstable

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

[GitHub] mikewalch opened a new pull request #361: ACCUMULO-4784 - WIP - Create build methods for Connector

2018-01-16 Thread GitBox
mikewalch opened a new pull request #361: ACCUMULO-4784 - WIP - Create build methods for Connector URL: https://github.com/apache/accumulo/pull/361 This is a work in progress. I am putting this up for early review as it makes changes to client API. * Simplies client API * Rename

[jira] [Updated] (ACCUMULO-4784) Create builder methods for Connector to simplify client API

2018-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ACCUMULO-4784: - Labels: pull-request-available (was: ) > Create builder methods for Connector to simpl

[GitHub] mikewalch opened a new pull request #56: ACCUMULO-4784 Updating docs with Connector builder

2018-01-16 Thread GitBox
mikewalch opened a new pull request #56: ACCUMULO-4784 Updating docs with Connector builder URL: https://github.com/apache/accumulo-website/pull/56 WIP put up for initial review This is an automated message from the Apache Gi

[jira] [Created] (ACCUMULO-4784) Create builder methods for Connector to simplify client API

2018-01-16 Thread Mike Walch (JIRA)
Mike Walch created ACCUMULO-4784: Summary: Create builder methods for Connector to simplify client API Key: ACCUMULO-4784 URL: https://issues.apache.org/jira/browse/ACCUMULO-4784 Project: Accumulo

[GitHub] ctubbsii commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
ctubbsii commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#discussion_r161852741 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@ -484,4

[GitHub] ctubbsii commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
ctubbsii commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#discussion_r161852148 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@ -147,3

[GitHub] mikewalch commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
mikewalch commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#discussion_r161848380 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@ -221,

[jira] [Resolved] (ACCUMULO-4771) Replace tables in Monitor with DataTables

2018-01-16 Thread Michael Miller (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller resolved ACCUMULO-4771. -- Resolution: Fixed > Replace tables in Monitor with DataTables > -

Accumulo-Master - Build # 2224 - Failure

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

[GitHub] keith-turner commented on a change in pull request #356: ACCUMULO-4777 Removed the unused sequence generator.

2018-01-16 Thread GitBox
keith-turner commented on a change in pull request #356: ACCUMULO-4777 Removed the unused sequence generator. URL: https://github.com/apache/accumulo/pull/356#discussion_r161816971 ## File path: server/tserver/src/main/java/org/apache/accumulo/tserver/log/TabletServerLogger.java #

[GitHub] keith-turner commented on a change in pull request #356: ACCUMULO-4777 Removed the unused sequence generator.

2018-01-16 Thread GitBox
keith-turner commented on a change in pull request #356: ACCUMULO-4777 Removed the unused sequence generator. URL: https://github.com/apache/accumulo/pull/356#discussion_r161834706 ## File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java ## @@ -263,13 +

[GitHub] keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#discussion_r161833419 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@ -4

[GitHub] keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#discussion_r161833419 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@ -4

[GitHub] jmark99 opened a new pull request #360: ACCUMULO-4780 Add overflow check to seq num in CommitSession

2018-01-16 Thread GitBox
jmark99 opened a new pull request #360: ACCUMULO-4780 Add overflow check to seq num in CommitSession URL: https://github.com/apache/accumulo/pull/360 ACCUMULO-4780 Add overflow check to sequence number in CommitSession Ticket suggested adding overflow check to sequence number or conv

[jira] [Updated] (ACCUMULO-4780) Add overflow check to sequence number in CommitSession

2018-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ACCUMULO-4780: - Labels: pull-request-available (was: ) > Add overflow check to sequence number in Comm

[jira] [Assigned] (ACCUMULO-4780) Add overflow check to sequence number in CommitSession

2018-01-16 Thread Mark Owens (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Owens reassigned ACCUMULO-4780: Assignee: Mark Owens > Add overflow check to sequence number in CommitSession >

[jira] [Updated] (ACCUMULO-4783) WAL writes should handle IOExceptions vs other exceptions differently

2018-01-16 Thread Ivan Bella (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Bella updated ACCUMULO-4783: - Affects Version/s: 1.7.3 1.8.1 > WAL writes should handle IOExceptions v

[jira] [Updated] (ACCUMULO-4783) WAL writes should handle IOExceptions vs other exceptions differently

2018-01-16 Thread Ivan Bella (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Bella updated ACCUMULO-4783: - Fix Version/s: 2.0.0 > WAL writes should handle IOExceptions vs other exceptions differently >

[jira] [Updated] (ACCUMULO-4777) Root tablet got spammed with 1.8 million log entries

2018-01-16 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-4777: Fix Version/s: (was: 1.8.2) > Root tablet got spammed with 1.8 million log en

[jira] [Updated] (ACCUMULO-4783) WAL writes should handle IOExceptions vs other exceptions differently

2018-01-16 Thread Ivan Bella (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Bella updated ACCUMULO-4783: - Description: The writing of WALs in the TabletServerLogger currently does not distinguish betwe

[jira] [Updated] (ACCUMULO-4783) WAL writes should handle IOExceptions vs other exceptions differently

2018-01-16 Thread Ivan Bella (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Bella updated ACCUMULO-4783: - Environment: (was: The writing of WALs in the TabletServerLogger currently does not disting

[jira] [Created] (ACCUMULO-4783) WAL writes should handle IOExceptions vs other exceptions differently

2018-01-16 Thread Ivan Bella (JIRA)
Ivan Bella created ACCUMULO-4783: Summary: WAL writes should handle IOExceptions vs other exceptions differently Key: ACCUMULO-4783 URL: https://issues.apache.org/jira/browse/ACCUMULO-4783 Project: Ac

[jira] [Updated] (ACCUMULO-4777) Root tablet got spammed with 1.8 million log entries

2018-01-16 Thread Ivan Bella (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Bella updated ACCUMULO-4777: - Fix Version/s: 1.7.4 1.8.2 > Root tablet got spammed with 1.8 million log en

[jira] [Assigned] (ACCUMULO-4777) Root tablet got spammed with 1.8 million log entries

2018-01-16 Thread Ivan Bella (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Bella reassigned ACCUMULO-4777: Assignee: Ivan Bella > Root tablet got spammed with 1.8 million log entries > --

[GitHub] keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#discussion_r161797213 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@ -2

[GitHub] keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#discussion_r161800073 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@ -1

[GitHub] keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api

2018-01-16 Thread GitBox
keith-turner commented on a change in pull request #357: ACCUMULO-4611 Deprecate commons config in api URL: https://github.com/apache/accumulo/pull/357#discussion_r161797213 ## File path: core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java ## @@ -2