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

Only respect 'ifelapsed' if there is a previous promise evaluation #4312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vpodzime
Copy link
Contributor

If the promise is being evaluated for the first time (no records
in the locks LMDB), it doesn't make sense to check 'ifelapsed'
for it.

If the promise is being evaluated for the first time (no records
in the locks LMDB), it doesn't make sense to check 'ifelapsed'
for it.
@vpodzime vpodzime added the WIP Work in Progress label Sep 11, 2020
@olehermanse olehermanse self-requested a review February 8, 2021 13:53
Copy link
Member

@olehermanse olehermanse left a comment

Choose a reason for hiding this comment

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

Makes sense, but I would like it if you added some more detail to the commit message. Does this fix an issue you've encountered? Is there a relevant ticket number?

@vpodzime
Copy link
Contributor Author

Makes sense, but I would like it if you added some more detail to the commit message. Does this fix an issue you've encountered? Is there a relevant ticket number?

It fixed an issue I was seeing in the logs which got me to the next issue which I didn't want to spend time on. The ticket number would be ENT-6200, I guess, that's the test I was debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in Progress
Development

Successfully merging this pull request may close these issues.

2 participants