Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE RC1
-
Fix Version/s: 6.0.12 EE, 6.1.0 CE RC1
-
Component/s: Frameworks > Search
-
Labels:None
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
Lucene index is using http request to load index from cluster, and the http port is detected by the first request arrived.
When using apache to do load balancing, if the first request is redirected by apache, it is unable to get correct http port cause it is not using http connector.
Add property "portal.instance.http.port" to config http port manually instead of detected by the first request.
