Maxwell-Guo commented on code in PR #3606: URL: https://github.com/apache/cassandra/pull/3606#discussion_r1975649997
########## src/java/org/apache/cassandra/config/DatabaseDescriptor.java: ########## @@ -934,6 +934,9 @@ else if (conf.max_value_size.toMebibytes() >= 2048) break; } + if (conf.compressed_read_ahead_buffer_size.toKibibytes() > 0 && conf.compressed_read_ahead_buffer_size.toKibibytes() < 256) Review Comment: Why is the boundary judgment condition 256? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org