You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/07/25 20:38:31 UTC

[accumulo] branch 2.0 updated (40d954f -> 5650335)

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

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


    from 40d954f  Merge branch '1.9' into 2.0
     add 5650335  Fix #1273 Fix Bulk Messages (#1287)

No new revisions were added by this update.

Summary of changes:
 .../accumulo/core/clientImpl/bulk/BulkImport.java  |  21 ++--
 .../apache/accumulo/core/file/FileOperations.java  |  13 +++
 .../bulk/BulkImportFilterInvalidTest.java          | 114 +++++++++++++++++++++
 server/master/pom.xml                              |   4 +
 .../master/tableOps/bulkVer2/PrepBulkImport.java   |  34 ++----
 5 files changed, 150 insertions(+), 36 deletions(-)
 create mode 100644 core/src/test/java/org/apache/accumulo/core/clientImpl/bulk/BulkImportFilterInvalidTest.java