Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.0-rc10 change 8086 port causing a lot error #1927

Closed
huhongbo opened this issue Mar 12, 2015 · 3 comments
Closed

0.9.0-rc10 change 8086 port causing a lot error #1927

huhongbo opened this issue Mar 12, 2015 · 3 comments
Assignees
Milestone

Comments

@huhongbo
Copy link

when change the data port to 8087,the admin ui still query from 8086 port
I saw the log show me 8086 still using for query
[srvr] 2015/03/12 17:16:33 broker cq: error hitting data node: http://mon:8086: Post http://pc-mon01:8086/process_continuous_queries: dial tcp 10.70.181.216:8086: connection refused

@huhongbo huhongbo changed the title 0.9.0-rc10 admin ui still access 8086 when change the data port to another port 0.9.0-rc10 change 8086 port causing a lot error Mar 12, 2015
@beckettsean beckettsean added this to the 0.9.0 milestone Apr 21, 2015
@Strekerud
Copy link

+1

In essence it seems like the client doesn't check the config for which port to use, so changing the admin-port to something other than 8086 makes the client unusable.

@marcosnils
Copy link
Contributor

@Strekerud @huhongbo if you specify the correct port when connecting to the database the UI works ok.

image

Make sure you re-connect using the correct port (clear cache just in case also). You shoudln't have any problems

@toddboom toddboom modified the milestones: 0.9.0, 0.9.1 May 8, 2015
@toddboom
Copy link
Contributor

This should be better once #2746 is merged, which should be part of v0.9.1.

mark-rushakoff pushed a commit that referenced this issue Jan 11, 2019
fix(storage): Extend lock during stats fetch to prevent race
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants