Vijay Pai
96b7b52190
Fix exit condition
8 years ago
Vijay Pai
6e5c33c3e2
Don't assert if we're not able to set affinity for some reason
8 years ago
David Garcia Quintas
4166cb06ea
Addressed the rest of the PR comments
8 years ago
David Garcia Quintas
c79b0650d2
removed codegen/log.h
8 years ago
David Garcia Quintas
1399e466b0
removed codegen/time.h
8 years ago
David Garcia Quintas
6b11462da1
removed codegen/alloc.h
8 years ago
Vijay Pai
2d04dd827c
Change API for next message size to allow a bool return value for failure
...
cases.
8 years ago
Yuchen Zeng
68ca351126
Fix sanity issues
8 years ago
Yuchen Zeng
f4046cdced
Fix thread leak
8 years ago
Yuchen Zeng
e7068c836e
Remove references to string_ref_helper
8 years ago
Yuchen Zeng
724a4e253a
Add header guard
8 years ago
Yuchen Zeng
28263275f0
Remove unnecessary dependencies
8 years ago
Yuchen Zeng
29ca79be89
Command processing, validation
8 years ago
Yuchen Zeng
9cb9445155
Addressed review comments
8 years ago
Yuchen Zeng
6b88b22d9e
Add comments for GRPC_NO_GENERATED_CODE
8 years ago
Yuchen Zeng
77b74258b5
Revert unnecessary deletions
8 years ago
Craig Tiller
77c7f9fd62
Merge pull request #7407 from ctiller/delayed-write
...
Benchmark fixes
8 years ago
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
8 years ago
Nicolas "Pixel" Noble
6570b83c9c
Splitting interop_server.cc
8 years ago
Yuchen Zeng
1318479011
Separate generated file and protobuf dependency
8 years ago
David Garcia Quintas
a26c77b314
added another TODO to grpclb_test
8 years ago
David Garcia Quintas
1d5cb2ad8a
Improvements to the grpclb proto API funcs
8 years ago
David Garcia Quintas
8b3b97f99d
Added a tiny comment header and TODOs.
8 years ago
Craig Tiller
ad94fdfe51
Fix compile error
8 years ago
yang-g
807387641f
prevent spurious wake up and unstarted/already shutdown server
8 years ago
David Garcia Quintas
ea11d168c7
Added more docs.
...
And fixed behavior when incoming serverlist has zero servers. Previously we
ignored the update. Currently (and correctly) we consider it but the pick itself
will stay pending until we actually have > 0 servers in the incoming serverlist.
8 years ago
yang-g
6ec11f2acd
prevent spurious wake up and unstarted/already shutdown server
8 years ago
Craig Tiller
0a06cd7b68
Cleanup from code review
8 years ago
yang-g
05573f1692
Make Server::Wait work for async only server.
8 years ago
Vijay Pai
5fde20d9f0
clang-format
8 years ago
Vijay Pai
40317fd720
Resolve pernicious race between destructor and thread functions by insisting that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
8 years ago
Nicolas "Pixel" Noble
e053e730d2
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
8 years ago
Craig Tiller
8da7b1f779
Fix some failures
8 years ago
Vijay Pai
ad7c527618
Temporary workaround by setting up a deadline on server shutdown.
...
This reveals an issue that needs to be solved:
D0713 14:48:28.049861213 14503 server.c:704] Waiting for 44 channels and 0/1 listeners to be destroyed before shutting down server
8 years ago
Vijay Pai
a831651aa5
Unify and make consistent the per-thread shutdown process
8 years ago
Craig Tiller
b5ee1cdcb9
Dont stall shutting down server
8 years ago
Craig Tiller
38fb8de100
get timeouts working on run_tests.py again
8 years ago
Craig Tiller
e64d693050
Better fine-tuning
8 years ago
Craig Tiller
61e2040de0
Get json_run_localhost working again
8 years ago
Craig Tiller
72376da8ba
Get json_run_localhost working again
8 years ago
Craig Tiller
9e3691c5bd
Actually run json_run_localhost tests
8 years ago
Craig Tiller
b19dbead67
Make request freelists per cq, to allow drastically higher requested call counts
8 years ago
Craig Tiller
1d03e100eb
Ensure timely response to marks
8 years ago
yang-g
e89dc6ceb6
Make Server::Wait work for async only server.
8 years ago
Mark D. Roth
4f0b06e747
Move use of nullptr into grpc namespace, so that the hack in config.h
...
can be used.
9 years ago
Mark D. Roth
33e5cbbbb8
Add include to fix gcc-4.4 problem.
9 years ago
Vijay Pai
f782465fba
Fix some shutdown errors related to CQ/join ordering
9 years ago
Vijay Pai
f373f2cf8b
Stop holding histogram for a long time
9 years ago
Yuchen Zeng
c68640f05c
Read from stdin
...
Read from stdin if the request text and binary file are not provided
9 years ago
Craig Tiller
fbf03c1735
Fix high seqno tests, up runtimes for benchmark tests to flush more bugs
9 years ago