Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the issue of full cpus/ram when handling corrupted org (#2886)
When the disk was full, some strange things happened. Some files are created but the files are empty. In my case, my disk was full, so an organization's .json.db file was created with zero length content, causing a loop of the startOrg call. This commit will fix that problem by checking if the organization's .json.db file is corrupted.
- Loading branch information