ApacheSolr hasn't supported waitFlush since v4, so hosts that use it will throw errors like the following:

Request{"responseHeader":{"status":400,"QTime":0},"error":{"msg":"Unknown commit parameter 'waitFlush'","code":400}}

CommentFileSizeAuthor
#2 apachesolr-n2824901-2.patch3.59 KBDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna created an issue. See original summary.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
3.59 KB

This adds a new apachesolr_version setting to control which version is supported, currently only with options for -v3 and v4+, and the only difference is that the waitFlush option is not passed along to the Solr service if v4 is selected.

lightweight’s picture

Many thanks for this patch!