Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Obviously the feature should be enabled to begin with. It's off by default (as of 4.0.x, we might want to modify this for 5.x)
  2. The background fill option feature must be enabled, and allowed to kick in for every request. This is necessary, in case the owning consumer ("client session") goes away, someone needs to take over the session.
  3. The max_doc_size must be unlimited, since we potentially don't know the size of the object, we can't allow it to disconnect due to going over this limit.

...