Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
845 contributions in the last year
Contribution activity
October 2020
Created a pull request in tarantool/mysql-tarantool-replication that received 1 comment
- Enhance crash patterns
- Enable MVCC engine using command-line option
- Skip DB teardown when --leave-db-running option specified
- Enable Raft options in an instance file
- Support independent keys in a register workload
- Add nemeses support
- Remove --single-mode option
- Fix Travis CI
- Rewrite register client
- Add counter test
- Add Set test
Created an issue in altescy/bookshelf that received 5 comments
Automatically add books in a directory
It would be nice to automatically add books in a directory. Now it is possible to add book one by one manually. It's time consuming and boring. P.S…
- Access to Tarantool via SQL and using connector
- Make ability to choose engine (vinyl or memtx)
- Make Tarantool spaces synchronous again
- Consider nemeses used in PingCAP
- Add error codes from src/box/errcode.h to crash patterns
- Disable tables cleanup when `--leave-db-running` is passed
- Implement a method to discover current leader and commit synchronous transactions from the previous leader
- Enable RAFT in an instance file
- Use new TX engine
- Implement independent keys in a register workload
- Remove option `--single-mode`
- Close connections to DBMS
- Add general support of nemeses
- Rewrite operations of a client in register workload to SQL
- Bump Jepsen version