commit | f65920c86679783f074c5371c8a42bf85a9262fe | [log] [tgz] |
---|---|---|
author | Murtadha Hubail <murtadha.hubail@couchbase.com> | Mon Nov 22 18:18:36 2021 +0300 |
committer | Murtadha Hubail <mhubail@apache.org> | Mon Nov 22 19:11:18 2021 +0000 |
tree | 90530aa50e84a959308d128bedc3746984b7264b | |
parent | 6dc0f84985fde15017d14b316db2ce2c590c3e15 [diff] |
[NO ISSUE][CONF] Make partitions related config visible - user model changes: no - storage format changes: no - interface changes: no Change-Id: Ia1c6a3a0a6e4ac94351c9ef314482e2f224276c9 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/14163 Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Michael Blow <mblow@apache.org>
diff --git a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/NodeProperties.java b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/NodeProperties.java index a03530d..afb103d 100644 --- a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/NodeProperties.java +++ b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/NodeProperties.java
@@ -96,7 +96,7 @@ @Override public boolean hidden() { - return this == INITIAL_RUN || this == STARTING_PARTITION_ID || this == ACTIVE_PARTITIONS; + return this == INITIAL_RUN; } }