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

Container timeout only removes local cache in session replication. #7112

Merged
merged 1 commit into from Dec 22, 2015

Conversation

kobalski
Copy link

No description provided.

@kobalski kobalski changed the title fixes #3362 Container timeout only removes local cache in session replication. Dec 18, 2015
MapConfig mapConfig = hzConfig.getMapConfig(clusterMapName);
mapConfig.setMaxIdleSeconds(Integer.parseInt(sessionTTL));
hzConfig.addMapConfig(mapConfig);

Choose a reason for hiding this comment

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

config should be created before instance creation.

@mesutcelik
Copy link

I see that PR is fixing that issue as well. #2377

@mesutcelik
Copy link

👍

kobalski pushed a commit to kobalski/hazelcast that referenced this pull request Dec 21, 2015
}
MapConfig mapConfig = config.getMapConfig(mapName);
mapConfig.setMaxIdleSeconds(Integer.parseInt(sessionTTLConfig));
config.addMapConfig(mapConfig);
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need to addMapConfig again?

kobalski pushed a commit to kobalski/hazelcast that referenced this pull request Dec 21, 2015
@bilalyasar
Copy link
Contributor

👍

kobalski pushed a commit to kobalski/hazelcast that referenced this pull request Dec 21, 2015
@kobalski
Copy link
Author

run-lan-run

kobalski pushed a commit to kobalski/hazelcast that referenced this pull request Dec 21, 2015
mesutcelik pushed a commit that referenced this pull request Dec 22, 2015
Container timeout only removes local cache in session replication.
@mesutcelik mesutcelik merged commit 4c66d17 into hazelcast:maintenance-3.x Dec 22, 2015
mesutcelik pushed a commit that referenced this pull request Dec 22, 2015
Forward port of #7112 Container timeout only removes local cache in session replication.
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants