Alain Jobart
|
1ca080869d
|
Removing zkocc and related files.
|
2014-12-16 18:44:35 -08:00 |
Anthony Yeh
|
3f96a0135e
|
Fail fast and report errors when parsing zk config files.
|
2014-10-09 11:01:42 -07:00 |
Alain Jobart
|
12001fa17d
|
Add a GetSrvKeyspaceNames API.
|
2013-09-05 13:01:48 -07:00 |
Alain Jobart
|
6ffd4de6b2
|
Splitting global into API parts.
|
2013-08-27 13:11:36 -07:00 |
Alain Jobart
|
71fe01cfec
|
Splitting cell.go into its parts.
|
2013-08-27 13:05:36 -07:00 |
Alain Jobart
|
05b413fcc0
|
Adding serving graph tests.
|
2013-08-26 16:58:53 -07:00 |
Ryszard Szopa
|
be3147e32a
|
topo.NewTabletInfo
|
2013-08-19 16:21:51 -07:00 |
Ryszard Szopa
|
cead93c364
|
Automatic rewrite of relog import paths and calls to use glog.
Commands run:
find go -name "*.go" | xargs sed --in-place -r 's,"github.com/youtube/vitess/go/relog",log "github.com/golang/glog",g; s,relog.Info,log.Infof,g; s,relog.Warning,log.Warningf,g; s,relog.Error,log.Errorf,g; s,relog.Fatal,log.Fatalf,g; s,relog.Debug,log.V(6).Infof,g'
find . -name '*.go' -exec gofmt -w {} \;
|
2013-08-06 14:56:00 -07:00 |
Ryszard Szopa
|
0d046a5984
|
Replace code.google.com with github.com/youtube/vitess.
|
2013-07-18 18:18:20 -07:00 |
Alain Jobart
|
6e4ce96af6
|
Renaming vt/naming into vt/topo.
|
2013-07-17 15:52:34 -07:00 |
Alain Jobart
|
4809484fe9
|
Using Tablet, TabletInfo and ShardInfo in TopologyServer.
|
2013-07-17 13:28:20 -07:00 |
Alain Jobart
|
f468f168ce
|
Moving tablet and shard to naming. naming is now a bad name.
LGTM Ric.
|
2013-07-17 11:23:12 -07:00 |
Alain Jobart
|
18d8b68a06
|
Another round of conersions to TopologServer. Almost done now.
|
2013-07-16 10:38:45 -07:00 |
Alain Jobart
|
3b06d863a0
|
Actor converted to TopologyServer.
LGTM Ric.
|
2013-07-15 15:38:08 -07:00 |
Alain Jobart
|
3644310ddb
|
Agent side of the conversion.
LGTM Sugu.
|
2013-07-12 18:32:40 -07:00 |
Alain Jobart
|
b67d0b6060
|
Client side of the remote tablet action API.
|
2013-07-12 15:50:22 -07:00 |
Alain Jobart
|
48647c02fb
|
Another round of cleanup, in client2 mostly. No more zk in naming.
LGTM Sugu.
|
2013-07-12 10:21:21 -07:00 |
Alain Jobart
|
d0bbe0dac4
|
Now converting serving graph API to TopologyServer.
|
2013-07-11 13:25:54 -07:00 |
Alain Jobart
|
a608b54d17
|
Now implementing keyspace and shard locks in TopologyServer.
|
2013-07-10 13:57:56 -07:00 |
Alain Jobart
|
61ca48e285
|
Another round of conversions to TopologyServer.
LGTM Sugu.
|
2013-07-09 10:39:25 -07:00 |
Alain Jobart
|
5e2c2de5e3
|
Using the new TopologyServer in a lot more places.
LGTM Sugu.
|
2013-07-03 17:05:30 -07:00 |
Alain Jobart
|
1ec0c0e24f
|
Moving TabletAlias / TabletType to vt/naming. Also starting TopologyServer.
LGTM Sugu.
|
2013-07-02 13:25:53 -07:00 |