You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2020/07/25 14:33:34 UTC

[pulsar] branch master updated (ee39e40 -> 777ed16)

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

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from ee39e40  fix: batch source able to be submitted (#7659)
     add 777ed16  [Issue 7489] Remove timestamp from metrics (#7539)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-go-functions-style.yaml             |  8 +++++---
 .github/workflows/ci-go-functions-test.yaml              |  6 +++---
 pulsar-function-go/pf/stats.go                           | 15 +++++++--------
 .../functions/instance/stats/ComponentStatsManager.java  |  3 +--
 .../functions/instance/stats/FunctionStatsManager.java   | 11 +++++------
 .../functions/instance/stats/SinkStatsManager.java       | 11 +++++------
 .../functions/instance/stats/SourceStatsManager.java     | 11 +++++------
 .../instance/src/main/python/function_stats.py           | 16 ++++++++--------
 8 files changed, 39 insertions(+), 42 deletions(-)