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

fix: stop sending RPCs to deleted database #34

Merged
merged 6 commits into from Jan 22, 2020
Merged

Commits on Jan 22, 2020

  1. Copy the full SHA
    948ba36 View commit details
    Browse the repository at this point in the history
  2. fix: client should stop sending rpcs after database dropped

    DatabaseClients should not continue to try to send RPCs to a database that has
    been deleted. Instead, the session pool will keep track of whether a database
    not found error has been returned for a database, and if so, will invalidate
    itself. All subsequent calls for this database will return a DatabaseNotFoundException
    without calling a RPC.
    
    If a database is re-created, the user must create a new DatabaseClient with a new
    session pool in order to resume usage of the database.
    
    Fixes #16
    olavloite committed Jan 22, 2020
    Copy the full SHA
    6a35e03 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8a83158 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3a8f221 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ed29deb View commit details
    Browse the repository at this point in the history
  6. fix: update copyright year

    olavloite committed Jan 22, 2020
    Copy the full SHA
    dd6c56b View commit details
    Browse the repository at this point in the history