Skip to content

Commit

Permalink
Remove the healthcheckFile option from Earthworks core ping handlers
Browse files Browse the repository at this point in the history
The lack of this file was causing ping checks to fail and the
cores to appear to be unhealthy/offline.
  • Loading branch information
thatbudakguy committed Jul 8, 2024
1 parent cfee829 commit f258b70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions earthworks-aardvark-prod/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@
<lst name="defaults">
<str name="echoParams">all</str>
</lst>
<!-- An optional feature of the PingRequestHandler is to configure the
handler with a "healthcheckFile" which can be used to enable/disable
the PingRequestHandler.
relative paths are resolved against the data dir
-->
<str name="healthcheckFile">server-enabled.txt</str>
</requestHandler>

<requestHandler name="/analysis/field"
Expand Down
6 changes: 0 additions & 6 deletions earthworks-aardvark-stage/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@
<lst name="defaults">
<str name="echoParams">all</str>
</lst>
<!-- An optional feature of the PingRequestHandler is to configure the
handler with a "healthcheckFile" which can be used to enable/disable
the PingRequestHandler.
relative paths are resolved against the data dir
-->
<str name="healthcheckFile">server-enabled.txt</str>
</requestHandler>

<requestHandler name="/analysis/field"
Expand Down

0 comments on commit f258b70

Please sign in to comment.