[GitHub] [accumulo] ctubbsii opened a new issue #1491: Broken ChaoticBalancerIT

2020-01-30 Thread GitBox
ctubbsii opened a new issue #1491: Broken ChaoticBalancerIT URL: https://github.com/apache/accumulo/issues/1491 The ChaoticBalancerIT keeps failing. I found the following in the master logs. It seems the ``` 2020-01-30 17:52:32,964 [master.Master] ERROR: Error processing table st

Accumulo-1.9 - Build # 430 - Unstable

2020-01-30 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-1.9 (build #430) Status: Unstable Check console output at https://builds.apache.org/job/Accumulo-1.9/430/ to view the results.

[GitHub] [accumulo] milleruntime opened a new pull request #1490: Remove unreachable code in DatafileManager

2020-01-30 Thread GitBox
milleruntime opened a new pull request #1490: Remove unreachable code in DatafileManager URL: https://github.com/apache/accumulo/pull/1490 Changes in 2.x to DatafileManager with how the root table stores its metadata left only one call to waitForScansToFinish, where it always passed in a

[GitHub] [accumulo] EdColeman commented on a change in pull request #1487: Fixes: #1323 Implement a write thread limit

2020-01-30 Thread GitBox
EdColeman commented on a change in pull request #1487: Fixes: #1323 Implement a write thread limit URL: https://github.com/apache/accumulo/pull/1487#discussion_r373167656 ## File path: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java ## @@ -948,6

[GitHub] [accumulo] ctubbsii commented on issue #1438: Add Automatic-Module-Name to JAR manifest

2020-01-30 Thread GitBox
ctubbsii commented on issue #1438: Add Automatic-Module-Name to JAR manifest URL: https://github.com/apache/accumulo/pull/1438#issuecomment-580376172 > > This change breaks the javadoc but I am not sure why. > > Even with the all of our jars having their own name the javadoc plugin is

[GitHub] [accumulo] asfgit closed issue #1485: Broken GarbageCollectorIT

2020-01-30 Thread GitBox
asfgit closed issue #1485: Broken GarbageCollectorIT URL: https://github.com/apache/accumulo/issues/1485 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [accumulo] milleruntime commented on issue #1485: Broken GarbageCollectorIT

2020-01-30 Thread GitBox
milleruntime commented on issue #1485: Broken GarbageCollectorIT URL: https://github.com/apache/accumulo/issues/1485#issuecomment-580338799 > I am working on using TabletFile in this part of the code and it will fix this text. OK after some tinkering, I believe the IT can be fixed in

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1489: Fixes #1458 - ZooSession now uses nanoTime vice currentTimeMillis

2020-01-30 Thread GitBox
ctubbsii commented on a change in pull request #1489: Fixes #1458 - ZooSession now uses nanoTime vice currentTimeMillis URL: https://github.com/apache/accumulo/pull/1489#discussion_r373021289 ## File path: core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java #

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1489: Fixes #1458 - ZooSession now uses nanoTime vice currentTimeMillis

2020-01-30 Thread GitBox
ctubbsii commented on a change in pull request #1489: Fixes #1458 - ZooSession now uses nanoTime vice currentTimeMillis URL: https://github.com/apache/accumulo/pull/1489#discussion_r373026444 ## File path: core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java #

[GitHub] [accumulo] cradal opened a new pull request #1489: Fixes #1458 - ZooSession now uses nanoTime vice currentTimeMillis

2020-01-30 Thread GitBox
cradal opened a new pull request #1489: Fixes #1458 - ZooSession now uses nanoTime vice currentTimeMillis URL: https://github.com/apache/accumulo/pull/1489 Updated class to use nanoTime() as the base start time for duration calculations. ---