uncaughtException: Cannot read property 'consistency' of null, TypeError: Cannot read property 'consistency' of null at RequestHandler.getDecision (/mnt/infibond/infi-version2/node_modules/cassandra-driver/lib/request-handler.js:351:69) at RequestHandler.handleError (/mnt/infibond/infi-version2/node_modules/cassandra-driver/lib/request-handler.js:304:27) at /mnt/infibond/infi-version2/node_modules/cassandra-driver/lib/request-handler.js:285:19 at next (/mnt/infibond/infi-version2/node_modules/cassandra-driver/lib/utils.js:442:14) at EventEmitter. (/mnt/infibond/infi-version2/node_modules/cassandra-driver/lib/request-handler.js:281:7)
I'm getting this exception in specific cases when i have a timeout (from what i can see in the driver the this.request is null.)
did anyone fix this localy or knows what could have made this error happen?
thanks!