On Mon, Nov 24, 2014 at 3:01 PM, Parag Shah <ps...@proofpoint.com> wrote:
> In our case, the timeouts were happening because internode > authentication was turned on and by default the user column family in the > system_auth keyspace is replicated only on 1 node. We also had to tune the > permissions_validity_in_ms from the default of 2000 ms to a larger value. > The issue was that all authentication requests would go to one node, since > it was replicated only on 1 node. We set replication factor to n (# of > nodes) on the system_auth keyspace. > *Very* good note, in the future will be sure to ask if authentication is enabled, as this has come up more and more recently. :D =Rob