-
-
Notifications
You must be signed in to change notification settings - Fork 862
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
Exception thrown when local disk is full #77
Comments
Thanks for the bug report. Will look into this issue and resolve to better handle the case of the local disk being full - it should exit gracefully rather than crash, Additionally, your not running the latest version of the client which contains a number of fixes since the v1.1.2 release. |
* Implement better handling of database exit scenarios when there is zero disk space left on drive where the items database resides (Issue #77) * Implement better handling of incorrect database permissions * Implement better handling of different database versions to automatically re-create tables if version mis-match (RHBZ #1598934)
* Update logging to use log.error & log.log where relevant * Dont pass dbVersion to createTable
@dleslie |
@dleslie |
Closed due to zero response from @dleslie Will merge PR as local testing validated fix & code reviewed. |
…sues (Issue #77) (#80) * Implement better handling of database exit scenarios when there is zero disk space left on drive where the items database resides (Issue #77) * Implement better handling of incorrect database permissions * Implement better handling of different database versions to automatically re-create tables if version mis-match (RHBZ #1598934)
Yep, I believe this works now. Thanks! 👍 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Report Details
Exception thrown when local disk is full
When the disk fills the following exception is thrown:
Application and Operating System Details:
To Reproduce
Steps to reproduce the behavior if not causing an application crash:
The text was updated successfully, but these errors were encountered: