aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #13233 from mehrdada/fix-grpcio-reflection-health-packagingGravatar Mehrdad Afshari2017-11-15
|\ | | | | Fix grpcio_{reflection,health_checking} packaging
* \ Merge pull request #13405 from apolcyn/grpc_config_txt_prefixGravatar apolcyn2017-11-15
|\ \ | | | | | | Query for TXT service configs with _gprc_config prefix
| | * Fix grpcio_{health_checking,reflection} packagingGravatar Mehrdad Afshari2017-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous packaging structure exhibited strange behavior of slowness when trying to use pip to install grpcio-reflection or grpcio-health-checking in a single line with grpcio-tools. The root cause seems to be the complicated interaction between pip and setuptools and the fact that we ship a single .tar.gz "source" archive for `grpcio_reflection` and `grpcio_health_checking` packages. `pip` tries to build this "source" package, and our build process wants to generate code for the `.proto` files in the package. However, we have already processed the `.proto` files into `_pb2.py` files in our artifact build process, and installing `grpcio_tools` to get `grpcio_{reflection,health_checking}` seems excessive. The behavior gets worse since `setuptools`, while building the package from source, tries to fetch `grpcio_tools` from source and build that too. This takes a while, since it involves compiling a bunch of native code from `protobuf` and `grpc` and requires a C compiler to boot. This commit modifies the Python artifact for the two packages so that they will not include the raw `.proto` files in the distribution uploaded to PyPI, nor would they contain the Python module that does the preprocessing code generation from the respective .proto files. Instead, a specific code path is taken when the generated `_pb2_grpc` Python module is not present in the package to provide such functionality when built from the gRPC git repository (and hence when built from our CI infrastructure.)
| * | Query for TXT service configs with _gprc_config prefixGravatar Alexander Polcyn2017-11-15
| | |
* | | Take a ref to the connected subchannel before unreffing it.Gravatar Mark D. Roth2017-11-15
| | |
* | | Revert "Restructure plugin builds to avoid building more than needed"Gravatar Vijay Pai2017-11-14
| | |
* | | Merge pull request #13390 from vjpai/stats-protoGravatar Vijay Pai2017-11-14
|\ \ \ | | | | | | | | Remove unused import of stats.proto
* \ \ \ Merge pull request #13138 from iancoolidge/devel-getcpuGravatar Vijay Pai2017-11-14
|\ \ \ \ | | | | | | | | | | reland: cpu_linux: Don't spam sched_getcpu failures on qemu
| | * | | Remove unused importGravatar Vijay Pai2017-11-14
| | | | |
* | | | | Merge pull request #13189 from apolcyn/pass_args_to_tsiGravatar apolcyn2017-11-14
|\ \ \ \ \ | | | | | | | | | | | | Use existing read buffer in security handshaker if present
* \ \ \ \ \ Merge pull request #13359 from vjpai/pluginsGravatar Vijay Pai2017-11-14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Restructure plugin builds to avoid building more than needed
* | | | | | 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
* \ \ \ \ \ \ Merge pull request #13204 from apolcyn/fix_broken_ruby_20_for_masterGravatar apolcyn2017-11-13
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Remove required keyword args in ruby, for master branch
| | | | * | | Merge remote-tracking branch 'upstream/master' into pass_args_to_tsiGravatar Alexander Polcyn2017-11-13
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | * | | Merge remote-tracking branch 'upstream/master' into pass_args_to_tsiGravatar Alexander Polcyn2017-11-13
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | * | | Use existing read buffer in security handshaker if presentGravatar Alexander Polcyn2017-11-13
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into lfe3Gravatar Craig Tiller2017-11-13
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #13372 from mehrdada/minor-reflection-typo-fixGravatar Mehrdad Afshari2017-11-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Correct HEALTH_PROTO to REFLECTION_PROTO
* | | | | | | | Merge github.com:grpc/grpc into lfe3Gravatar Craig Tiller2017-11-13
|\| | | | | | |
| | * | | | | | Correct HEALTH_PROTO to REFLECTION_PROTOGravatar Mehrdad Afshari2017-11-13
| | | | | | | |
| | | | | * | | Merge branch 'master' into pluginsGravatar Vijay Pai2017-11-13
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #13344 from muxi/fix-timer-thread-spinGravatar Sree Kuchibhotla2017-11-13
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Fix timer loop spinning issue when system clock varies
| | * | | | | | Add commentsGravatar Muxi Yan2017-11-10
| | | | | | | |
| | * | | | | | clang-formatGravatar Muxi Yan2017-11-10
| | | | | | | |
| | | | | * | | Restructure plugin builds to avoid building more than neededGravatar Vijay Pai2017-11-10
| | | | | | | |
* | | | | | | | Merge github.com:grpc/grpc into lfe3Gravatar Craig Tiller2017-11-10
|\| | | | | | |
* | | | | | | | sanity fixesGravatar Craig Tiller2017-11-10
| | | | | | | |
* | | | | | | | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| | | | | | | |
| | * | | | | | Use atomic time pair for g_start_timeGravatar Muxi Yan2017-11-10
| | | | | | | |
| * | | | | | | Merge pull request #11888 from ctiller/shardierGravatar Craig Tiller2017-11-10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Autosize timer list shards
* | | | | | | | | 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 pull request #13332 from dgquintas/grpclb_better_loggingGravatar David G. Quintas2017-11-10
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | grpclb: Improved logging
| * \ \ \ \ \ \ \ \ Merge pull request #13343 from dgquintas/pf_error_refsGravatar David G. Quintas2017-11-10
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | PF: don't unref errors when about to loop in pf_conn cb
| | | * | | | | | | Fix wrong assignmentGravatar David Garcia Quintas2017-11-10
| | | | | | | | | |
| * | | | | | | | | Merge pull request #13331 from dgquintas/grpclb_retry_timerGravatar David G. Quintas2017-11-10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | grpclb: Don't expect LB call to be NULL inside LB call retry timer.
| | | * | | | | | | | Moar cleanups!Gravatar David Garcia Quintas2017-11-10
| | | | | | | | | | |
| | | * | | | | | | | Removed call to grpc_subchannel_check_connectivity and loop in pf_conn cbGravatar David Garcia Quintas2017-11-10
| | | | | | | | | | |
* | | | | | | | | | | Merge github.com:grpc/grpc into lfe3Gravatar Craig Tiller2017-11-10
|\| | | | | | | | | |
* | | | | | | | | | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | | | | | | | | | |
| * | | | | | | | | | Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure"Gravatar Jan Tattermusch2017-11-10
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #13322 from jboeuf/oauth_failureGravatar jboeuf2017-11-09
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure
| | | | | | | * | | | | Polish invalidation ofGravatar Muxi Yan2017-11-09
| | | | | | | | | | | |
| | | | | | | * | | | | Add realtime clock sync every 10sGravatar Muxi Yan2017-11-09
| | | | | | | | | | | |
| | | | * | | | | | | | PF: don't unref errors when about to loop in pf_conn cbGravatar David Garcia Quintas2017-11-09
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #13294 from sreecha/cc-tsan-1Gravatar Sree Kuchibhotla2017-11-09
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | Fix TSAN issue in backup poller
| | | | | * | | | | | | 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
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #13281 from yang-g/log_envarGravatar Yang Gao2017-11-09
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | log GRPC_POLL_STRATEGY when fail to find polling engine