fanhualta opened a new pull request #2310: URL: https://github.com/apache/iotdb/pull/2310
When cal parameter `MaxDeduplicatedPathNum`, the result of `(totalFreeMemoryForRead.get() / fetchSize) / POINT_ESTIMATED_SIZE` may larger than `Integer.MAX_VALUE` which may lead to that MaxDeduplicatedPathNum will set to a nagative number, which will reject all `count(*)` query. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
