Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IGNITE-24262] AssertionError in ClusterTimeImpl.startSafeTimeScheduler #5101

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Phillippko
Copy link
Contributor

@Phillippko Phillippko marked this pull request as ready for review January 23, 2025 11:14
private MetaStorageConfiguration metaStorageConfiguration;

@Test
void testSafeTimeSchedulerNotCreatedAfterStoppedTerm() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to verify that clusterTime methods called correctly at least. Right now it is not clear what this test actually doing. Also would be nice to have javaDoc describing this test.

if (!busyLock.enterBusy()) {
return;
}

try {
synchronized (this) {
if (lastSchedulerStoppedTerm > term) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is NullPointerException candidate. You can't see it in test because stopSafeTimeScheduler will be called before startSafeTimeScheduler and will initialize lastSchedulerStoppedTerm variable.

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