Gleb Natapov

Results 119 comments of Gleb Natapov

> > > > The in memory tabled metadata cannot be older then the previous version since as you say we load them on after another and I claim that...

> > > > > > The in memory tabled metadata cannot be older then the previous version since as you say we load them on after another and I...

> > > > > > > > The in memory tabled metadata cannot be older then the previous version since as you say we load them on after another...

> > > abort_when_xx sounds like a function, not a class. > > > I don't know how to feel about this. It looks like a maze of small features,...

> > > > > abort_when_xx sounds like a function, not a class. > > > > > I don't know how to feel about this. It looks like a...

> Really? I thought that if there are 3 replicas in the local DC (including the coordinator), and 15 replicas in other DCs (3 per DC), then for each write...

The context is here e51a1a8ed955030774cf3ae406d725613e4a099b

But if rpc::tuple is just an alias and not a separate type how can it be implemented?

> @gleb-cloudius i intend to respect the original idea > > > I chose to introduce rpc::tuple instead of using std::tuple, since there may be existing users of std::tuple in...

It may be lwt related. To reproduce run upstream cassandra-stress with our driver like that: ` cassandra-stress user profile=cqlstress-lwt-example.yaml n=10000000 ops'(insert=1)' cl=QUORUM -mode native cql3 protocolVersion=3 -rate threads=200` `cqlstress-lwt-example.yaml` is...