Files
impala/tests/query_test
Nong Li 28e16b02bb Change BufferedBlockMgr to be a query wide singleton.
Similar to some of our other resource management objects, the buffered block mgr
will be shared by all fragments within a query.

The memory given to the block mgr is based on the query limit (e.g. 80% of query limit).
We can't have each fragment having a block mgr that uses 80% of the query limit and
we probably don't want to impose per fragment limits.

Change-Id: Idcd89f302534b37ed236cdd42784ae8d717ec29e
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/3965
Reviewed-by: Nong Li <nong@cloudera.com>
Tested-by: jenkins
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4179
2014-09-05 00:08:05 -07:00
..
2014-08-27 13:52:58 -07:00
2014-08-17 12:44:25 -07:00
2014-08-27 13:41:42 -07:00