empiredan commented on code in PR #1359:
URL:
https://github.com/apache/incubator-pegasus/pull/1359#discussion_r1115751804
##########
src/server/pegasus_server_impl.h:
##########
@@ -349,11 +352,12 @@ class pegasus_server_impl : public pegasus_read_service
bool is_multi_get_abnormal(uint64_t time_used, uint64_t size, uint64_t
iterate_count)
{
- if (_abnormal_multi_get_size_threshold && size >=
_abnormal_multi_get_size_threshold) {
+ if (FLAGS_rocksdb_abnormal_multi_get_size_threshold &&
Review Comment:
```suggestion
if (FLAGS_rocksdb_abnormal_multi_get_size_threshold > 0 &&
```
--
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]