Shuo-Jia commented on a change in pull request #897:
URL: https://github.com/apache/incubator-pegasus/pull/897#discussion_r802466013
##########
File path: src/server/pegasus_server_impl.h
##########
@@ -382,6 +398,8 @@ class pegasus_server_impl : public pegasus_read_service
uint64_t _abnormal_get_size_threshold;
uint64_t _abnormal_multi_get_size_threshold;
uint64_t _abnormal_multi_get_iterate_count_threshold;
+ uint64_t _abnormal_batch_get_size_threshold;
Review comment:
using gflags define:
https://github.com/XiaoMi/rdsn/blob/master/src/nfs/nfs_client_impl.cpp#L40
using the variable defined:
https://github.com/XiaoMi/rdsn/blob/master/src/nfs/nfs_client_impl.cpp#L54
support auto-update:
https://github.com/XiaoMi/rdsn/blob/master/src/nfs/nfs_client_impl.cpp#L49
`auto-update` is optional, you can select not enable it
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]