Category
network
Sub-Category
rpc
Description
This is a pro-forma bug for the second issue reported in 6696163:
RPC loadbalancing over more than one connection does not work for
most cases.
Frequency
Always
Regression
No
Steps to Reproduce
set clnt_max_conns to a value greater one and observe network traffic
Expected Result
RPC calls should be spread over the configured connections
Actual Result
RPC calls are using one connection only most of the time
Error Message(s)
Test Case
Workaround
Additional configuration information
clnt_max_conns should be declared volatile:
static volatile int clnt_max_conns = CLNT_MAX_CONNS;