Hey all, I am using openstack sahara to launch a CDH 5.3 cluster. The cluster has an internal network and each node has a floating IP attached to it. Essentially it is sitting behind a router.
Here is my problem any http requests that coming from outside the internal network it takes about 10 seconds to respond. A long time. I mean browsing to the admin page takes 5 minutes to load. A request that is initiated inside the network ie. from a 192.168 address the response is as expected, sub second. So I tried turning on all the logs to debug, to find some idea, and snooped the network here is what I can say There initial http requests comes through to the server immediately as expected, But then there is about a 5 to 10 second response until I see a log activity in solr mentioning the resource is a servlet warning log statement. I receive the response in my browser less than a second later. This happens for every resource the web page requires. Any ideas where I could start digging ? Or what the issue might be ? I should not that if I install solr standalone and not with CDH I do not have this issue.