This is an automated email from the ASF dual-hosted git repository.
xincheng pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from fa6ea8ba7b [TEST] increase coverage of project workergroup relation
service (#15944)
add d218b021e7 [DSIP-25][Remote Logging] Split remote logging
configuration (#15826)
No new revisions were added by this update.
Summary of changes:
.../assembly/dolphinscheduler-alert-server.xml | 1 +
.../main/assembly/dolphinscheduler-api-server.xml | 1 +
.../config/ImmutablePriorityPropertyDelegate.java | 33 +++++++++---
.../common/config/ImmutablePropertyDelegate.java | 2 +-
...rtyDelegate.java => ImmutableYamlDelegate.java} | 32 ++++++------
.../common/constants/Constants.java | 5 +-
.../common/utils/PropertyUtils.java | 10 ++--
.../src/main/resources/remote-logging.yaml | 61 ++++++++++++++++++++++
.../ImmutablePriorityPropertyDelegateTest.java | 5 +-
.../src/test/resources/remote-logging.yaml | 61 ++++++++++++++++++++++
.../assembly/dolphinscheduler-master-server.xml | 1 +
.../assembly/dolphinscheduler-worker-server.xml | 1 +
12 files changed, 184 insertions(+), 29 deletions(-)
copy
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/config/{ImmutablePropertyDelegate.java
=> ImmutableYamlDelegate.java} (65%)
create mode 100644
dolphinscheduler-common/src/main/resources/remote-logging.yaml
create mode 100644
dolphinscheduler-common/src/test/resources/remote-logging.yaml