Skip to content

IGNITE-28476 Fix NPE during WalArchiveSizeConfigurationTest#testIncorrectMaxArchiveSizeConfiguration run#12987

Merged
zstan merged 2 commits intoapache:masterfrom
zstan:ignite-28476
Apr 10, 2026
Merged

IGNITE-28476 Fix NPE during WalArchiveSizeConfigurationTest#testIncorrectMaxArchiveSizeConfiguration run#12987
zstan merged 2 commits intoapache:masterfrom
zstan:ignite-28476

Conversation

@zstan
Copy link
Copy Markdown
Contributor

@zstan zstan commented Apr 7, 2026

GridCacheDatabaseSharedManager.start0 call: super.start0(); i.e. :
IgniteCacheDatabaseSharedManager.start0 where validateConfiguration check will raise exception in case of erroneous configuration, thus near activated checkpointManager can be not initizlized i.e. == null and further call :

GridCacheDatabaseSharedManager#onKernalStop0 {
...
checkpointManager.stop(cancel);

will bring NPE error

@sonarqubecloud
Copy link
Copy Markdown

@zstan zstan merged commit 5723edc into apache:master Apr 10, 2026
10 checks passed
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 participants