-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
606 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
instance.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
all: | ||
./render.py | ||
./gen.py && ./render.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/usr/bin/env python3 | ||
|
||
import json | ||
|
||
proxy = { | ||
"": [ | ||
"127.0.0.1", | ||
] | ||
} | ||
|
||
proxy_list = [] | ||
|
||
for dc, ip_list in proxy.items(): | ||
for ip in ip_list: | ||
for i in [0, 1, 2]: | ||
proxy_list.append({ | ||
"datacenter": dc, | ||
"admin_addr": "{}:{}".format(ip, 11080 + i), | ||
"proxy_addr": "{}:{}".format(ip, 19000 + i), | ||
}) | ||
|
||
with open("instance.json", 'w+') as f: | ||
f.write(json.dumps(proxy_list, indent=4)) | ||
|
||
for x in proxy: | ||
print("[{}]:".format(x)) | ||
proxy_addr = "" | ||
for p in proxy_list: | ||
if p["datacenter"] == x: | ||
if len(proxy_addr) != 0: | ||
proxy_addr += "," | ||
proxy_addr += p["proxy_addr"] | ||
print(proxy_addr) | ||
print("\n") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
instance.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
all: | ||
./render.py | ||
./gen.py && ./render.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
#!/usr/bin/env python3 | ||
|
||
import json | ||
|
||
proxy = { | ||
"dc1": [ | ||
"10.4.10.200", | ||
"10.4.10.201", | ||
], | ||
"dc2":[ | ||
"10.2.16.200", | ||
"10.2.16.201", | ||
"10.2.16.202", | ||
], | ||
} | ||
|
||
proxy_list = [] | ||
|
||
for dc, ip_list in proxy.items(): | ||
for ip in ip_list: | ||
for i in [0, 2]: | ||
proxy_list.append({ | ||
"datacenter": dc, | ||
"admin_addr": "{}:{}".format(ip, 11080 + i), | ||
"proxy_addr": "{}:{}".format(ip, 19000 + i), | ||
}) | ||
|
||
with open("instance.json", 'w+') as f: | ||
f.write(json.dumps(proxy_list, indent=4)) | ||
|
||
for x in proxy: | ||
print("[{}]:".format(x)) | ||
proxy_addr = "" | ||
for p in proxy_list: | ||
if p["datacenter"] == x: | ||
if len(proxy_addr) != 0: | ||
proxy_addr += "," | ||
proxy_addr += p["proxy_addr"] | ||
print(proxy_addr) | ||
print("\n") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
deploy/root/opt/codis/etc/10.2.16.200_19002/codis_proxy_19002.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Unit] | ||
Description=Codis-[demo-beta]@19002 | ||
[Service] | ||
ExecStart=/opt/codis/bin/codis-proxy --ncpu=4 --max-ncpu=8 \ | ||
--config=/opt/codis/etc/10.2.16.200:19002/proxy.toml --log=/opt/codis/log/10.2.16.200:19002/proxy.log --log-level=WARN | ||
Restart=always | ||
[Install] | ||
WantedBy=default.target | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
################################################## | ||
# # | ||
# Codis-Proxy # | ||
# # | ||
################################################## | ||
|
||
# Set Codis Product Name/Auth. | ||
product_name = "demo-beta" | ||
product_auth = "" | ||
|
||
# Set bind address for admin(rpc), tcp only. | ||
admin_addr = "10.2.16.200:11082" | ||
|
||
# Set bind address for proxy, proto_type can be "tcp", "tcp4", "tcp6", "unix" or "unixpacket". | ||
proto_type = "tcp4" | ||
proxy_addr = "10.2.16.200:19002" | ||
|
||
# Set jodis address & session timeout, only accept "zookeeper" & "etcd". | ||
jodis_name = "zookeeper" | ||
jodis_addr = "10.4.10.101:2181,10.4.10.102:2181,10.4.10.103:2181,10.4.10.104:2181,10.4.10.105:2181" | ||
jodis_timeout = "20s" | ||
jodis_compatible = false | ||
|
||
# Set datacenter of proxy. | ||
proxy_datacenter = "dc2" | ||
|
||
# Set max number of alive sessions. | ||
proxy_max_clients = 2000 | ||
|
||
# Set max offheap memory size. (0 to disable) | ||
proxy_max_offheap_size = "1024mb" | ||
|
||
# Set heap placeholder to reduce GC frequency. | ||
proxy_heap_placeholder = "256mb" | ||
|
||
# Proxy will ping backend redis in a predefined interval. (0 to disable) | ||
backend_ping_period = "5s" | ||
|
||
# Set backend recv buffer size & timeout. | ||
backend_recv_bufsize = "128kb" | ||
backend_recv_timeout = "50s" | ||
|
||
# Set backend send buffer & timeout. | ||
backend_send_bufsize = "128kb" | ||
backend_send_timeout = "50s" | ||
|
||
# Set backend pipeline buffer size. | ||
backend_max_pipeline = 1024 | ||
|
||
# Set backend never read replica groups, default is false | ||
backend_primary_only = false | ||
|
||
# Set backend parallel connections per server | ||
backend_primary_parallel = 1 | ||
backend_replica_parallel = 1 | ||
|
||
# Set backend tcp keepalive period. (0 to disable) | ||
backend_keepalive_period = "75s" | ||
|
||
# If there is no request from client for a long time, the connection will be closed. (0 to disable) | ||
# Set session recv buffer size & timeout. | ||
session_recv_bufsize = "128kb" | ||
session_recv_timeout = "30m" | ||
|
||
# Set session send buffer size & timeout. | ||
session_send_bufsize = "64kb" | ||
session_send_timeout = "30s" | ||
|
||
# Make sure this is higher than the max number of requests for each pipeline request, or your client may be blocked. | ||
# Set session pipeline buffer size. | ||
session_max_pipeline = 512 | ||
|
||
# Set session tcp keepalive period. (0 to disable) | ||
session_keepalive_period = "75s" | ||
|
||
# Set metrics server (such as http://localhost:28000), proxy will report json formatted metrics to specified server in a predefined period. | ||
metrics_report_server = "" | ||
metrics_report_period = "1s" | ||
|
||
# Set influxdb server (such as http://localhost:8086), proxy will report metrics to influxdb. | ||
metrics_report_influxdb_server = "" | ||
metrics_report_influxdb_period = "1s" | ||
metrics_report_influxdb_username = "" | ||
metrics_report_influxdb_password = "" | ||
metrics_report_influxdb_database = "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
/opt/codis/bin/codis-admin --proxy=10.2.16.200:11082 $@ |
9 changes: 9 additions & 0 deletions
9
deploy/root/opt/codis/etc/10.2.16.201_19002/codis_proxy_19002.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Unit] | ||
Description=Codis-[demo-beta]@19002 | ||
[Service] | ||
ExecStart=/opt/codis/bin/codis-proxy --ncpu=4 --max-ncpu=8 \ | ||
--config=/opt/codis/etc/10.2.16.201:19002/proxy.toml --log=/opt/codis/log/10.2.16.201:19002/proxy.log --log-level=WARN | ||
Restart=always | ||
[Install] | ||
WantedBy=default.target | ||
|
Oops, something went wrong.