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

billyliu pushed a change to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git.


 discard a353e55  [maven-release-plugin] prepare for next development iteration
 discard cfe6321  [maven-release-plugin] prepare release kylin-2.3.0
 discard f7e4052  [maven-release-plugin] rollback the release of kylin-2.3.0
 discard c90b3f9  [maven-release-plugin] prepare release kylin-2.3.0
     new 57462fa  KYLIN-3263, bugfix with AbstractExecutable's retry.

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   (a353e55)
            \
             N -- N -- N   refs/heads/2.3.x (57462fa)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 assembly/pom.xml                                   |  5 ++-
 atopcalcite/pom.xml                                |  5 ++-
 core-common/pom.xml                                |  5 ++-
 core-cube/pom.xml                                  |  5 ++-
 core-dictionary/pom.xml                            |  5 ++-
 core-job/pom.xml                                   |  5 ++-
 .../kylin/job/execution/AbstractExecutable.java    | 32 +++++---------
 .../apache/kylin/job/RetryableTestExecutable.java  | 50 ----------------------
 .../job/impl/threadpool/DefaultSchedulerTest.java  | 49 +++++++++++----------
 core-metadata/pom.xml                              |  6 ++-
 core-metrics/pom.xml                               |  5 ++-
 core-storage/pom.xml                               |  5 ++-
 engine-mr/pom.xml                                  |  5 ++-
 engine-spark/pom.xml                               |  5 ++-
 external/pom.xml                                   |  6 ++-
 jdbc/pom.xml                                       |  5 ++-
 kylin-it/pom.xml                                   | 18 ++++----
 metrics-reporter-hive/pom.xml                      |  5 ++-
 metrics-reporter-kafka/pom.xml                     |  2 +-
 pom.xml                                            | 12 +++---
 query/pom.xml                                      |  5 ++-
 server-base/pom.xml                                |  6 ++-
 server/pom.xml                                     |  5 ++-
 source-hive/pom.xml                                |  5 ++-
 source-kafka/pom.xml                               |  5 ++-
 storage-hbase/pom.xml                              |  9 ++--
 tomcat-ext/pom.xml                                 |  6 ++-
 tool-assembly/pom.xml                              |  5 ++-
 tool/pom.xml                                       |  5 ++-
 29 files changed, 131 insertions(+), 155 deletions(-)
 delete mode 100644 
core-job/src/test/java/org/apache/kylin/job/RetryableTestExecutable.java

-- 
To stop receiving notification emails like this one, please contact
billy...@apache.org.

Reply via email to