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 2019/09/23 23:19:23 UTC

[accumulo] branch master updated (6766d92 -> a600898)

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 6766d92  Fix #1090 Consolidate/Simplfy ServerOpts (#1330)
     new c03e0fe  Update jackson to 2.9.10
     new 01ef69c  Merge branch '2.0'
     new a600898  Fix warning by removing unused variable

The 3 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:
 pom.xml                                                               | 4 ++--
 .../java/org/apache/accumulo/test/functional/GarbageCollectorIT.java  | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)


[accumulo] 02/02: Fix warning by removing unused variable

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 a60089890cff3a56dba2462b51971dcd6af69f48
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Mon Sep 23 19:02:32 2019 -0400

    Fix warning by removing unused variable
---
 .../java/org/apache/accumulo/test/functional/GarbageCollectorIT.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java b/test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java
index 7080cf6..d28eaaa 100644
--- a/test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java
@@ -302,7 +302,6 @@ public class GarbageCollectorIT extends ConfigurableMacBase {
         TablePermission.WRITE);
     try (BatchWriter bw = client.createBatchWriter(MetadataTable.NAME)) {
       for (int i = 0; i < 100000; ++i) {
-        final Text emptyText = new Text("");
         String longpath = "aaaaaaaaaabbbbbbbbbbccccccccccddddddddddeeeeeeeeee"
             + "ffffffffffgggggggggghhhhhhhhhhiiiiiiiiiijjjjjjjjjj";
         Mutation delFlag = createDelMutation(String.format("/%020d/%s", i, longpath), "", "", "");


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

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 01ef69cc40e0a2455d8d5dab608a7561dc317b90
Merge: 6766d92 c03e0fe
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Mon Sep 23 19:02:23 2019 -0400

    Merge branch '2.0'

 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)