Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve shard concurrency #3251

Closed

Commits on Mar 25, 2020

  1. Improve shard concurrency

    * Reduce lock scope on all public functions
    * Use TaskQueue to process shard finalization in separate thread
    * Store shard last ledger hash and other info in backend
    * Use temp SQLite DB versus control file when acquiring
    * Remove boost serialization from cmake files
    miguelportilla committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    78c9abb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    57fd9c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e35c2ec View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    07ca43d View commit details
    Browse the repository at this point in the history