Skip to content

Commit

Permalink
[Enhancement] add starlet_port in be/cn conf example (backport #36555
Browse files Browse the repository at this point in the history
…) (#36558)

Co-authored-by: Kevin Cai <[email protected]>
  • Loading branch information
mergify[bot] and kevincai authored Dec 7, 2023
1 parent f642387 commit e901f16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ be_port = 9060
be_http_port = 8040
heartbeat_service_port = 9050
brpc_port = 8060
starlet_port = 9070

# Enable jaeger tracing by setting jaeger_endpoint
# jaeger_endpoint = localhost:6831
Expand Down
1 change: 1 addition & 0 deletions conf/be_test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ be_port = 9060
be_http_port = 8040
heartbeat_service_port = 9050
brpc_port = 8060
starlet_port = 9070

# You can set your configurations in BE UT Tests as below.
pipeline_prepare_thread_pool_thread_num = 4
Expand Down
1 change: 1 addition & 0 deletions conf/cn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ thrift_port = 9060
be_http_port = 8040
heartbeat_service_port = 9050
brpc_port = 8060
starlet_port = 9070

# Choose one if there are more than one ip except loopback address.
# Note that there should at most one ip match this list.
Expand Down

0 comments on commit e901f16

Please sign in to comment.