Piotr Grabowski

Results 88 comments of Piotr Grabowski

v2: fixed flaky unit test. (off-by-one error)

Renaming the issue so that it better describes the current state of this issue, which is: > I think we should consider separating the timestamp parameter from the Query/PreparedStatement. This...

Will be fixed by https://github.com/scylladb/scylla-cdc-java/pull/75

> This causes an exception, which causes Master to create completely new workers which read that generation from the start! So we have to process a week of work right...

The main usage of library was already described in this subpage: https://github.com/scylladb/scylla-cdc-java/tree/master/scylla-cdc-printer. The text from blogpost actually originated from this subpage. It is linked from the main `README` ("Next steps")....

My first take was that it's not worth making it configurable and let's just pick some sensible constants (1 second `OLD_AGE_ORPHAN_THRESHOLD` seems low). But on a second thought, for OLAP...

> I feel that the drivers consuming the same format (gossiping-property-file) is probably going to help reduce maintenance as well. Yes, it could be a solution, but it would have...

@rukai Could you describe the setup of your benchmark in more detail? I'm not able to reproduce the throughput dip around 60s. For my testing, I'm using [cql-stress](https://github.com/scylladb/cql-stress) which uses...