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

Fix mongo session persistence for failover #601

Open
fguitton opened this issue Jun 22, 2020 · 1 comment
Open

Fix mongo session persistence for failover #601

fguitton opened this issue Jun 22, 2020 · 1 comment

Comments

@fguitton
Copy link
Member

Following a large number of tests failing to pass in the past week investigations demonstrated that the cause was a defect in session persistence and revival when using express-session and connect-mongo. It is not clear yet why this problem only appears to show up only now, replacement of connect-mongo by connect-mongodb-session yielded the same result suggesting the source cause might reside in express-session.

Due to time constrains on the release of IDEAFast we have disabled persistence on the current develop branch and will be tracking the issue here. The objective is to revert the change and re-enable session persistence.

fguitton added a commit to ideafast/ideafast-portal that referenced this issue Jun 22, 2020
@fguitton fguitton pinned this issue Jun 22, 2020
fguitton added a commit that referenced this issue Jun 22, 2020
(cherry picked from commit 6383051)
@fguitton
Copy link
Member Author

The patching move was done in #602 which is the PR that aims to be reverted when a solution has been found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant