-
Notifications
You must be signed in to change notification settings - Fork 640
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
[Bug] Task Log not displayed after hitting submit #2085
Comments
Ahh, looks like I am really late on this. This is a duplicate of: This can be closed or deleted as needed. |
This is completely weird, as I don't reproduce it :( Let me try it again. |
@nicpenning what version of ES do you use here? Just to make sure I try to reproduce it with the exact same environment |
I have Elasticsearch 7.12.1. Working on upgrading to 7.13.1. This same behavior happened in 4.1.5. Anything else you might need? |
I figured out that if the Live Stream on the right hand side is open, then the task is shown right away when the task is added. However, if the Live Stream is not open on the right hand side, then it will not show the task log after hitting complete. |
@nadouani We have found that this same behavior occurs on adding observables as well. The observable does not show until you refresh the page. Or if you have the Live Stream open on the right, then it will immediately show when the observable gets created. |
Also, I can confirm this same activity happens with Creating New Tasks in Cases. |
I had the same problem |
This is resolved by a configuration change found here: #1977 (comment) |
Closing as this is duplicate and it can be resolved by adding this configuration setting (as noted above in the original post): db.janusgraph.index.search.elasticsearch.bulk-refresh=wait_for |
Request Type
Bug
Work Environment
Problem Description
Task logs are no longer populating immediately after submission. The page needs to be refreshed before the new task log that was created can be seen.
Steps to Reproduce
Possible Solutions
When the user clicks on add log then immediately display the task so the user knows that the task log was successfully added.
Complementary information
Here is a demonstration of trying to create the task log and it not showing up. After about 5 seconds I click on the refresh button in the browser to then show that the task log was created.
The text was updated successfully, but these errors were encountered: