Skip to content

Release 2.3.3 - SE Distributed Cache AppFabric fallback#48

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

Release 2.3.3 - SE Distributed Cache AppFabric fallback#48
luigilink merged 1 commit into
mainfrom
release/2.3.3

Conversation

@luigilink

Copy link
Copy Markdown
Owner

Fixes #47.

Fixed

  • When Get-SPCacheHostConfig returns null on SE, fall back to Use-CacheCluster + Get-CacheHost + Get-AFCacheHostConfiguration to populate Port/Size/ServiceName/CacheStatus.

Pester 180/0, PSSA 0.

…n SE

On SE, Get-SPCacheHostConfig can return null for both FQDN and short name
even when the SPDistributedCacheServiceInstance is Online (host name lookup
quirk). Fall back to the historical AppFabric cmdlets (Use-CacheCluster +
Get-CacheHost + Get-AFCacheHostConfiguration) which are still installed on SE,
matching the host by FQDN/short name/short-name prefix, so Port/Size/
ServiceName/CacheStatus get populated.

Fixes #47
@github-actions

Copy link
Copy Markdown

Pester Test Results

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

Results for commit 9544bfe.

@luigilink luigilink merged commit 75a2e84 into main Jun 29, 2026
3 checks passed
@luigilink luigilink deleted the release/2.3.3 branch June 29, 2026 11:19
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.3: SE Distributed Cache - fallback to AppFabric cmdlets when Get-SPCacheHostConfig returns null

1 participant