You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2023/05/30 12:20:17 UTC

[accumulo] branch elasticity updated (5608a9291a -> 306d33a67e)

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

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


    from 5608a9291a adds validation to user split and new tests (#3431)
     add 969fc52f1c Pass config to ContextClassLoaderFactory (#3400)
     add ecea31428c Merge branch '2.1'
     add 0017fd8949 More build updates to reduce warnings (#3426)
     add bb48f00de9 Minor improvements to BulkImport.estimateSizes() (#3424)
     new 306d33a67e Merge branch 'main' into elasticity

The 1 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:
 assemble/bin/accumulo-cluster                      |  1 -
 assemble/bin/accumulo-service                      |  1 -
 assemble/bin/accumulo-util                         |  1 -
 core/pom.xml                                       |  3 +--
 .../accumulo/core/classloader/ClassLoaderUtil.java |  4 +++-
 .../accumulo/core/clientImpl/bulk/BulkImport.java  | 15 ++-------------
 ...ion.java => ContextClassLoaderEnvironment.java} | 20 +++++++++-----------
 .../core/spi/common/ContextClassLoaderFactory.java | 11 ++++++++++-
 .../accumulo/core/util/ConfigurationImpl.java      |  3 +++
 core/src/main/scripts/generate-thrift.sh           |  2 +-
 .../src/main/scripts/mkdirs.sh                     | 15 +++++++--------
 minicluster/pom.xml                                |  4 ++++
 pom.xml                                            | 22 ++++++++++++++++++----
 server/monitor/pom.xml                             |  4 ++++
 14 files changed, 62 insertions(+), 44 deletions(-)
 copy core/src/main/java/org/apache/accumulo/core/spi/common/{IteratorConfiguration.java => ContextClassLoaderEnvironment.java} (74%)
 copy contrib/ci/run-shellcheck.sh => core/src/main/scripts/mkdirs.sh (72%)


[accumulo] 01/01: Merge branch 'main' into elasticity

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

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

commit 306d33a67e50881ec8e7e2cd1a27dc16e173b5d4
Merge: 5608a9291a bb48f00de9
Author: Dave Marion <dl...@apache.org>
AuthorDate: Tue May 30 12:13:10 2023 +0000

    Merge branch 'main' into elasticity

 assemble/bin/accumulo-cluster                      |  1 -
 assemble/bin/accumulo-service                      |  1 -
 assemble/bin/accumulo-util                         |  1 -
 core/pom.xml                                       |  3 +-
 .../accumulo/core/classloader/ClassLoaderUtil.java |  4 ++-
 .../accumulo/core/clientImpl/bulk/BulkImport.java  | 15 ++--------
 .../spi/common/ContextClassLoaderEnvironment.java  | 34 ++++++++++++++++++++++
 .../core/spi/common/ContextClassLoaderFactory.java | 11 ++++++-
 .../accumulo/core/util/ConfigurationImpl.java      |  3 ++
 core/src/main/scripts/generate-thrift.sh           |  2 +-
 core/src/main/scripts/mkdirs.sh                    | 27 +++++++++++++++++
 minicluster/pom.xml                                |  4 +++
 pom.xml                                            | 22 +++++++++++---
 server/monitor/pom.xml                             |  4 +++
 14 files changed, 107 insertions(+), 25 deletions(-)