Summary |
0003296: Routing should use a dirtySqlTemplate for getReadyChannels() |
|
Revision |
2017-10-31 14:29 by mmichalek |
|
Description |
During the routing process, the results of getReadyChannels() do not need to be super-precise. Reduce locking contention on sym_data by changing this part of the process to use a dirty connection. This came up in a production use case where this this query is sporadically timing out. |
|
Revision |
2017-10-31 14:27 by mmichalek |
|
Description |
During the routing process, the results of getReadyChannels() do not need to be super-precise. Reduce locking contention on sym_data by changing this part of the process to use a dirty connection. |