连接StarRocks 2.5.8出现protocol_version

这个报错有伙伴遇到过吗

Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  Received fatal alert: protocol_version
  Received fatal alert: protocol_version

Communications link failure 这种问题一般是应用方的数据库连接有效期时间,大于数据库自己设置的有效期,StarRocks数据库的连接的有效期默认是8小时,可以排查下对应的链接的超时时间是多少 建议您可以设置成一样的时间 然后这里有两个对应问题的分享 您可以参考下 大概率是这种问题 :

  1. https://cloud.tencent.com/developer/article/1650141

  2. https://blog.csdn.net/zhangchao19890805/article/details/40041349

Received fatal alert: protocol_version

这个是不是关键呢

是一连接就报错? 还是使用一段时间后报错? 客户端用的是什么版本什么连接方式?

目排查出来应该是跟用户连接数满了有关,

Received fatal alert: protocol_version
跟
reach limit of connetions

都是连接数满导致的