You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by zy...@apache.org on 2021/12/15 06:46:21 UTC

[incubator-brpc] branch master updated: Replace baidu internal wiki address

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 67fd03b  Replace baidu internal wiki address
     new 8156a14  Merge pull request #1637 from wwbmmm/replace_baidu_wiki
67fd03b is described below

commit 67fd03b08ae75b0d3c211f983b07c2c616360c2a
Author: wwbmmm <ww...@163.com>
AuthorDate: Wed Dec 15 14:21:45 2021 +0800

    Replace baidu internal wiki address
---
 docs/cn/client.md                  | 2 +-
 src/brpc/builtin/pprof_service.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/cn/client.md b/docs/cn/client.md
index 0add4d3..6b470fc 100755
--- a/docs/cn/client.md
+++ b/docs/cn/client.md
@@ -521,7 +521,7 @@ Controller的特点:
 
 ## 线程数
 
-和大部分的RPC框架不同,brpc中并没有独立的Client线程池。所有Channel和Server通过[bthread](http://wiki.baidu.com/display/RPC/bthread)共享相同的线程池. 如果你的程序同样使用了brpc的server, 仅仅需要设置Server的线程数。 或者可以通过[gflags](http://wiki.baidu.com/display/RPC/flags)设置[-bthread_concurrency](http://brpc.baidu.com:8765/flags/bthread_concurrency)来设置全局的线程数.
+和大部分的RPC框架不同,brpc中并没有独立的Client线程池。所有Channel和Server通过[bthread](bthread.md)共享相同的线程池. 如果你的程序同样使用了brpc的server, 仅仅需要设置Server的线程数。 或者可以通过[gflags](flags.md)设置[-bthread_concurrency](http://brpc.baidu.com:8765/flags/bthread_concurrency)来设置全局的线程数.
 
 ## 超时
 
diff --git a/src/brpc/builtin/pprof_service.cpp b/src/brpc/builtin/pprof_service.cpp
index abc2b8e..8aa7834 100644
--- a/src/brpc/builtin/pprof_service.cpp
+++ b/src/brpc/builtin/pprof_service.cpp
@@ -220,7 +220,7 @@ void PProfService::heap(
             extra_desc = " (no TCMALLOC_SAMPLE_PARAMETER in env)";
         }
         cntl->SetFailed(ENOMETHOD, "Heap profiler is not enabled%s,"
-                        "check out http://wiki.baidu.com/display/RPC",
+                        "check out https://github.com/apache/incubator-brpc/blob/master/docs/cn/heap_profiler.md",
                         extra_desc);
         return;
     }

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org