#include "scheduling/admission-controller.h"
#include <boost/algorithm/string.hpp>
#include <boost/bind.hpp>
#include <boost/foreach.hpp>
#include <boost/mem_fn.hpp>
#include <gutil/strings/substitute.h>
#include "common/logging.h"
#include "statestore/simple-scheduler.h"
#include "runtime/exec-env.h"
#include "runtime/mem-tracker.h"
#include "util/debug-util.h"
#include "util/time.h"
#include "util/runtime-profile.h"
#include "common/names.h"
Go to the source code of this file.
|
| impala |
| This file contains type definitions that are used throughout the code base.
|
|
|
| DEFINE_int64 (queue_wait_timeout_ms, 60 *1000,"Maximum amount of time (in ""milliseconds) that a request will wait to be admitted before timing out.") |
|
static bool | impala::ParsePoolTopicKey (const string &topic_key, string *pool_name, string *backend_id) |
|
static string | impala::MakePoolTopicKey (const string &pool_name, const string &backend_id) |
|
static string | impala::DebugPoolStats (const string &pool_name, const TPoolStats *total_stats, const TPoolStats *local_stats) |
|
DEFINE_int64 |
( |
queue_wait_timeout_ms |
, |
|
|
60 * |
1000, |
|
|
"Maximum amount of time (in ""milliseconds) that a request will wait to be admitted before timing out." |
|
|
) |
| |