You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/06/25 11:58:20 UTC

[ambari] branch trunk updated: AMBARI-23945. Infra Solr migration - fix batch interval argument usage.

This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0396923  AMBARI-23945. Infra Solr migration - fix batch interval argument usage.
0396923 is described below

commit 0396923c0a97cd63fec7b5e8d9f2cc0ddde54005
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Mon Jun 25 13:57:54 2018 +0200

    AMBARI-23945. Infra Solr migration - fix batch interval argument usage.
---
 .../ambari-infra-solr-client/src/main/resources/ambariSolrMigration.sh  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-infra/ambari-infra-solr-client/src/main/resources/ambariSolrMigration.sh b/ambari-infra/ambari-infra-solr-client/src/main/resources/ambariSolrMigration.sh
index 1e141b9..2dc4ee4 100755
--- a/ambari-infra/ambari-infra-solr-client/src/main/resources/ambariSolrMigration.sh
+++ b/ambari-infra/ambari-infra-solr-client/src/main/resources/ambariSolrMigration.sh
@@ -62,7 +62,7 @@ function run_migrate_commands() {
   local skip_solr_server_upgrade=${7:?"usage <true|false>"}
   local skip_logsearch_upgrade=${8:?"usage <true|false>"}
   local skip_warnings=${9:?"usage <true|false>"}
-  local batch_interval=${11:?"usage <seconds>"}
+  local batch_interval=${10:?"usage <seconds>"}
   local verbose=${11:?"usage <true|false>"}
 
   local verbose_val=""