aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
Commit message (Collapse)AuthorAge
...
* | | C++-ize backoffGravatar David Garcia Quintas2017-11-22
| | |
| | * Merge masterGravatar Yash Tibrewal2017-11-21
| | |\ | |_|/ |/| |
| * | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| |\ \ | |/ / |/| |
* | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-17
|\ \ \
| | * | Remove all extern CGravatar ncteisen2017-11-17
| |/ /
| | * Merge masterGravatar Yash Tibrewal2017-11-16
| | |\
| * | | Restart LB call after client load report completion, if needed.Gravatar Mark D. Roth2017-11-16
| | |/ | |/|
| | * Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | | | | | ExecCtx and some minor changes
* | | clang fmtGravatar Noah Eisen2017-11-14
| | |
* | | clang tidyGravatar Noah Eisen2017-11-14
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-14
|\| |
| * | Merge pull request #13339 from dgquintas/client_stats_fallback_kaputGravatar David G. Quintas2017-11-14
| |\ \ | | | | | | | | grpclb: Don't go into fallback if we haven't started picking
| | | * Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | | |
| * | | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| | | |
| | | * Merge masterGravatar Yash Tibrewal2017-11-10
| | | |\
| * | | \ Merge github.com:grpc/grpc into lfe3Gravatar Craig Tiller2017-11-10
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| | | | |
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #13332 from dgquintas/grpclb_better_loggingGravatar David G. Quintas2017-11-10
| |\ \ \ \ | | | | | | | | | | | | grpclb: Improved logging
* | \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Lot's of manual work to make this merge work
| | | * | | | Fix wrong assignmentGravatar David Garcia Quintas2017-11-10
| | | | | | |
| | | | | | * Merge masterGravatar Yash Tibrewal2017-11-10
| | | | | | |\ | | | |_|_|_|/ | | |/| | | |
| | | | * | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | |_|/ / / | |/| | | |
| | | | | * Merge with masterGravatar Yash Tibrewal2017-11-09
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | * | | pr commentsGravatar David Garcia Quintas2017-11-09
| | | | | |
| | | | * | Actually do what the pr comments suggestedGravatar David Garcia Quintas2017-11-09
| | |_|/ / | |/| | |
| | | * | pr commentsGravatar David Garcia Quintas2017-11-09
| | | | |
| | * | | pr commentsGravatar David Garcia Quintas2017-11-09
| | | | |
| | | * | grpclb: Improved loggingGravatar David Garcia Quintas2017-11-09
| | |/ / | |/| |
| | * | Don't expect LB call to be NULL inside LB call retry timer.Gravatar David Garcia Quintas2017-11-09
| |/ / | | | | | | | | | | | | | | | | | | The timer callback runs independently of query_for_backends_locked() (which initializes the LB call). It's possible for the timer callback to fire right after query_for_backends_locked() has initialized the LB call. These changes makes the timer cb be a no-op in that scenario.
| * | Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-06
| |\ \
| | * \ Merge pull request #12427 from dgquintas/grpclb_pick_from_shutdown_rrGravatar David G. Quintas2017-11-06
| | |\ \ | | | | | | | | | | grpclb: Don't try to pick from shutdown RR
| * | | | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |/ / /
| | * | PR comments, bisGravatar David Garcia Quintas2017-11-03
| | | |
| | * | PR commentsGravatar David Garcia Quintas2017-11-03
| | | |
| * | | Improvements to C Core's backoff code and APIGravatar David Garcia Quintas2017-11-02
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into grpclb_pick_from_shutdown_rrGravatar David Garcia Quintas2017-11-02
| |/ /
| * | Assume that subchannels start in state IDLE.Gravatar Mark D. Roth2017-10-27
| | |
| * | Merge pull request #12850 from markdroth/lb_pick_error_fixGravatar Mark D. Roth2017-10-24
| |\ \ | | | | | | | | Return LB picks with an error upon shutdown.
| * | | clang-formatGravatar David Garcia Quintas2017-10-20
| | | |
| * | | Removed wrong assert from grpclbGravatar David Garcia Quintas2017-10-20
| | | |
| | | * Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* | | Better nameGravatar Craig Tiller2017-10-18
| | |
* | | clang-formatGravatar Craig Tiller2017-10-16
| | |
* | | C++ize tracingGravatar Craig Tiller2017-10-16
|/ /
| * Merge remote-tracking branch 'upstream/master' into lb_pick_error_fixGravatar Mark D. Roth2017-10-09
| |\
* | | Process updates immediately instead of waiting for a previous one to complete.Gravatar Mark D. Roth2017-10-09
| |/ |/|
| * Fix memory leak on grpclb shutdown.Gravatar Mark D. Roth2017-10-06
| |
* | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-06
|\ \
| * | Cancel fallback timer in glb_shutdown()Gravatar Juanli Shen2017-10-05
| | |