blob: 8c79c3c85ed70f16d8c309ea098fe94419bcdb63 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
Introduction
This feature takes care while in some cases it is possible that during entity creation, the entity is stored in the data store, but the corresponding indexes are not created in Solr.
Since Atlas relies heavily on Solr in the operation of its Basic Search, this will result in entity not being returned by a search.
Steps to execute repair index in Atlas :
If the user needs to restore all the indexes, this can be accomplished by executing the repair-index.py with no command-line parameters.
To perform selective restore for an Atlas entity, specify the GUID of that entity:
eg : atlas-index-repair/repair_index.py [-g <guid>]
For kerberos as authentication mode :
use: kinit -kt <keytab directory>/atlas.keytab atlas/fqdn@DOMAIN.
Add "-Djava.security.auth.login.config=/<atlas server directory>/conf/atlas_jaas.conf" to DEFAULT_JVM_OPTS in repair_index.py.