You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chrislusf
cc724305b6
Using Url instead of PublicUrl for volume server
Originally there are only url(ip + port), and publicUrl. Because ip was
used to listen for http service, it has less flexibility and volume
server has to be accessed via publicUrl.
Recently we added ip.bind, for binding http service.
With this change, url can be used to connect to volume servers. And
publicUrl becomes a free style piece of url information, it does not
even need to be unique.
10 years ago
..
allocate_volume.go
Add optional admin port to volume server, to seperate admin operations from normal file operations.
10 years ago
cluster_commands.go
use github.com/chrislusf instead of github.com/aszxqw
10 years ago
collection.go
add some String() to make codes easier to read and debug
10 years ago
configuration.go
1. refactoring, merge "replication" logic into "topology" package
11 years ago
configuration_test.go
Cleanup error printing.
10 years ago
data_center.go
formatting code by: goimports -w=true .
10 years ago
data_node.go
Add optional admin port to volume server, to seperate admin operations from normal file operations.
10 years ago
node.go
formatting code by: goimports -w=true .
10 years ago
rack.go
Add optional admin port to volume server, to seperate admin operations from normal file operations.
10 years ago
store_replicate.go
formatting code by: goimports -w=true .
10 years ago
topo_test.go
fix old tests that's found not working during travis integration.
11 years ago
topology.go
Fix compilation error.
10 years ago
topology_event_handling.go
formatting code by: goimports -w=true .
10 years ago
topology_map.go
Add read-write lock to guard topology changes on new collections and ttls.
10 years ago
topology_vacuum.go
Add optional admin port to volume server, to seperate admin operations from normal file operations.
10 years ago
volume_growth.go
Add optional admin port to volume server, to seperate admin operations from normal file operations.
10 years ago
volume_growth_test.go
formatting code by: goimports -w=true .
10 years ago
volume_layout.go
add some String() to make codes easier to read and debug
10 years ago
volume_location_list.go
add some String() to make codes easier to read and debug
10 years ago