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

xiangfu pushed a change to branch add-obfuscator-to-minion-tasks
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 1bfe424d16 Add Obfuscator for task config logging in minion builtin 
tasks
     add 745f654c0c Add Obfuscator for task config logging in minion builtin 
tasks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1bfe424d16)
            \
             N -- N -- N   refs/heads/add-obfuscator-to-minion-tasks 
(745f654c0c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/pinot/common/utils/PinotAppConfigs.java    | 2 +-
 .../apache/pinot/controller/api/PinotControllerAppConfigsTest.java  | 3 +--
 .../org/apache/pinot/minion/taskfactory/TaskFactoryRegistry.java    | 2 +-
 .../apache/pinot/minion/taskfactory/TaskFactoryRegistryTest.java    | 6 ++----
 .../plugin/minion/tasks/mergerollup/MergeRollupTaskExecutor.java    | 4 ++--
 .../RealtimeToOfflineSegmentsTaskExecutor.java                      | 4 ++--
 .../minion/tasks/refreshsegment/RefreshSegmentTaskExecutor.java     | 4 ++--
 .../SegmentGenerationAndPushTaskExecutor.java                       | 2 +-
 .../SegmentGenerationAndPushTaskGenerator.java                      | 4 ++--
 .../minion/tasks/upsertcompaction/UpsertCompactionTaskExecutor.java | 4 ++--
 .../tasks/upsertcompactmerge/UpsertCompactMergeTaskExecutor.java    | 4 ++--
 .../java/org/apache/pinot/server/api/PinotServerAppConfigsTest.java | 3 +--
 .../src/main/java/org/apache/pinot/spi/env/PinotConfiguration.java  | 2 +-
 pinot-spi/src/main/java/org/apache/pinot/spi/utils/Obfuscator.java  | 2 ++
 14 files changed, 22 insertions(+), 24 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to