Details
-
Bug
-
Resolution: Fixed
-
Major
-
Mobile 2.7
Description
Documentation https://docs.couchbase.com/sync-gateway/2.7/shared-bucket-access.html#how-to-enable-it
states :
The import_docs property is used to specify that a Sync Gateway node should (only) import document changes using the Import process. But note that it can only be set to true on a single node. |
whereas since 2.7 documentation on import_docs says :
https://docs.couchbase.com/sync-gateway/2.7/config-properties.html#databases-foo_db-import_docs
databases.foo_db.import_docs
boolean
Introduced in Sync Gateway 1.5, this property specifies whether this Sync Gateway node should perform import processing.
This property works in conjunction with the enable_shared_bucket_access property.
Starting in Sync Gateway 2.7, all Sync Gateway nodes can be configured as import nodes. This results in performance benefits as the import process is shared across all Sync Gateway nodes.
Prior to version 2.7, import_docs can only be set to true on a single node.
Solution :
Change documentation page https://docs.couchbase.com/sync-gateway/2.7/shared-bucket-access.html#how-to-enable-it to reflect this new feature.