Commit c111170
Submodule data_substrate updated 52 files
- build_tx_service.cmake+13-2
- core/src/tx_service_init.cpp+46
- store_handler/bigtable_handler.cpp+22-4
- store_handler/data_store_service_client.cpp+187-161
- store_handler/data_store_service_client.h+52-12
- store_handler/data_store_service_client_closure.cpp+70
- store_handler/data_store_service_client_closure.h+176-8
- store_handler/eloq_data_store_service/data_store.h+10
- store_handler/eloq_data_store_service/data_store_service.cpp+4
- store_handler/eloq_data_store_service/eloq_store_config.cpp+11
- store_handler/eloq_data_store_service/eloq_store_data_store.cpp+27-12
- store_handler/eloq_data_store_service/eloq_store_data_store.h+3-2
- store_handler/eloq_data_store_service/eloq_store_data_store_factory.h+1-1
- store_handler/eloq_data_store_service/eloqstore+1-1
- store_handler/rocksdb_handler.cpp+280-6
- store_handler/rocksdb_handler.h+25-13
- tx_service/CMakeLists.txt+6
- tx_service/include/cc/catalog_cc_map.h+7-7
- tx_service/include/cc/cc_entry.h+71-1
- tx_service/include/cc/cc_req_misc.h+109-6
- tx_service/include/cc/cc_request.h+15-42
- tx_service/include/cc/cc_shard.h+24-12
- tx_service/include/cc/local_cc_shards.h+132-16
- tx_service/include/cc/object_cc_map.h+46-1
- tx_service/include/cc/range_cc_map.h+32-4
- tx_service/include/cc/template_cc_map.h+198-129
- tx_service/include/fault/cc_node.h+1
- tx_service/include/fault/log_replay_service.h+61-20
- tx_service/include/range_record.h+2
- tx_service/include/read_write_entry.h+1
- tx_service/include/sharder.h+1
- tx_service/include/store/data_store_handler.h+27-8
- tx_service/include/store/int_mem_store.h+33-9
- tx_service/include/tx_service.h+10-3
- tx_service/include/type.h+15
- tx_service/src/cc/cc_shard.cpp+119-13
- tx_service/src/cc/local_cc_handler.cpp+8-5
- tx_service/src/cc/local_cc_shards.cpp+862-488
- tx_service/src/cc/range_slice.cpp+4-1
- tx_service/src/checkpointer.cpp+2-2
- tx_service/src/fault/cc_node.cpp+33
- tx_service/src/fault/log_replay_service.cpp+268-57
- tx_service/src/remote/cc_node_service.cpp+42-14
- tx_service/src/remote/cc_stream_receiver.cpp+3-4
- tx_service/src/sharder.cpp+14
- tx_service/src/tx_index_operation.cpp+30
- tx_service/src/tx_operation.cpp+106-76
- tx_service/tests/CMakeLists.txt+1
- tx_service/tests/CcPage-Test.cpp+37-13
- tx_service/tests/LargeObjLRU-Test.cpp+3.7k
- tx_service/tests/StartTsCollector-Test.cpp+4
- tx_service/tests/include/mock/mock_catalog_factory.h+25-2
0 commit comments