hippware / cqerl

Native Erlang CQL client for Cassandra
http://matehat.github.io/cqerl
MIT License
0 stars 0 forks source link

Merge latest changes from matehat/master into working-2.0 #6

Open toland opened 7 years ago

toland commented 7 years ago

The only three changes that appear to be outstanding are:

  1. The retry PR
  2. Hiding passwords from the logs
  3. The workaround for CASSANDRA-10786
bernardd commented 7 years ago

I'm actually jut in the process of implementing the "proper" fix for (3) right now, so hopefully we won't need the workaround.

toland commented 7 years ago

There were several more changes since this ticket was originally created. I cherry-picked most of them onto our working branch today. Most of the changes on master were improvements to error handling when processing a packet.