Dmitry Kropachev

Results 281 comments of Dmitry Kropachev

> However, if your intention was to have a separate `__ttl` column in Scylla table and not set expiration of row, there seems to be a bug preventing creating a...

Closed in favor of https://github.com/scylladb/python-driver/pull/362

tbh, I don't think it is good idea: 1. We will need to keep it updated 2. What about vim, atom, vscode users ? are we going to create same...

> > tbh, I don't think it is good idea: > > ``` > > 1. We will need to keep it updated > > > > 2. What about...

@fruch , we will take care of it on next week.

@DanielHe4rt , thanks for reporting it. it looks like it was fixed at this point, can you please confirm that on your end?

> Do you have reproducer @dkropachev ? Is the error thrown on every cluster.close()? Have no way to reproduce it. This error is thrown once after which c-s goes to...

Most likely this exception comes from this: When connection is closed it find host it is relates to by EndPoint in manager metadata, ``` src/main/java/com/datastax/driver/core/Connection.java:957 if (signaled.compareAndSet(false, true)) { Host...

> > > Do you have reproducer @dkropachev ? Is the error thrown on every cluster.close()? > > > > Have no way to reproduce it. > > This error...

> > > > > There are two of three exiting Endpoit implementations that are overriding equals in a way that allows different instances of Endpoints to match: > >...