[ https://issues.apache.org/jira/browse/CASSANDRA-16446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andres de la Peña updated CASSANDRA-16446: ------------------------------------------ Fix Version/s: (was: 4.0-beta) 4.0-beta5 Since Version: 4.0-alpha1 Source Control Link: https://github.com/apache/cassandra/commit/23512cf3da5e8206d8797841f2238cdd86c13d96 https://github.com/apache/cassandra-dtest/commit/c89dea0e8c38ed35ed40d59c975a07585584a637 Resolution: Fixed Status: Resolved (was: Ready to Commit) > Parent repair sessions leak may lead to node long pauses > -------------------------------------------------------- > > Key: CASSANDRA-16446 > URL: https://issues.apache.org/jira/browse/CASSANDRA-16446 > Project: Cassandra > Issue Type: Bug > Components: Consistency/Repair > Reporter: Berenguer Blasi > Assignee: Berenguer Blasi > Priority: Normal > Fix For: 4.0-beta5, 4.0 > > Time Spent: 50m > Remaining Estimate: 0h > > {{ActiveRepairService}} keeps a map `parentRepairSessions`. If these > sessions leak, that map can grow to a size when a node restarts > {{ActiveRepairService.onRestart()}} triggers a cleanup of sessions that can > pause nodes in a cluster for a long time. > The proposed solution is for repairs to cleanup these sessions on all nodes > on completion by sending a CLEANUP message to involved nodes. Tests rely on a > new {{parentRepairSessionsCount()}} method on the parent repair sessions > MBean to keep track of these. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org