neshkeev commented on code in PR #1052: URL: https://github.com/apache/cassandra/pull/1052#discussion_r1084388640
########## doc/source/tools/cqlsh.rst: ########## @@ -441,8 +441,7 @@ Options that are common to both ``COPY TO`` and ``COPY FROM``. The string literal format for boolean values. Defaults to ``True,False``. ``NUMPROCESSES`` - The number of child worker processes to create for ``COPY`` tasks. Defaults to a max of 4 for ``COPY FROM`` and 16 - for ``COPY TO``. However, at most (num_cores - 1) processes will be created. + The number of child worker processes to create for ``COPY`` tasks. Defaults to a max of 16 or (num_cores - 1) processes, whichever is smaller. Review Comment: @smiklosovic , my question was about whether or not the statement in the proposed changes is true. I see that this PR proposes to set the max value for `NUMPROCESSES` to 16 regardless if it's for `COPY FROM` or `COPY TO`, in my patch (which I didn't change) it says that the max value is 4 for `COPY FROM` and 16 for `COPY TO`. So which one is correct? -- 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]

