You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by cs...@apache.org on 2023/06/07 16:48:19 UTC

[accumulo] branch no-chop-merge updated (ba0c7efc53 -> 11760f15bf)

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

cshannon pushed a change to branch no-chop-merge
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from ba0c7efc53 Merge branch 'main' into no-chop-merge
     add 30e30bda56 fail when unknown config seen in cluster.yaml (#3452)
     add b202483d62 Merge remote-tracking branch 'upstream/2.1'
     new 11760f15bf Merge branch 'main' into no-chop-merge

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:
 .../accumulo/core/conf/cluster/ClusterConfigParser.java | 17 +++++++++++++++++
 .../core/conf/cluster/ClusterConfigParserTest.java      | 17 +++++++++++++++++
 .../conf/cluster/{cluster.yaml => bad-cluster.yaml}     |  7 +++++++
 3 files changed, 41 insertions(+)
 copy core/src/test/resources/org/apache/accumulo/core/conf/cluster/{cluster.yaml => bad-cluster.yaml} (89%)


[accumulo] 01/01: Merge branch 'main' into no-chop-merge

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

cshannon pushed a commit to branch no-chop-merge
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 11760f15bf960f9a3d575f422ce1b13ee2dc591d
Merge: ba0c7efc53 b202483d62
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
AuthorDate: Wed Jun 7 12:19:59 2023 -0400

    Merge branch 'main' into no-chop-merge

 .../core/conf/cluster/ClusterConfigParser.java     | 17 +++++++
 .../core/conf/cluster/ClusterConfigParserTest.java | 17 +++++++
 .../accumulo/core/conf/cluster/bad-cluster.yaml    | 54 ++++++++++++++++++++++
 3 files changed, 88 insertions(+)