You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by yu...@apache.org on 2021/09/06 08:50:29 UTC

[incubator-pegasus] tag v2.2.3 created (now 7867dd5)

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

yuchenhe pushed a change to tag v2.2.3
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git.


      at 7867dd5  (commit)
This tag includes the following new commits:

     new 38e38c3  fix: add lib while pack tools (#758)
     new f721294  feat: update client rpc config (#793)
     new 7867dd5  chore: bump the version to v2.2.3

The 3 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org


[incubator-pegasus] 02/03: feat: update client rpc config (#793)

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yuchenhe pushed a commit to tag v2.2.3
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git

commit f721294ae3c1f5d0114df054efab54e749a93c11
Author: HeYuchen <37...@qq.com>
AuthorDate: Wed Jul 28 15:06:45 2021 +0800

    feat: update client rpc config (#793)
---
 src/server/config.ini | 63 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 35 insertions(+), 28 deletions(-)

diff --git a/src/server/config.ini b/src/server/config.ini
index 4b52ffd..65c770b 100644
--- a/src/server/config.ini
+++ b/src/server/config.ini
@@ -525,116 +525,123 @@
   ;is_profile = true
 
 [task.RPC_RRDB_RRDB_PUT]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
   profiler::size.request.server = true
+  rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_PUT_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_MULTI_PUT]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
   profiler::size.request.server = true
+  rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_MULTI_PUT_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_REMOVE]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
+  rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_REMOVE_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_MULTI_REMOVE]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
+  rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_MULTI_REMOVE_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_INCR]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
 
 [task.RPC_RRDB_RRDB_INCR_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_CHECK_AND_SET]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
 
 [task.RPC_RRDB_RRDB_CHECK_AND_SET_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_CHECK_AND_MUTATE]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
 
 [task.RPC_RRDB_RRDB_CHECK_AND_MUTATE_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_GET]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
   profiler::size.response.server = true
+  rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_GET_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_MULTI_GET]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
   profiler::size.response.server = true
+  rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_MULTI_GET_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_SORTKEY_COUNT]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
 
 [task.RPC_RRDB_RRDB_SORTKEY_COUNT_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_TTL]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
+  rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_TTL_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_GET_SCANNER]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
 
 [task.RPC_RRDB_RRDB_GET_SCANNER_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_SCAN]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
 
 [task.RPC_RRDB_RRDB_SCAN_ACK]
   is_profile = true
 
 [task.RPC_RRDB_RRDB_CLEAR_SCANNER]
-  rpc_request_throttling_mode = TM_DELAY
-  rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
+  ;rpc_request_throttling_mode = TM_DELAY
+  ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
 
 [task.RPC_RRDB_RRDB_CLEAR_SCANNER_ACK]

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org


[incubator-pegasus] 01/03: fix: add lib while pack tools (#758)

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yuchenhe pushed a commit to tag v2.2.3
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git

commit 38e38c313f6a181e88262ed1d7063752a52c5264
Author: HeYuchen <37...@qq.com>
AuthorDate: Thu Jun 10 14:51:04 2021 +0800

    fix: add lib while pack tools (#758)
---
 scripts/pack_tools.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/scripts/pack_tools.sh b/scripts/pack_tools.sh
index 9f45b0d..9d8d9aa 100755
--- a/scripts/pack_tools.sh
+++ b/scripts/pack_tools.sh
@@ -113,6 +113,13 @@ copy_file ./DSN_ROOT/lib/*.so* ${pack}/DSN_ROOT/lib/
 copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.48 ${pack}/DSN_ROOT/lib/
 copy_file ./rdsn/thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack}/DSN_ROOT/lib/
 copy_file ./rdsn/thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libhdfs* ${pack}/DSN_ROOT/lib
+copy_file ./rdsn/thirdparty/output/lib/libsasl2.so.3 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libcom_err.so.3 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libgssapi_krb5.so.2 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libkrb5support.so.0 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libkrb5.so.3 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libk5crypto.so.3 ${pack}/DSN_ROOT/lib/
 copy_file `get_stdcpp_lib $custom_gcc` ${pack}/DSN_ROOT/lib/
 
 pack_tools_lib() {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org


[incubator-pegasus] 03/03: chore: bump the version to v2.2.3

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yuchenhe pushed a commit to tag v2.2.3
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git

commit 7867dd578037fc9f53ce3f8a9e341556c60b52e9
Author: heyuchen <he...@xiaomi.com>
AuthorDate: Mon Sep 6 16:49:57 2021 +0800

    chore: bump the version to v2.2.3
---
 rdsn                          | 2 +-
 src/include/pegasus/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rdsn b/rdsn
index cb93d91..c576fe3 160000
--- a/rdsn
+++ b/rdsn
@@ -1 +1 @@
-Subproject commit cb93d914415a78b3c85d77ead77460e39e8b2200
+Subproject commit c576fe3998f19a70797d6ab65027687c4fcf2917
diff --git a/src/include/pegasus/version.h b/src/include/pegasus/version.h
index ca1256f..53b9630 100644
--- a/src/include/pegasus/version.h
+++ b/src/include/pegasus/version.h
@@ -18,4 +18,4 @@
  */
 
 #pragma once
-#define PEGASUS_VERSION "2.2.2"
+#define PEGASUS_VERSION "2.2.3"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org