You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/03/18 02:18:06 UTC

[skywalking] branch event/jvm updated (c91e432 -> 269e742)

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

kezhenxu94 pushed a change to branch event/jvm
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard c91e432  Remove condition `isGenerated` to report all events
 discard e0e07e1  Merge {boot,shutdown}Order into priority
 discard 6a4a8ad  Make ServiceInstanceGenerator a BootService
 discard 8918061  Merge branch 'master' into event/jvm
 discard 3826b73  Collect and report agent starting / shutdown events
     add bfef6d9  Fix typos (#6568)
     add 3553b2e  Update storage-extention.md (#6564)
     add aefeaa5  Collect and report agent starting / shutdown events
     add b46e989  Make ServiceInstanceGenerator a BootService
     add 49ff0ed  Merge {boot,shutdown}Order into priority
     add e7e11e2  Remove condition `isGenerated` to report all events
     add 269e742  Add timeout in shutdown event

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   (c91e432)
            \
             N -- N -- N   refs/heads/event/jvm (269e742)

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:
 .../skywalking/apm/agent/core/remote/EventReportServiceClient.java    | 3 ++-
 docs/en/guides/storage-extention.md                                   | 4 ++++
 .../org/apache/skywalking/oap/server/core/analysis/record/Record.java | 2 +-
 .../oap/server/library/client/jdbc/hikaricp/JDBCHikariCPClient.java   | 2 +-
 .../apache/skywalking/oap/server/storage/plugin/jdbc/SQLExecutor.java | 2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)