Bulat Shakirzyanov

Results 14 comments of Bulat Shakirzyanov

All you'd need to do is generate correct url, I suggest trying filters in templates to see how the url looks like and replicating generation of url in javascript

Ruby driver already performs dns lookup on hostnames, I’m not sure why this is needed

Hmm, I’ll take a look, we might have to update the version of the ruby driver that cassandra-web is using

Can you rerun `cassandra-web` with `--debug`. And paste the stack-trace

I just realized that the `Gemfile.lock` was pretty stale and I updated it, can you try again without your patch to ensure you get dns resolving now, thanks!

do you mean that you can't start it when the server is down? you can keep starting it continuously until it succeeds or contribute re-initializing a cluster object

Hmm, I'm not sure what's going on, can you try without single quotes?

something is up with option parsing, I'd appreciate your help debugging.

Ione version is 1.2 (using cassandra-driver 1.0.0) Ruby versions are 1.9.3, 2.0 and 2.1 Linux version 3.13.0-24-generic (buildd@batsu) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1))

I've introduced your suggestion here https://github.com/datastax/ruby-driver/commit/8c45eee8b1d88ae0bb1fc1372fec1203297143d6, this should resolve issues that we faced in the ruby-driver. I do think that the simples quickfix is to not set `@io` to nil...