Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-developer-preview-4
-
Fix Version/s: 2.0
-
Component/s: documentation
-
Security Level: Public
-
Labels:None
Description
this happened in a cluster of 10 nodes with 50 million items when there was another view index in progress.
i created a second view called " hi2" and tried to get the view results.
Subset of nodes failed with the following error:
[
{
"from": "http://10.68.11.214:8092/_view_merge/",
"reason": "Design document `_design/dev_hi2` missing in database `default/master`."
}
]
please close if this is expected behavior..
i created a second view called " hi2" and tried to get the view results.
Subset of nodes failed with the following error:
[
{
"from": "http://10.68.11.214:8092/_view_merge/",
"reason": "Design document `_design/dev_hi2` missing in database `default/master`."
}
]
please close if this is expected behavior..
Neither the indexer nor the view merger are responsible for ensuring the databases exist before queries come in - this is ns_server/ep-engine task.