Couldn't open transport for p1i-hdp-srv12.lnt.com:22000 (connect() failed: Connection refused)
RPC client failed to connect: Couldn't open transport for p1i-hdp-srv09.lnt.com:22000 (connect() failed: Connection refused)
ExecQueryFInstances rpc query_id=d745512ef66df60d:ced351a700000000 failed: RPC client failed to connect: Couldn't open transport for p1i-hdp-srv09.lnt.com:22000 (connect() failed: Connection refused)
Failed to create thread SenderThread(1:1) in category DataStreamSender: boost::thread_resource_error: Resource temporarily unavailable
위의 오류를 방지하려면 각 Impala 호스트를 다음과 같이 구성해야 한다고 들었습니다.
echo 2000000 > /proc/sys/kernel/threads-max
echo 2000000 > /proc/sys/kernel/pid_max
echo 8000000 > /proc/sys/vm/max_map_count
/etc/security/limits.conf
추가
impala soft nproc 262144
impala hard nproc 262144
이것이 안전한지 누가 말해 줄 수 있나요? 준수해야 할 제한 사항이 있나요? 부작용이 있나요? 이렇게 변경한 후에 다시 시작해야 합니까? 변경하기 전에 확인하거나 구성해야 할 다른 사항이 있습니까?