|
58dcee7526
|
add tracing for streaming rpc
|
2015-06-17 19:30:57 -07:00 |
|
|
4782e693c2
|
Revert "add tracing for streaming rpc"
This reverts commit 8071e421ab7170765af71d381294185bd9d303a9.
|
2015-06-17 19:21:04 -07:00 |
|
|
8071e421ab
|
add tracing for streaming rpc
|
2015-06-17 19:04:54 -07:00 |
|
|
bd29c7cc2a
|
change healthcheck end2end test
|
2015-06-16 17:11:12 -07:00 |
|
|
22c99a7be0
|
remove health/health.proto and health/health.pb.go
|
2015-06-16 16:54:08 -07:00 |
|
|
777def1ed5
|
delete health.go
|
2015-06-16 16:45:03 -07:00 |
|
|
272079efe3
|
change the implementation of healthcheck and corresponding tests
|
2015-06-16 16:13:51 -07:00 |
|
|
dbf1048b08
|
change the health check implementation
|
2015-06-16 12:16:25 -07:00 |
|
|
89311abb67
|
delet
|
2015-06-15 16:49:54 -07:00 |
|
|
39c37122c8
|
change back the test env parameters
|
2015-06-15 16:46:38 -07:00 |
|
|
33b85530fb
|
add HealthCheck feature and corresponding end2end tests
|
2015-06-15 16:37:18 -07:00 |
|
|
1482dc7fe4
|
Merge pull request #224 from iamqizhao/master
refactor service registration code a bit.
|
2015-06-12 17:51:58 -07:00 |
|
|
9738b8b68c
|
add the sanity check back and refactor
|
2015-06-12 17:31:53 -07:00 |
|
|
7b318285c9
|
remove a sanity check to give more flexibility to host a service. It loses some safety though.
|
2015-06-12 11:23:39 -07:00 |
|
|
c49befee41
|
Merge pull request #223 from iamqizhao/master
Benchmark with and without tracing
|
2015-06-11 18:47:38 -07:00 |
|
|
528e1e3ef9
|
add trace flag to benchmark client
|
2015-06-11 16:53:53 -07:00 |
|
|
4a8118a90f
|
Add NoTrace suite for benchmark
|
2015-06-11 16:48:04 -07:00 |
|
|
9ebe80db48
|
Merge pull request #222 from yangzhouhan/master
change the value enableTrace to false
|
2015-06-10 17:30:36 -07:00 |
|
|
207c0140f9
|
change the enabletracing value to false
|
2015-06-10 17:23:52 -07:00 |
|
|
66a455aa02
|
change the value of enabletracing to false
|
2015-06-10 17:19:50 -07:00 |
|
|
04b604054f
|
close trace
|
2015-06-10 16:59:41 -07:00 |
|
|
744f83a567
|
Merge pull request #221 from tamird/glog-logger
Add grpclog/glogger to restore glog functionality
|
2015-06-09 11:26:55 -07:00 |
|
|
03e008371c
|
Merge pull request #210 from dsymonds/master
Add gRPC client-side integration with golang.org/x/net/trace.
|
2015-06-09 11:00:27 -07:00 |
|
|
524ed331d2
|
Add grpclog/glogger to restore glog functionality
|
2015-06-09 10:47:28 -04:00 |
|
|
c2bdf96033
|
Add gRPC client-side integration with golang.org/x/net/trace.
This will make client (outgoing) traces appear on /debug/requests.
There's some information lacking, but it's enough for now.
|
2015-06-09 06:57:52 -07:00 |
|
|
c2d7a03d75
|
Merge pull request #218 from tamird/stdlib-logger
Remove dependency on `glog`
|
2015-06-08 16:05:18 -07:00 |
|
|
da7217126b
|
Remove dependency on glog
Addresses part of #217.
|
2015-06-08 17:44:29 -04:00 |
|
|
b49bef6f16
|
Merge pull request #212 from dsymonds/bench
Run benchmark server on localhost interface only.
|
2015-06-08 11:04:12 -07:00 |
|
|
73bb3c6426
|
Run benchmark server on localhost interface only.
This avoids triggering firewall warnings on OS X,
and it's generally safer too.
|
2015-06-08 07:38:22 -07:00 |
|
|
3c69282270
|
Merge pull request #215 from dsymonds/bench-fix
Fix data race in benchmark_test.go.
|
2015-06-07 21:11:20 -07:00 |
|
|
07f33239d2
|
Fix data race in benchmark_test.go.
Streams are not safe for concurrent use,
so start a new stream for each goroutine.
Fixes #213.
|
2015-06-06 10:10:14 -07:00 |
|
|
4a6b2accdd
|
Merge pull request #211 from iamqizhao/master
use more realistic timeout value in the test
|
2015-06-05 15:26:00 -07:00 |
|
|
2768cd33c8
|
use more realistic timeout value in the test
|
2015-06-05 15:21:31 -07:00 |
|
|
d94dcabef2
|
Merge pull request #200 from peter-edge/makefile
Makefile
|
2015-06-05 14:27:22 -07:00 |
|
|
7168ca6c61
|
Merge pull request #209 from iamqizhao/master
Make Dial nonblocking by default. Add a DialOption to enable blocking operation if needed.
|
2015-06-04 16:19:26 -07:00 |
|
|
57b3fb41f6
|
add some more comments
|
2015-06-04 15:52:06 -07:00 |
|
|
e2677ad0f3
|
fix some comments
|
2015-06-04 15:47:02 -07:00 |
|
|
ec20a7b857
|
make dialing nonblocking by default. Add a DialOption to force blocking operation.
|
2015-06-04 15:45:06 -07:00 |
|
|
d6f8134fd2
|
Merge pull request #207 from yangzhouhan/master
modified test proto and add benchmark test for streaming rpc
|
2015-06-03 10:50:48 -07:00 |
|
|
7fa35af646
|
modification for the print out information
|
2015-06-02 18:33:10 -07:00 |
|
|
b6a930aea4
|
modified the comments and format
|
2015-06-02 18:26:11 -07:00 |
|
|
149db4945c
|
2 round modification
|
2015-06-02 17:39:51 -07:00 |
|
|
b76b70f703
|
change import package
|
2015-06-02 14:07:14 -07:00 |
|
|
585c999c1f
|
modified streaming call benchmark_test code and streaming call client test code
|
2015-06-02 11:13:43 -07:00 |
|
|
7b4cd4d7d3
|
modified test proto and add benchmark test for streaming rpc
|
2015-06-01 14:58:25 -07:00 |
|
|
e80586cecf
|
Merge pull request #206 from iamqizhao/master
fix a race introduced by pr #205
|
2015-06-01 13:13:34 -07:00 |
|
|
9df0e935c0
|
fix a race
|
2015-06-01 13:02:31 -07:00 |
|
|
df94144e83
|
Merge pull request #205 from iamqizhao/master
new streams block when the max concurrent stram limit is reached.
|
2015-06-01 11:42:38 -07:00 |
|
|
bf5381cf0e
|
fix transport_test
|
2015-05-29 11:16:24 -07:00 |
|
|
8df7c3fd84
|
i) update streamsQuota only if streamsQuota is there when the stream is created; ii) move ops of streamsQuota out of mutex of the transport (except acquire())
|
2015-05-28 13:43:27 -07:00 |
|