Skip to content

Commit

Permalink
Merge pull request #862 from GSA/solr-debug
Browse files Browse the repository at this point in the history
print out core.properties for debugging purpose
  • Loading branch information
robert-bryson authored Mar 9, 2023
2 parents 674aec3 + 0ce0499 commit c997503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solr/solr_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ check_folder() {
# check the index folders and lock status
find ${lockpath} -type d -name index* | xargs du -ch
find $lockpath -name write.lock | xargs ls -l
echo "####core.properties"
cat /var/solr/data/ckan/core.properties
echo "####core.properties"
}

run_check() {
Expand Down

0 comments on commit c997503

Please sign in to comment.