New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add batcher module. #847
Add batcher module. #847
Conversation
Hi @zhangrongguo. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @yuzisun |
/ok-to-test |
/retest |
@zhangrongguo Glad to see the your progress on batching! I left some comments and questions. I also did a test with vegeta seems some requests are returning 503 and tail latency is a bit high, any idea why ?
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
CLAs look good, thanks! |
…vendor/github.com/shiena/ansicolor.
/retest |
Good with this for the first cut, suggested follow up changes in #890 and combining logger/batcher will be in proposal #802. @ellistarn @cliveseldon do you have any comments for batcher? |
Mostly LGTM. A couple interface nits. |
/retest |
1 similar comment
/retest |
/retest |
Awesome contribution @zhangrongguo! Excited to see this great feature and thanks for addressing all the comments! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yuzisun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Add batcher module. * Add batcher module. * Add batcher e2e test timeout. * Add batcher e2e test timeout. * Some changes according to PR comments. * Enlarge batcher resource. * Change image name of batcher for CI. * Change batcher resource. * Changes according to comments of PR. * Add vendor/github.com/astaxie/beego vendor/github.com/satori/go.uuid vendor/github.com/shiena/ansicolor. * Add release/triggers/latest/batcher.yaml release/triggers/tagged/batcher.yaml. * Change mode of test/scripts/build-batcher.sh. * Change mode of test/scripts/build-batcher.sh. * Change mode of test/scripts/build-batcher.sh. * Fix import time issue and change the resource of batcher. * Add dependencies. * Add dependencies. * Fix pkg/webhook/admission/pod/batcher_injector_test.go issue. * delete vendor. * Change batcher.Dockerfile. * Change test/scripts/build-batcher.sh prow_config.yaml. * Change test/scripts/build-batcher.sh prow_config.yaml. * Change batcher README.md. * Change batcher README.md. * Change batcher container name to batcher. * Change batcher README.md. * Change batcher README.md. * Change license. * Change the type of maxBatchSize, maxLatency, timeout to int type. * Fix addBatcherAnnotations issue.
Add batcher module.
proposal: https://docs.google.com/document/d/14aa5zRtwK1zqcXdpQc9YClTduhtj8vr9waJcm0vR2GQ