mirror of https://github.com/apache/druid.git
67b162a337
* SQL: More forgiving Avatica server. - Automatically close statements that are fully iterated or that have errors, to prevent dangling statements from causing clients to hit open statement limits. - Empower client auto-reconnects by throwing NoSuchConnectionException when appropriate. - Try to close empty connections when we hit the open connection limit, rather than failing the newly opened connection. Client auto-reconnections mean this shouldn't cause problems in practice. - Improve concurrency of the server by making "connections" a concurrent map. - Lower default connection timeout to PT5M from PT30M. * Fix DruidStatement test. |
||
---|---|---|
.. | ||
src | ||
pom.xml |