分类
          
      故障描述
              routing WARNING [7f73baffd700] [routing:bootstrap_rw] Total connections count=512 exceeds [DEFAULT].max_total_connections=512
故障分析
              无
处理过程
              myrouter默认最大会话为512。当需要改时,需改两个参数
[DEFAULT]
max_total_connections = 5120
[routing:bootstrap_rw] 
max_connections = 5120
 
建议/总结
              无