Description
I'm running an Impala workload with ~10 concurrent clients submitting queries that take a few seconds each on a 9 node cluster. The master is pegging on core in negotiation, and has a bunch of other negotiation threads blocked on a mutex within SASL.
Each negotiation is taking 2-3 seconds due to waiting on this lock.
This severely restricts connection throughput, and probably needs to be addressed for 1.3.
Attachments
Attachments
Issue Links
- causes
-
IMPALA-6432 Default rpc_negotiation_timeout_ms may cause queries to fail on large clusters
- Resolved
- relates to
-
KUDU-1907 Lock contention in SASL Kerberos negotiation
- Open