You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/01/22 19:45:08 UTC

[accumulo] branch master updated (8958ab9 -> c95cd29)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 8958ab9  Increase timeout for GarbageCollectWALIT to allow recovery
     add 6883f6b  Validate ClientOpts instance name and Zookeeper paths (#1478)
     new 223b396  Merge branch '1.9'
     new c95cd29  Remove unused imports in VolumeIT

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 test/src/main/java/org/apache/accumulo/test/VolumeIT.java | 2 --
 1 file changed, 2 deletions(-)


[accumulo] 02/02: Remove unused imports in VolumeIT

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit c95cd29e8568c4c5097f53466d6dbfc98cc9147d
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Jan 22 14:44:09 2020 -0500

    Remove unused imports in VolumeIT
---
 test/src/main/java/org/apache/accumulo/test/VolumeIT.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/VolumeIT.java b/test/src/main/java/org/apache/accumulo/test/VolumeIT.java
index 766cc41..0ffea13 100644
--- a/test/src/main/java/org/apache/accumulo/test/VolumeIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/VolumeIT.java
@@ -45,7 +45,6 @@ import org.apache.accumulo.core.client.TableExistsException;
 import org.apache.accumulo.core.client.TableNotFoundException;
 import org.apache.accumulo.core.client.admin.CompactionConfig;
 import org.apache.accumulo.core.client.admin.DiskUsage;
-import org.apache.accumulo.core.client.admin.NewTableConfiguration;
 import org.apache.accumulo.core.client.security.tokens.PasswordToken;
 import org.apache.accumulo.core.clientImpl.ClientContext;
 import org.apache.accumulo.core.conf.ClientProperty;
@@ -62,7 +61,6 @@ import org.apache.accumulo.core.metadata.schema.MetadataSchema;
 import org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.DataFileColumnFamily;
 import org.apache.accumulo.core.metadata.schema.TabletFile;
 import org.apache.accumulo.core.security.Authorizations;
-import org.apache.accumulo.core.security.TablePermission;
 import org.apache.accumulo.miniclusterImpl.MiniAccumuloConfigImpl;
 import org.apache.accumulo.server.ServerConstants;
 import org.apache.accumulo.server.init.Initialize;


[accumulo] 01/02: Merge branch '1.9'

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 223b396966cc1505399f8e1ef4d425120397b130
Merge: 8958ab9 6883f6b
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Jan 22 14:32:36 2020 -0500

    Merge branch '1.9'