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

wangdan pushed a change to branch migrate-metrics-dev
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


 discard d88e39dba feat(new_metrics): migrate replica-level metrics for replica 
class (#1397)
    omit 021afc356 feat(new_metrics): migrate replica-level metrics for 
capacity_unit_calculator (#1387)
    omit 4381e44e8 feat(new_metrics): migrate replica-level metrics for 
pegasus_server_impl (part 2) (#1386)
    omit 87edc5183 feat(new_metrics): migrate replica-level metrics for 
pegasus_server_impl (part 1) (#1374)
    omit 5246a8941 feat(new_metrics): migrate replica-level metrics for write 
service (#1351)
    omit ae20ce78c feat(new_metrics): add replica-level metric entity (#1345)
     add fd5a4350c chore(CI): include cmath to fix ambiguous std::abs on 
ubuntu1604 (#1395)
     add fc50c1c1d fix: fix kerberos authentication based on keytab for java 
client (#1393)
     add e4fee118c chore(build): make build dir standalone and speedup re-build 
(#1401)
     add 034cb9d10 feat(Ranger): Pull policies from the Ranger Service and 
update using resources policies (#1388)
     new 9b9ec0c95 feat(new_metrics): add replica-level metric entity (#1345)
     new d3bd0c28c feat(new_metrics): migrate replica-level metrics for write 
service (#1351)
     new 2f0c5dd8c feat(new_metrics): migrate replica-level metrics for 
pegasus_server_impl (part 1) (#1374)
     new e3d6a1383 feat(new_metrics): migrate replica-level metrics for 
pegasus_server_impl (part 2) (#1386)
     new 404ea7828 feat(new_metrics): migrate replica-level metrics for 
capacity_unit_calculator (#1387)
     new 6c4467912 feat(new_metrics): migrate replica-level metrics for replica 
class (#1397)

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   (d88e39dba)
            \
             N -- N -- N   refs/heads/migrate-metrics-dev (6c4467912)

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 6 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:
 .github/workflows/lint_and_test_cpp.yaml           |  12 +-
 .gitignore                                         |   1 -
 .../apache/pegasus/security/KerberosProtocol.java  |  40 +-
 run.sh                                             |  74 ++--
 scripts/pack_client.sh                             |  14 +-
 scripts/pack_common.sh                             |  10 +-
 scripts/pack_server.sh                             |  18 +-
 scripts/pack_tools.sh                              |  24 +-
 src/common/replica_envs.h                          |   1 +
 src/common/replication.codes.h                     |   1 +
 src/common/replication_common.cpp                  |   2 +
 src/meta/app_env_validator.cpp                     |   3 +-
 .../ranger/ranger_resource_policy_manager.cpp      | 409 ++++++++++++++++++++-
 .../ranger/ranger_resource_policy_manager.h        |  51 ++-
 .../test/ranger_resource_policy_manager_test.cpp   |  41 +++
 src/utils/error_code.h                             |   4 +
 src/utils/output_utils.h                           |   1 +
 17 files changed, 619 insertions(+), 87 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to