Skip to content

serving服务修改rpc_timeout_ms参数不生效 #185

@gaoying0805

Description

@gaoying0805

修改服务的serving.config配置文件中的rpc_timeout_ms参数不生效。
格式如下
{
"id": "xxxxxx",
"serverConf": {
"featureMapping": {"f": "f"},
"host": "0.0.0.0",
"servicePort": "8195",
"communicationPort": "8095",
"metricsExposerPort": 10308,
"brpcBuiltinServicePort": 10309
},
"modelConf": {
"modelId": "xx-eefd-model-export",
"basePath": "./data",
"sourcePath": "/root/model_bundle.tar.gz",
"sourceSha256": "xxxxxx",
"sourceType": "ST_FILE"
},
"clusterConf": {
"selfId": "xx-xx",
"parties": [{"id": "node1", "address": "0.0.0.0:8095"}, {"id": "node2", "address": "xx.xx.xxx.xx:8095"}],
"channelDesc": {
"protocol": "http",
"rpc_timeout_ms": -1
}
},
"featureSourceConf": {"httpOpts": {"endpoint": "http://xx.xx.xxx.xx:8200/BatchFeatureService/BatchFetchFeature"}}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions