Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10402

Docs for SERVER-29475: Install the LogicalSessionCache

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.5.9
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      Documentation Request Summary:

      This change implements several new setParameters that can be used to adjust settings on the LogicalSessionCache on each server. These are described below:

      logicalSessionRecordCacheSize - the maximum number of session records that the cache holds before it will begin evicting records. Defaults to 10,000.

      logicalSessionRefreshMinutes - the interval after which the logical session record will refresh against the main session store. Defaults to 5 minutes.

      localLogicalSessionTimeoutMinutes - TEST PARAMETER ONLY. We do not recommend that this be used in production. Sets the session timeout on this server only. This parameter must be set to the same value on every server in the cluster or sessions will not function properly. Defaults to 30 minutes.

      Engineering Ticket Description:

      On mongod and mongos. Install with mocks until the remaining pieces are complete, then we can plug-and-play:

      ServiceLiasonMongod (SERVER-29198)
      ServiceLiasonMongos (SERVER-29199)

      SessionsCollectionStandalone (SERVER-29201)
      SessionsCollectionRS (SERVER-29202)
      SessionsCollectionSharded (SERVER-29203)

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            emily.hall Emily Hall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 31 weeks, 2 days ago