apache/brpc

command_name大于15个字符的时候会被截断

开放

#1,251 创建于 2020年9月22日

 (5 条评论) (0 个反应) (1 位负责人)C++ (3,936 个派生)batch import
buggood first issue

仓库指标

星标
 (16,226 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Describe the bug (描述bug) command_name大于15个字符的时候会截取前15个字符,比如:command_name="myhelloworldprocess",bvar中的read_command_name函数会返回"myhelloworldpro",而不是"myhelloworldprocess"。

To Reproduce (复现方法) 同上

Expected behavior (期望行为) 同上

Versions (各种版本) 所有版本

Additional context/screenshots (更多上下文/截图)

贡献者指南