aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorhuangzhaowei <carlmartinmax@gmail.com>2015-07-09 19:31:31 -0700
committerCheng Lian <lian@databricks.com>2015-07-09 19:31:31 -0700
commit1903641e68ce7e7e657584bf45e91db6df357e41 (patch)
tree296b374952fc877cf5c3aee25640f497fde996ed /core
parent2727304660663fcf1e41f7b666978c1443262e4e (diff)
downloadspark-1903641e68ce7e7e657584bf45e91db6df357e41.tar.gz
spark-1903641e68ce7e7e657584bf45e91db6df357e41.tar.bz2
spark-1903641e68ce7e7e657584bf45e91db6df357e41.zip
[SPARK-8839] [SQL] ThriftServer2 will remove session and execution no matter it's finished or not.
In my test, `sessions` and `executions` in ThriftServer2 is not the same number as the connection number. For example, if there are 200 clients connecting to the server, but it will have more than 200 `sessions` and `executions`. So if it reaches the `retainedStatements`, it has to remove some object which is not finished. So it may cause the exception described in [Jira Address](https://issues.apache.org/jira/browse/SPARK-8839) Author: huangzhaowei <carlmartinmax@gmail.com> Closes #7239 from SaintBacchus/SPARK-8839 and squashes the following commits: cf7ef40 [huangzhaowei] Remove the a meanless funciton call 3e9a5a6 [huangzhaowei] Add a filter before take 9d5ceb8 [huangzhaowei] [SPARK-8839][SQL]ThriftServer2 will remove session and execution no matter it's finished or not.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions