Skip to content

Release 2.3.4 - SE Distributed Cache via cluster cmdlets + graceful defaults#50

Merged
luigilink merged 1 commit into
mainfrom
release/2.3.4
Jun 29, 2026
Merged

Release 2.3.4 - SE Distributed Cache via cluster cmdlets + graceful defaults#50
luigilink merged 1 commit into
mainfrom
release/2.3.4

Conversation

@luigilink

Copy link
Copy Markdown
Owner

Fixes #49.

Fixed

  • SE branch uses Get-SPCacheClusterHealth.Hosts (FQDN list) + Get-SPCacheClusterInfo.Size as source of truth.
  • Port/ServiceName/CacheStatus degrade to SP DC defaults (22233, AppFabricCachingService, Up) when Get-SPCacheHostConfig is null.
  • Removes the AppFabric fallback from 2.3.3 (cmdlets not present on SE).

Pester 180/0, PSSA 0.

Get-SPCacheHostConfig returns null on several SE builds even with the FQDN,
and the AppFabric fallback added in 2.3.3 does not exist on SE. Switch the
SE branch to the SE-native cluster cmdlets: Get-SPCacheClusterHealth.Hosts
gives the canonical FQDN list and Get-SPCacheClusterInfo.Size gives the
cluster Size. Port/ServiceName/CacheStatus degrade to the SP DC defaults
(22233, AppFabricCachingService, Up when the SP service instance is Online)
when Get-SPCacheHostConfig still cannot resolve the host.

Fixes #49
@github-actions

Copy link
Copy Markdown

Pester Test Results

  1 files   15 suites   2s ⏱️
 59 tests  59 ✅ 0 💤 0 ❌
181 runs  181 ✅ 0 💤 0 ❌

Results for commit a5968e6.

@luigilink luigilink merged commit 65bb63b into main Jun 29, 2026
3 checks passed
@luigilink luigilink deleted the release/2.3.4 branch June 29, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2.3.4: SE Distributed Cache - use Get-SPCacheClusterHealth/Info, drop dead AppFabric fallback

1 participant