Dmitry Kropachev
Dmitry Kropachev
@scylladb-buff , is there any urgency behind this ? I can't push it to this sprint or next sprint unless it is urgent.
@scylladb-buff, @mykaul, this repo is not under `scylla-driver` umbrella and therefore I don't have access, could you please take a look at this [PR](https://github.com/scylladb/alternator-load-balancing/pull/29)
@ptrsmrn , I have checked it agains cassandra, it works correctly: ``` cqlsh> CREATE TABLE not_existing_ks.my_table (id VARCHAR PRIMARY KEY, field_a VARCHAR, field_b VARCHAR); InvalidRequest: Error from server: code=2200 [Invalid...
@mykaul , I think it should be addressed in Scylla, can you please reopen it.
> > Can you please clarify why exactly you have closed it ? It seemse to me that scylla responses with wrong code. > > @dkropachev I closed it, because...
Ok, I have rerun test again and here is the buffer scylla responds with: `\x00\x00\x00\x00\x00%Can't find a keyspace not_existing_ks` , it is definnitely returning `code` 0.
> > Ok, I have rerun test again and here is the buffer scylla responds with: `\x00\x00\x00\x00\x00%Can't find a keyspace not_existing_ks` , it is definnitely returning `code` 0. > >...
@kostja , to confirm your words, I did more testing and results are: ## Cassandra 4 Code: 8704 (2200) Message: "Keyspace 'not_existing_ks' doesn't exist" HexMessage: "4b6579737061636520276e6f745f6578697374696e675f6b732720646f65736e2774206578697374" Hex response: "0000220000284b6579737061636520276e6f745f6578697374696e675f6b732720646f65736e2774206578697374" ##...
@FlorianHockmann , I have tried to reproduce it, it never showed up, I have made it successfully complete following tests: ``` mvn clean install --projects janusgraph-scylla -DskipTests=true --batch-mode --also-make mvn...
@FlorianHockmann , just to update you, I have managed to reproduce it, but completely failed to find reason for it to happen. It looks like this issue is happening only...