You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/05/26 00:42:41 UTC

[incubator-pinot] branch enhance_log4j updated (236ab23 -> 9b7be2f)

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

xiangfu pushed a change to branch enhance_log4j
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 236ab23  Update Pinot-admin and quickstart log4j config
     add 9b7be2f  Update Pinot-admin and quickstart log4j config

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   (236ab23)
            \
             N -- N -- N   refs/heads/enhance_log4j (9b7be2f)

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:
 docs/batch_data_ingestion.rst                      |  4 +-
 kubernetes/helm/README.md                          |  6 +-
 kubernetes/helm/pinot/README.md                    |  6 +-
 .../helm/pinot/pinot-github-events-setup.yml       |  2 +-
 kubernetes/helm/pinot/values.yaml                  |  6 +-
 pinot-tools/pom.xml                                | 16 ++--
 .../conf/{quickstart-log4j2.xml => log4j2.xml}     |  5 +-
 .../src/main/resources/conf/pinot-admin-log4j2.xml | 49 ------------
 .../main/resources/conf/pinot-broker-log4j2.xml    | 48 ------------
 .../resources/conf/pinot-controller-log4j2.xml     | 48 ------------
 .../resources/conf/pinot-ingestion-job-log4j2.xml  | 52 -------------
 .../main/resources/conf/pinot-server-log4j2.xml    | 48 ------------
 .../src/main/resources/conf/pinot-tools-log4j2.xml | 40 ----------
 pinot-tools/src/main/resources/log4j2.xml          | 86 +++++++---------------
 14 files changed, 51 insertions(+), 365 deletions(-)
 rename pinot-tools/src/main/resources/conf/{quickstart-log4j2.xml => log4j2.xml} (89%)
 delete mode 100644 pinot-tools/src/main/resources/conf/pinot-admin-log4j2.xml
 delete mode 100644 pinot-tools/src/main/resources/conf/pinot-broker-log4j2.xml
 delete mode 100644 pinot-tools/src/main/resources/conf/pinot-controller-log4j2.xml
 delete mode 100644 pinot-tools/src/main/resources/conf/pinot-ingestion-job-log4j2.xml
 delete mode 100644 pinot-tools/src/main/resources/conf/pinot-server-log4j2.xml


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