Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9c71527

Browse files
author
Sean Quah
committed
Log the stack when waiting for an entire room to be un-partial stated
The stack is already logged when waiting for an event to be un-partial stated. Log the stack for rooms as well.
1 parent e5716b6 commit 9c71527

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/13256.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Log the stack when waiting for an entire room to be un-partial stated.

synapse/storage/util/partial_state_events_tracker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ async def await_full_state(self, room_id: str) -> None:
166166
logger.info(
167167
"Awaiting un-partial-stating of room %s",
168168
room_id,
169+
stack_info=True,
169170
)
170171

171172
await make_deferred_yieldable(d)

0 commit comments

Comments
 (0)