GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/549
Fixing db page loading
Improve db page error handling
This PR fixes an old bug with the databases page where if one
database query fails, the remaining responses that haven't been
returned don't get populated and the database table has a lot
of incomplete rows.
Now the individual failed database rows don't affect the others and
show a "This database failed to load" message to make it clear to
the user.
Closes COUCHDB-2243
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton db-page-error-handling
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/549.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #549
----
commit 9f9a549fb615ecae3903893a4a83410b6d5ba060
Author: Ben Keen <[email protected]>
Date: 2015-09-29T17:14:50Z
Improve db page error handling
This PR fixes an old bug with the databases page where if one
database query fails, the remaining responses that haven't been
returned don't get populated and the database table has a lot
of incomplete rows.
Now the individual failed database rows don't affect the others and
show a "This database failed to load" message to make it clear to
the user.
Closes COUCHDB-2243
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---