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/11/17 09:37:16 UTC

[incubator-pegasus] branch master updated: feat(bulk_load): update ingestion config (#839)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c260f06  feat(bulk_load): update ingestion config (#839)
c260f06 is described below

commit c260f06751000d7dc9f4d5f55bde0e4fb3a3d7ac
Author: HeYuchen <he...@xiaomi.com>
AuthorDate: Wed Nov 17 17:36:45 2021 +0800

    feat(bulk_load): update ingestion config (#839)
---
 src/server/config.ini | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/server/config.ini b/src/server/config.ini
index 7a44011..20e5659 100644
--- a/src/server/config.ini
+++ b/src/server/config.ini
@@ -657,6 +657,11 @@
 [task.RPC_RRDB_RRDB_CLEAR_SCANNER_ACK]
   is_profile = true
 
+[task.RPC_RRDB_RRDB_BULK_LOAD]
+  is_profile = true
+  rpc_timeout_milliseconds = 10000
+  rpc_request_dropped_before_execution_when_timeout = true
+
 [task.RPC_FD_FAILURE_DETECTOR_PING]
   rpc_call_header_format = NET_HDR_DSN
   rpc_call_channel = RPC_CHANNEL_UDP

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