You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/05/20 08:01:07 UTC

[GitHub] [incubator-pegasus] hycdong opened a new pull request, #976: feat(admin-cli): add clear_bulk_load rpc

hycdong opened a new pull request, #976:
URL: https://github.com/apache/incubator-pegasus/pull/976

   [Pegasus#872](https://github.com/apache/incubator-pegasus/issues/872)
   This pull request adds clear bulk load rpc for admin-cli.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] acelyc111 merged pull request #976: feat(admin-cli): add clear_bulk_load rpc

Posted by GitBox <gi...@apache.org>.
acelyc111 merged PR #976:
URL: https://github.com/apache/incubator-pegasus/pull/976


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] acelyc111 commented on a diff in pull request #976: feat(admin-cli): add clear_bulk_load rpc

Posted by GitBox <gi...@apache.org>.
acelyc111 commented on code in PR #976:
URL: https://github.com/apache/incubator-pegasus/pull/976#discussion_r883220680


##########
admin-cli/go.sum:
##########
@@ -32,8 +32,8 @@ github.com/VividCortex/ewma v1.1.1 h1:MnEK4VOv6n0RSY4vtRe3h11qjxL3+t0B8yOL8iMXdc
 github.com/VividCortex/ewma v1.1.1/go.mod h1:2Tkkvm3sRDVXaiyucHiACn4cqf7DpdyLvmxzcbUokwA=
 github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
 github.com/XiaoMi/pegasus-go-client v0.0.0-20201127155445-d3b9a03abf6e/go.mod h1:H83dStz3HvHBFC0n7QK+qLHAjqsIghFOFx2TCvq6vzI=
-github.com/XiaoMi/pegasus-go-client v0.0.0-20211220102249-0e7f49437ffe h1:WSrSLLtR2PGDcCht8BXMk1CgTccvRNQerPpxwxGCle4=
-github.com/XiaoMi/pegasus-go-client v0.0.0-20211220102249-0e7f49437ffe/go.mod h1:VrfgKISflRhFm32m3e0SXLccvNJTyG8PRywWbUuGEfY=
+github.com/XiaoMi/pegasus-go-client v0.0.0-20220519103347-ba0e68465cd5 h1:mePTwVjIZ65Ko7gK9MWh/xV/ubEe9yns69Slzr4B1aI=

Review Comment:
   Same



##########
admin-cli/go.mod:
##########
@@ -20,7 +20,7 @@ module github.com/apache/incubator-pegasus/admin-cli
 go 1.14
 
 require (
-	github.com/XiaoMi/pegasus-go-client v0.0.0-20211220102249-0e7f49437ffe
+	github.com/XiaoMi/pegasus-go-client v0.0.0-20220519103347-ba0e68465cd5

Review Comment:
   These urls need update to apache/incubator-pegasus/go-client.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org