Conversation
roborivers
left a comment
There was a problem hiding this comment.
Coding style check: Error. ⚠.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
recover_deadlock [core dumped]
disttxn
sc_drop
consumer_non_atomic_default_consumer_generated
unifiedcancel
remsql_rte_connect_generated
remsql_fdbpushredirect_generated
remsql_fdbpush_generated
remsql
load_remsql_rte_connect_generated
roborivers
left a comment
There was a problem hiding this comment.
Coding style check: Error. ⚠.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
recover_deadlock [core dumped]
sc_drop
consumer_non_atomic_default_consumer_generated
disttxn
insert_lots_ssl_generated
insert_lots
reco-ddlk-sql
incoh_remsql_rte_connect_generated
incoh_remsql
writes_remsql_names_rte_connect_generated
roborivers
left a comment
There was a problem hiding this comment.
Coding style check: Error. ⚠.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
recover_deadlock [core dumped]
sc_drop
consumer_non_atomic_default_consumer_generated
misstable_remsql_rte_connect_generated
misstable_remsql
disttxn
insert_lots_ssl_generated
insert_lots
incoh_remsql_rte_connect_generated
incoh_remsql
roborivers
left a comment
There was a problem hiding this comment.
Coding style check: Error. ⚠.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
insert_lots_ssl_generated
yast_stat4scan_generated
sp_twofiles_generated
sp_snapshot_generated
sp_queueodh_generated
sp
ixmap
analyze_recover_deadlock
autoanalyze
analyze_partial_index_off_generated
3c728ca to
672d362
Compare
roborivers
left a comment
There was a problem hiding this comment.
Coding style check: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
incremental_backup_usenames
yast_stat4scan_generated
silogdel
sp_snapshot_generated
sp_twofiles_generated
sp
sp_queueodh_generated
ixmap
analyze_recover_deadlock
autoanalyze
|
/adhoc-test sp |
roborivers
left a comment
There was a problem hiding this comment.
Coding style check: Success ✓.
Cbuild submission: Success ✓.
Regression testing: Success ✓.
The first 10 failing tests are:
sp
Re-engineer fdb remote sql locking to support concurrent access to different tables and a more efficient discovery process.
Fdb is protected by a read live lock.
Each remote table is protected by a read lock as well; we use MVCC to avoid a table lock updater wait for all read locks to go away. The MVCC caches the stale tables for the duration of sqlite setup and for the duration of sqlite execution.