You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by pr...@apache.org on 2016/05/12 07:58:40 UTC

lens git commit: LENS-1032: Add option to kill the query on timeout api on timeout

Repository: lens
Updated Branches:
  refs/heads/master 389daac9a -> 3a265f5e6


LENS-1032: Add option to kill the query on timeout api on timeout


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/3a265f5e
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/3a265f5e
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/3a265f5e

Branch: refs/heads/master
Commit: 3a265f5e68d385f75a4e92072099df8b8519bdb0
Parents: 389daac
Author: Puneet Gupta <pu...@gmail.com>
Authored: Thu May 12 13:27:02 2016 +0530
Committer: Rajat Khandelwal <ra...@gmail.com>
Committed: Thu May 12 13:27:03 2016 +0530

----------------------------------------------------------------------
 src/site/apt/user/client-config.apt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/3a265f5e/src/site/apt/user/client-config.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/user/client-config.apt b/src/site/apt/user/client-config.apt
index c91c944..4f0b2b4 100644
--- a/src/site/apt/user/client-config.apt
+++ b/src/site/apt/user/client-config.apt
@@ -42,6 +42,8 @@ Lens client configuration
 *--+--+---+--+
 |9|lens.client.ws.request.filternames|requestfilter|These JAX-RS filters would be started in the specified order when lens-client starts|
 *--+--+---+--+
-|10|lens.server.base.url|http://0.0.0.0:9999/lensapi|The base url for the lens server|
+|10|lens.query.cancel.on.timeout|false|Specifies whether to attempt cancellation of a query whose execution takes longer than the timeout value specified while submitting the query for execution.|
+*--+--+---+--+
+|11|lens.server.base.url|http://0.0.0.0:9999/lensapi|The base url for the lens server|
 *--+--+---+--+
 The configuration parameters and their default values