Shubham Mishra
Shubham Mishra
# Description of Changes Made `ctx` to not be shared between threads in subscription as that leads to lock contention. # API and ABI breaking changes No # Expected complexity...
# Description of Changes find out scheduler Actor queue allows duplicate entries. this duplication happen when updating a row without changing `scheduled_id` in timer table. # API and ABI breaking...
# Description of Changes 1. Create `IndexFile`: a wrapper around `IndexFileMut` for exposing only read apis. 2. Update `Repo` trait to get `IndexFile` 3. Refactoring: Method naming changes to show...
# Description of Changes All test written works including commented ones. Use command ``` python -m smoketests --compose-file ../private/docker-compose.yml --docker --no-docker-log -k replication ```
# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...
- [X] Read the [Contributing document](../blob/-/.github/CONTRIBUTING.md). Summary --------------- [gogo/protobuf](https://github.com/gogo/protobuf) has been deprecated for years. We should be using up-to-date protobufs provided by [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go). In order to fit our use cases,...
Reported on public discord - https://discord.com/channels/1037340874172014652/1363060408285532253. A few milliseconds of delay can be expected when the module is busy with other tasks, but this should be investigated if the module...
# Description of Changes Make View backing tables and related St tables not persistent. 1. Modifies `CommittedState` to hold set of ephemeral tables. 2. Update `TxData` to contain a subset...
# Description of Changes A tokio task to cleanup unsubscribed views. fixes #3587 # API and ABI breaking changes NA # Expected complexity level and risk 2 # Testing Added...