cf8c96ac466925677100aeb8915201f1dc45bb2f
[docs.git] / docs / release-notes / projects / controller.rst
1 ==========
2 Controller
3 ==========
4
5 Overview
6 ========
7
8 The Controller project is an infrastructure service that supports other OpenDaylight projects.
9 It does not have user-facing features.
10
11
12 Behavior/Feature Changes
13 ========================
14 The default configuration of the Distributed Datastore has been changed to take advantage
15 of the ``tell-based protocol`` which has been long in the works. This prevents the dreaded
16 ``AskTimeoutException`` from being reported to applications. It also has much more modest
17 requirements on native memory when coupled with Akka Artery.
18
19 The ``ask-based protocol`` remains a configurable option and will remain for at least one
20 release, but its use should be avoided unless necessary.
21
22 New Features
23 ============
24 There are no new features.
25
26 Deprecated and Removed Features
27 ===============================
28 No deprecated or removed features.
29
30 Resolved Issues
31 ===============
32
33 The following table lists the issues resolved in this release.
34
35 .. jira_fixed_issues::
36    :project: CONTROLLER
37    :versions: 5.0.0-5.0.3
38
39 Known Issues
40 ============
41
42 The following table lists the known issues that exist in this release.
43
44 .. jira_known_issues::
45    :project: CONTROLLER
46    :versions: 5.0.0-5.0.3
47