[GitHub] [accumulo] jmark99 commented on issue #1472: Update ListVolumesUsed to support root table metadata (#1350)

2020-01-14 Thread GitBox
jmark99 commented on issue #1472: Update ListVolumesUsed to support root table metadata (#1350) URL: https://github.com/apache/accumulo/pull/1472#issuecomment-574174675 @keith-turner I successfully ran the 'sunny' test suite and using an Uno instance ran the 'accumulo admin volumes -l' com

[GitHub] [accumulo] milleruntime commented on a change in pull request #1471: Create TabletFile for use in TabletMetadata. Closes #1396

2020-01-14 Thread GitBox
milleruntime commented on a change in pull request #1471: Create TabletFile for use in TabletMetadata. Closes #1396 URL: https://github.com/apache/accumulo/pull/1471#discussion_r366392699 ## File path: core/src/test/java/org/apache/accumulo/core/metadata/schema/TabletFileTest.java

[GitHub] [accumulo] ivakegg opened a new issue #1474: Clone a table but leave offline

2020-01-14 Thread GitBox
ivakegg opened a new issue #1474: Clone a table but leave offline URL: https://github.com/apache/accumulo/issues/1474 When cloning a table via the shell, we should have the option to keep the table offline. This is an automat

[GitHub] [accumulo] keith-turner commented on issue #1474: Clone a table but leave offline

2020-01-14 Thread GitBox
keith-turner commented on issue #1474: Clone a table but leave offline URL: https://github.com/apache/accumulo/issues/1474#issuecomment-574260699 In #575 the ability to create tables in the offline state was added. Would be worth looking at the API changes made for that in order to try and

[GitHub] [accumulo] jmark99 closed issue #1350: Update ListVolumesUsed to support root tablet metadata.

2020-01-14 Thread GitBox
jmark99 closed issue #1350: Update ListVolumesUsed to support root tablet metadata. URL: https://github.com/apache/accumulo/issues/1350 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [accumulo] keith-turner commented on a change in pull request #1471: Create TabletFile for use in TabletMetadata. Closes #1396

2020-01-14 Thread GitBox
keith-turner commented on a change in pull request #1471: Create TabletFile for use in TabletMetadata. Closes #1396 URL: https://github.com/apache/accumulo/pull/1471#discussion_r366538530 ## File path: core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletFile.java ###

[GitHub] [accumulo] keith-turner commented on a change in pull request #1471: Create TabletFile for use in TabletMetadata. Closes #1396

2020-01-14 Thread GitBox
keith-turner commented on a change in pull request #1471: Create TabletFile for use in TabletMetadata. Closes #1396 URL: https://github.com/apache/accumulo/pull/1471#discussion_r366542217 ## File path: core/src/test/java/org/apache/accumulo/core/metadata/schema/TabletFileTest.java

[GitHub] [accumulo] milleruntime commented on a change in pull request #1471: Create TabletFile for use in TabletMetadata. Closes #1396

2020-01-14 Thread GitBox
milleruntime commented on a change in pull request #1471: Create TabletFile for use in TabletMetadata. Closes #1396 URL: https://github.com/apache/accumulo/pull/1471#discussion_r366549747 ## File path: core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletFile.java ###

[GitHub] [accumulo] ivakegg opened a new pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
ivakegg opened a new pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475 * Added an optional keepOffline option to TableOperations.clone * Updated the shell clone command with a -k option * Updated the CloneTestIT to

[GitHub] [accumulo] milleruntime commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
milleruntime commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366578980 ## File path: shell/src/main/java/org/apache/accumulo/shell/commands/CloneTableCommand.java

[GitHub] [accumulo] keith-turner commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
keith-turner commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366578323 ## File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java

[GitHub] [accumulo] keith-turner commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
keith-turner commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366572641 ## File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java

[GitHub] [accumulo] milleruntime commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
milleruntime commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366582891 ## File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java

[GitHub] [accumulo] keith-turner commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
keith-turner commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366585753 ## File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java

[GitHub] [accumulo] ivakegg commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
ivakegg commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366602397 ## File path: shell/src/main/java/org/apache/accumulo/shell/commands/CloneTableCommand.java ## @

[GitHub] [accumulo] ivakegg commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
ivakegg commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366602588 ## File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java ## @

[GitHub] [accumulo] ivakegg commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
ivakegg commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366602735 ## File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java ## @

[GitHub] [accumulo] ivakegg opened a new pull request #1476: Accumulo 1474 master

2020-01-14 Thread GitBox
ivakegg opened a new pull request #1476: Accumulo 1474 master URL: https://github.com/apache/accumulo/pull/1476 This is the master port of the #1474 1.9 implementation This is an automated message from the Apache Git Service.

[GitHub] [accumulo] keith-turner commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline

2020-01-14 Thread GitBox
keith-turner commented on a change in pull request #1475: fixes #1474: Option to leave cloned tables offline URL: https://github.com/apache/accumulo/pull/1475#discussion_r366606006 ## File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java