-
Notifications
You must be signed in to change notification settings - Fork 535
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
Not summarizing on first connection #4730
Comments
Also determined to not be caused by snapshot caching as this repros with multiple refreshes if you don't give it time to summarize in between. |
|
The problem with with how
|
@curtisman, leader election is not used in determination of summarizer. It is not a consensus process, it's calculation process (oldest client in quorum is a summarizer). So bug in AgentScheduler is not affecting summarizer (and this issue) |
Yep. Jump to conclusion too quickly. this is unrelated. |
@arinwt I am not able to repro this directly in app itself. After creating a new document and type something, it always summarize after 15s (seeing GenerateSummary*, SummaryOp/SummaryAck messages using Is there other repro step I should try? |
I reproed this in OWA with the meeting notes flow. I created a new meeting notes section, waited for document attach, typed and waited 15 seconds+ after for a summary to happen. Then I closed and reopened the same meeting over and over again. As long as I didn't leave the new meeting open for 15 seconds (which would have triggered another summary because OWA now adds an op on reopen), I could easily see that the collab space was replaying ops from document attach onward - no summary was taken. |
I'd recommend to leave it longer (up to a minute) and see what happens. In my testing I quite often see summaries taking longer than 15 seconds for completely idle clients. It's possible that some ops are sent here and there that delay the timer (without any user interaction). As a general statement, system does not provide any specific guarantee for when summaries are running. |
I had left it up to a minute and more :) I have also tested on subsequent loads that after typing and waiting 15 seconds that a summary DID happen. |
I saw similar behavior in Teams as well and verified by using teams.microsoft.com with debugPurple = 1 filter logs by 'summary'. Waited for much more than 15 seconds and nothing came in. |
I have tested with OWA (meetings), Teams on the Web (chat and meetings) and the editing apps. All seems to summarize around 15s mark. All of them shows version 0.31.1. I worked with @leeviana to repo, and she was able to repro with version 0.29 of the loader, but once it updated to 0.31 it doesn't repro either. Seems the issue has been fix I will close this for now. |
There seems to be an issue where the first connection to a document isn't summarizing.
Maybe related to detached creation flow?
Reproduce by creating a new Fluid document (or collaborative meeting) and enter some text. Wait 15+ seconds, and then refresh. It will not have summarized.
The text was updated successfully, but these errors were encountered: