Dorin Hogea

Results 5 issues of Dorin Hogea

3 things: - avoid reading llmeta during views update (lock inversion prevention) (ported https://github.com/bloomberg/comdb2/pull/4365 to main) - remove code and tunable sc_done_same_tran (only on going forward) - fix scdone for...

Simple patch, use one shard to retrieve csc2 and make rebuild work. NOTE: rebuild work for partitions added to existing tables, because first tables are aliased and share the same...

The multi-table schema changes (that includes partitions) need a single transactional llmeta entry to save all changes atomicatlly. The block processor for schema changes was revamped and copy&paste code shared...

ready to review

This supports cdb2api for non-2pc remote writes. It replaces the complex sharing remote transaction model with a remote sql push. It expends on https://github.com/bloomberg/comdb2/pull/4631, and need to be merged after...

depending on pending PR

The latest version of remsql, available for standalone queries, runs the latter over cdb2api instead of the remsql custom protocol. There are a few additions to cdb2api, which are done...

ready to review