aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-12-20 11:31:58 +0000
committermpriyank <priyank.maheshwari@est.tech>2024-12-20 11:32:48 +0000
commit943ce278e766f4ca221134613b79c5f311141f22 (patch)
tree7e51394c6489b080c0d294f82fadfeec03b6a460 /docs
parent199be45ab573c3917d9ebefdeaf8b599f8944cd8 (diff)
Update docs related to lock
- added the distributed lock in the documentation as well - updated the log level to debug to refrain printing every iteration of the scheduler Issue-ID: CPS-2479 Change-Id: Ieeeff46168d70aca6f423e82bda15a12d6c405a5 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index 9823fa2f8a..2a17e30a16 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -357,5 +357,7 @@ Below are the list of distributed datastructures that we have.
| cps-ncmp | moduleSetTagsBeingProcessed | Track module set tags which are processed to prevent |
| | | multiple threads working with same tag. |
+--------------+------------------------------------+-----------------------------------------------------------+
+| cps-ncmp | cpsAndNcmpLock | Cps and NCMP distributed lock for various use cases. |
++--------------+------------------------------------+-----------------------------------------------------------+
-Total number of caches : 7
+Total number of caches : 8