You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2016/05/05 20:28:54 UTC

incubator-ranger git commit: RANGER-972: Default value for tagsync to retry tag upload to ranger is too small

Repository: incubator-ranger
Updated Branches:
  refs/heads/master e561bff4b -> af3361858


RANGER-972: Default value for tagsync to retry tag upload to ranger is too small

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/af336185
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/af336185
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/af336185

Branch: refs/heads/master
Commit: af3361858734690ddf9b319a3da9ae1b7bca5766
Parents: e561bff
Author: Abhay Kulkarni <ak...@hortonworks.com>
Authored: Thu May 5 12:45:14 2016 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Thu May 5 13:10:20 2016 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/ranger/tagsync/process/TagSyncConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/af336185/tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSyncConfig.java
----------------------------------------------------------------------
diff --git a/tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSyncConfig.java b/tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSyncConfig.java
index 6e2902e..e51d165 100644
--- a/tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSyncConfig.java
+++ b/tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSyncConfig.java
@@ -73,7 +73,7 @@ public class TagSyncConfig extends Configuration {
 
 	private static final String DEFAULT_TAGADMIN_USERNAME = "rangertagsync";
 
-	private static final int DEFAULT_TAGSYNC_TAGADMIN_CONNECTION_CHECK_INTERVAL = 2000;
+	private static final int DEFAULT_TAGSYNC_TAGADMIN_CONNECTION_CHECK_INTERVAL = 15000;
 	private static final long DEFAULT_TAGSYNC_REST_SOURCE_DOWNLOAD_INTERVAL = 900000;
 	private static final long DEFAULT_TAGSYNC_FILESOURCE_MOD_TIME_CHECK_INTERVAL = 60000;