This is an automated email from the ASF dual-hosted git repository.
mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new f65920c [NO ISSUE][CONF] Make partitions related config visible
f65920c is described below
commit f65920c86679783f074c5371c8a42bf85a9262fe
Author: Murtadha Hubail <[email protected]>
AuthorDate: Mon Nov 22 18:18:36 2021 +0300
[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 <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Michael Blow <[email protected]>
---
.../src/main/java/org/apache/asterix/common/config/NodeProperties.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ public class NodeProperties extends AbstractProperties {
@Override
public boolean hidden() {
- return this == INITIAL_RUN || this == STARTING_PARTITION_ID ||
this == ACTIVE_PARTITIONS;
+ return this == INITIAL_RUN;
}
}