During peak loads or pod restarts, high contention is observed on the T_FLOW_STATE table. This contention results in database locks, causing sessions to hang and connection counts to spike to the maximum threshold. This eventually delays all authentication processes and impacts system availability.
IDSP (VIP Authentication Hub)
The T_FLOW_STATE table is responsible for maintaining the sign-in state for active sessions. During pod startup or scaling events, pods may briefly attempt to allocate a high number of connections. If the database pool size is misconfigured or exceeds the database's capacity to handle concurrent locks on the state table, performance degrades.
T_FLOW_STATE contention and connection usage during these tests.T_FLOW_STATE table has been properly indexed according to the latest schema requirements (3).