MySQL Forums
Forum List  »  Router & Proxy

Re: proxy-read-only-backend-addresses
Posted by: Ralf Löwa
Date: March 12, 2008 04:07AM

Hello,

I have a similar problem, the option --proxy-read-only-backend-addresses=<IP>:<Port> seems to be ignored.

The command looks like:
mysql-proxy \
--daemon \
--proxy-backend-addresses=<IP>:<Port> \
--proxy-read-only-backend-addresses=<IP>:<Port> \
--proxy-lua-script=<Path>/rw-splitting.lua


The output from the admin console:

mysql> select * from proxy_config;
+----------------------------+-------------------------+
| option | value |
+----------------------------+-------------------------+
| admin.address | :4041 |
| proxy.address | :4040 |
| proxy.lua_script | <Path>/rw-splitting.lua |
| proxy.backend_addresses[0] | <IP:<Port> |
| proxy.fix_bug_25371 | 0 |
| proxy.profiling | 1 |
+----------------------------+-------------------------+


The LUA_PATH is set.

Any ideas?

Options: ReplyQuote


Subject
Views
Written By
Posted
10904
January 17, 2008 04:34PM
4719
January 18, 2008 11:27AM
Re: proxy-read-only-backend-addresses
4332
March 12, 2008 04:07AM
3697
March 14, 2008 12:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.