[GitHub] [accumulo] keith-turner closed pull request #1372: WIP #1316 Lifecycle logging

2020-02-03 Thread GitBox
keith-turner closed pull request #1372: WIP #1316 Lifecycle logging URL: https://github.com/apache/accumulo/pull/1372 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [accumulo] keith-turner commented on issue #1372: WIP #1316 Lifecycle logging

2020-02-03 Thread GitBox
keith-turner commented on issue #1372: WIP #1316 Lifecycle logging URL: https://github.com/apache/accumulo/pull/1372#issuecomment-581627641 This PR was created for feedback. Took a first step in implementing this in #1480 Th

[jira] [Resolved] (ACCUMULO-4377) Document and add test for Key constructors copy behavior

2020-02-03 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller resolved ACCUMULO-4377. -- Resolution: Duplicate https://github.com/apache/accumulo/issues/1104 > Document and

Accumulo-Master - Build # 3011 - Fixed

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

[GitHub] [accumulo] milleruntime opened a new pull request #1498: Reduce Path obj creation with VolumeUtil

2020-02-03 Thread GitBox
milleruntime opened a new pull request #1498: Reduce Path obj creation with VolumeUtil URL: https://github.com/apache/accumulo/pull/1498 * Make VolumeUtil.switchVolume() return the Path object it created instead of returning a string. This allows callers to use the Path object or call

[GitHub] [accumulo] milleruntime commented on issue #1480: Clean up tablet event logging #1316

2020-02-03 Thread GitBox
milleruntime commented on issue #1480: Clean up tablet event logging #1316 URL: https://github.com/apache/accumulo/pull/1480#issuecomment-581599781 FYI @keith-turner you have another draft PR related to this in #1372 ... I am not sure whether that was intentional or not but you could merge

[GitHub] [accumulo] EdColeman commented on issue #693: Start-up needs to scale with the number of servers

2020-02-03 Thread GitBox
EdColeman commented on issue #693: Start-up needs to scale with the number of servers URL: https://github.com/apache/accumulo/issues/693#issuecomment-581598921 Closing for the same reason as: https://github.com/apache/accumulo/issues/1049. The ability to require a number of tservers

[GitHub] [accumulo] EdColeman closed issue #693: Start-up needs to scale with the number of servers

2020-02-03 Thread GitBox
EdColeman closed issue #693: Start-up needs to scale with the number of servers URL: https://github.com/apache/accumulo/issues/693 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [accumulo] milleruntime merged pull request #1494: Inline values always the same & drop unreachable code in tserver

2020-02-03 Thread GitBox
milleruntime merged pull request #1494: Inline values always the same & drop unreachable code in tserver URL: https://github.com/apache/accumulo/pull/1494 This is an automated message from the Apache Git Service. To respond

[GitHub] [accumulo] EdColeman commented on issue #946: Consider adding critical thread metrics for monitoring

2020-02-03 Thread GitBox
EdColeman commented on issue #946: Consider adding critical thread metrics for monitoring URL: https://github.com/apache/accumulo/issues/946#issuecomment-581562357 PR: https://github.com/apache/accumulo/pull/1379 - added improved metadata consistency checking - this may be another candidat

[GitHub] [accumulo] EdColeman closed issue #1049: Tablet assignment on startup is sub-optimal

2020-02-03 Thread GitBox
EdColeman closed issue #1049: Tablet assignment on startup is sub-optimal URL: https://github.com/apache/accumulo/issues/1049 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [accumulo] EdColeman commented on issue #1049: Tablet assignment on startup is sub-optimal

2020-02-03 Thread GitBox
EdColeman commented on issue #1049: Tablet assignment on startup is sub-optimal URL: https://github.com/apache/accumulo/issues/1049#issuecomment-581560275 The ability to require a number of tservers and a max wait time have been merged into the baseline. 1.9: https://github.com/apach

Accumulo-Master - Build # 3010 - Unstable

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

[GitHub] [accumulo] milleruntime closed issue #1420: Make fields in AESCryptoService final

2020-02-03 Thread GitBox
milleruntime closed issue #1420: Make fields in AESCryptoService final URL: https://github.com/apache/accumulo/issues/1420 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [accumulo] milleruntime merged pull request #1497: Fixes #1420 - Made fields in AESCryptoService inner class constructor…

2020-02-03 Thread GitBox
milleruntime merged pull request #1497: Fixes #1420 - Made fields in AESCryptoService inner class constructor… URL: https://github.com/apache/accumulo/pull/1497 This is an automated message from the Apache Git Service. To re

[GitHub] [accumulo] cradal opened a new pull request #1497: Fixes #1420 - Made fields in AESCryptoService inner class constructor…

2020-02-03 Thread GitBox
cradal opened a new pull request #1497: Fixes #1420 - Made fields in AESCryptoService inner class constructor… URL: https://github.com/apache/accumulo/pull/1497 …s final This is an automated message from the Apache Git Servic

[GitHub] [accumulo] milleruntime commented on a change in pull request #1495: Replace older style for-loops with enhanced for-loops

2020-02-03 Thread GitBox
milleruntime commented on a change in pull request #1495: Replace older style for-loops with enhanced for-loops URL: https://github.com/apache/accumulo/pull/1495#discussion_r374101973 ## File path: core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.j

[GitHub] [accumulo] cradal commented on issue #1489: Fixes #1458 - ZooSession now uses nanoTime vice currentTimeMillis

2020-02-03 Thread GitBox
cradal commented on issue #1489: Fixes #1458 - ZooSession now uses nanoTime vice currentTimeMillis URL: https://github.com/apache/accumulo/pull/1489#issuecomment-581417459 I incorporated your suggestion to calculate a duration value and then convert to milliseconds. Just to be overly thoro