Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Jira issue

...

Discussion thread: TODO

JIRA: TODO

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keySOLR-14306

Released:  

Motivation

Interaction with ZooKeeper is difficult and it’s all over the Solr code. This makes it difficult to test, there are currently limited options other than integration tests, which are slow, fragile, and not as versatile (difficult to test certain scenarios).

...

While it would be out of the scope of this change, If the abstractions/interfaces are correctly designed, this could lead to, in the future, be able to use something other than ZooKeeper for coordination, either etcd or maybe even some in-memory replacement for tests.

Public Interfaces

WIPImage Added

Compatibility, Deprecation, and Migration Plan

...