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

laiyingchun pushed a change to branch fix_arm
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


    omit 6a77144c6 fix: Fix build failure on ARM architecture chips
     add d7087b60f feat: Support to build server binaries separately (#2009)
     add a5498a92a feat: Add 2 options to limit thread count (#2011)
     add 24158c4ed fix: Fix build failure on ARM architecture chips

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   (6a77144c6)
            \
             N -- N -- N   refs/heads/fix_arm (24158c4ed)

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:
 CMakeLists.txt                                     |  3 +
 run.sh                                             |  8 +-
 src/base/test/CMakeLists.txt                       | 12 ++-
 src/geo/test/CMakeLists.txt                        |  4 +
 src/redis_protocol/proxy/CMakeLists.txt            | 20 +++--
 src/redis_protocol/proxy_ut/CMakeLists.txt         | 22 +++---
 src/sample/CMakeLists.txt                          |  7 +-
 src/server/CMakeLists.txt                          | 88 ++++++++++++++++------
 src/{sample => server/collector}/CMakeLists.txt    | 16 ++--
 src/{test/bench_test => server/collector}/main.cpp | 44 +++++------
 src/server/main.cpp                                | 87 ++++-----------------
 src/{sample => server/meta_server}/CMakeLists.txt  | 16 ++--
 .../bench_test => server/meta_server}/main.cpp     | 45 ++++++-----
 src/server/pegasus_server_impl_init.cpp            | 10 +++
 .../replica_server}/CMakeLists.txt                 | 16 ++--
 src/server/replica_server/main.cpp                 | 56 ++++++++++++++
 src/server/server_utils.cpp                        | 81 ++++++++++++++++++++
 .../pegasus/error.h => server/server_utils.h}      | 22 ++++--
 src/shell/command_helper.h                         |  8 --
 src/shell/commands/misc.cpp                        |  2 +-
 .../function_test/backup_restore/CMakeLists.txt    |  8 +-
 src/test/function_test/base_api/CMakeLists.txt     | 27 ++++---
 .../function_test/detect_hotspot/CMakeLists.txt    |  8 +-
 .../function_test/partition_split/CMakeLists.txt   | 27 ++++---
 src/test/function_test/recovery/CMakeLists.txt     |  8 +-
 src/test/function_test/restore/CMakeLists.txt      |  8 +-
 src/test/function_test/throttle/CMakeLists.txt     | 27 ++++---
 src/test/kill_test/CMakeLists.txt                  | 27 ++++---
 src/test/pressure_test/CMakeLists.txt              | 18 +++--
 29 files changed, 456 insertions(+), 269 deletions(-)
 copy src/{sample => server/collector}/CMakeLists.txt (75%)
 copy src/{test/bench_test => server/collector}/main.cpp (58%)
 copy src/{sample => server/meta_server}/CMakeLists.txt (74%)
 copy src/{test/bench_test => server/meta_server}/main.cpp (56%)
 copy src/{sample => server/replica_server}/CMakeLists.txt (74%)
 create mode 100644 src/server/replica_server/main.cpp
 create mode 100644 src/server/server_utils.cpp
 copy src/{include/pegasus/error.h => server/server_utils.h} (68%)


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

Reply via email to