commit | 3ff74b263624c72cd7163b14c8121c9d9b6a2e34 | [log] [tgz] |
---|---|---|
author | Robert Newson <rnewson@apache.org> | Thu Aug 09 16:06:57 2012 +0100 |
committer | Robert Newson <rnewson@apache.org> | Thu Aug 09 16:49:48 2012 +0100 |
tree | b1d85467baa95e733ea6d3c097d4a73acecdd546 | |
parent | 26bc97dfeb734d2174f5d80929221fba368058b0 [diff] |
Assert that index sig never changes in the lifetime of a couch index process COUCHDB-1444 demonstrates that #st{} state get out of sync somehow, leading to unexpected 404's (missing_named_view) and 200's. This patch ensures that index sig never changes in the hope that it will lead to the cause of 1444 and prevent other occurrences of the same class of bug.