[GitHub] [accumulo] keith-turner opened a new issue #1091: Set currentRow in PopulateMetadataTable

2019-04-15 Thread GitBox
keith-turner opened a new issue #1091: Set currentRow in PopulateMetadataTable URL: https://github.com/apache/accumulo/issues/1091 While looking at #1060 I noticed two things about the following code. First I think currentRow needs to be set when a new mutation is generated. Second I

[GitHub] [accumulo] keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command.

2019-04-15 Thread GitBox
keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command. URL: https://github.com/apache/accumulo/pull/1060#discussion_r275587943 ## File path:

[GitHub] [accumulo] keith-turner commented on issue #1060: Closes #1053 add multi-volume support to import table command.

2019-04-15 Thread GitBox
keith-turner commented on issue #1060: Closes #1053 add multi-volume support to import table command. URL: https://github.com/apache/accumulo/pull/1060#issuecomment-483462536 @drewfarris I am finished looking at this. I think the changes and the test look good. Still need to update the

[GitHub] [accumulo] keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command.

2019-04-15 Thread GitBox
keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command. URL: https://github.com/apache/accumulo/pull/1060#discussion_r275586524 ## File path:

[GitHub] [accumulo] keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command.

2019-04-15 Thread GitBox
keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command. URL: https://github.com/apache/accumulo/pull/1060#discussion_r275583831 ## File path:

[GitHub] [accumulo] keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command.

2019-04-15 Thread GitBox
keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command. URL: https://github.com/apache/accumulo/pull/1060#discussion_r275585496 ## File path: test/src/main/java/org/apache/accumulo/test/ImportExportIT.java ##

[GitHub] [accumulo] drewfarris commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command.

2019-04-15 Thread GitBox
drewfarris commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command. URL: https://github.com/apache/accumulo/pull/1060#discussion_r275547893 ## File path:

[jira] [Resolved] (ACCUMULO-1641) Examples should *only* use public API

2019-04-15 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs resolved ACCUMULO-1641. - Resolution: Fixed This work is at least partially complete. If there is more

[GitHub] [accumulo] ctubbsii opened a new issue #1090: Consolidate/Simplify ServerOpts

2019-04-15 Thread GitBox
ctubbsii opened a new issue #1090: Consolidate/Simplify ServerOpts URL: https://github.com/apache/accumulo/issues/1090 Most server types use the same set of options, but the SimpleGarbageCollector has two additional options which can be removed: 1. `verbose` - This prints to the

[jira] [Resolved] (ACCUMULO-4703) Attempt to pull all dependencies to latest version

2019-04-15 Thread Michael Miller (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller resolved ACCUMULO-4703. -- Resolution: Fixed Fixed but never ending so will open on GitHub as needed. >

[jira] [Updated] (ACCUMULO-3944) Tablet attempts to split or major compact after every bulk file import

2019-04-15 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-3944: Fix Version/s: (was: 2.0.0) > Tablet attempts to split or major compact

[GitHub] [accumulo] keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command.

2019-04-15 Thread GitBox
keith-turner commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command. URL: https://github.com/apache/accumulo/pull/1060#discussion_r275443853 ## File path:

[GitHub] [accumulo] milleruntime commented on issue #1089: Remove Major compaction from Bulk Import

2019-04-15 Thread GitBox
milleruntime commented on issue #1089: Remove Major compaction from Bulk Import URL: https://github.com/apache/accumulo/pull/1089#issuecomment-483295076 After looking more into this, I don't think this really does anything for improving ingest performance. And there is a chance that it

[GitHub] [accumulo] milleruntime closed pull request #1089: Remove Major compaction from Bulk Import

2019-04-15 Thread GitBox
milleruntime closed pull request #1089: Remove Major compaction from Bulk Import URL: https://github.com/apache/accumulo/pull/1089 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Resolved] (ACCUMULO-3944) Tablet attempts to split or major compact after every bulk file import

2019-04-15 Thread Michael Miller (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller resolved ACCUMULO-3944. -- Resolution: Won't Fix > Tablet attempts to split or major compact after every bulk

[jira] [Commented] (ACCUMULO-3944) Tablet attempts to split or major compact after every bulk file import

2019-04-15 Thread Michael Miller (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16818055#comment-16818055 ] Michael Miller commented on ACCUMULO-3944: -- Addressed inĀ 

[GitHub] [accumulo] milleruntime opened a new pull request #1089: Remove Major compaction from Bulk Import

2019-04-15 Thread GitBox
milleruntime opened a new pull request #1089: Remove Major compaction from Bulk Import URL: https://github.com/apache/accumulo/pull/1089 I pulled this from [ACCUMULO-3944](https://issues.apache.org/jira/browse/ACCUMULO-3944) but not sure if it should be done or not.

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1088: Fix #1087, wrap FileWriter with BufferedWriter

2019-04-15 Thread GitBox
ctubbsii commented on a change in pull request #1088: Fix #1087, wrap FileWriter with BufferedWriter URL: https://github.com/apache/accumulo/pull/1088#discussion_r275380804 ## File path: server/base/src/main/java/org/apache/accumulo/server/util/Admin.java ## @@ -506,7

[GitHub] [accumulo] milleruntime commented on issue #1088: Fix #1087, wrap FileWriter with BufferedWriter

2019-04-15 Thread GitBox
milleruntime commented on issue #1088: Fix #1087, wrap FileWriter with BufferedWriter URL: https://github.com/apache/accumulo/pull/1088#issuecomment-483245823 I am just curious... do you have a lot of tables and try printing the config where you saw a performance hit?

[GitHub] [accumulo] milleruntime commented on issue #1088: Fix #1087, wrap FileWriter with BufferedWriter

2019-04-15 Thread GitBox
milleruntime commented on issue #1088: Fix #1087, wrap FileWriter with BufferedWriter URL: https://github.com/apache/accumulo/pull/1088#issuecomment-483224955 Thanks @bd2019us I will take a look at this today. This is an