标签: amazon-ec2 cassandra cqlsh
我在Ec2实例上运行cassandra,在访问cqlsh时遇到以下错误。
请建议。
Click this to see the image of error log
答案 0 :(得分:0)
您是否更新了内核设置以增加线程数/文件句柄数?错误看起来像你在系统范围内达到最大线程。 https://docs.datastax.com/en/dse/5.1/dse-admin/datastax_enterprise/config/configRecommendedSettings.html有很好的建议。
答案 1 :(得分:0)
请检查你的python版本。从2.2开始,你的python版本应该大于2.6才能使cqlsh工作。