Question-128: You are bootstrapping a new node to Cassandra cluster. Which of the following parameters can help in defining number of tokens would be handled by this new node?
- v_token_count
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : B
Exp : Such type of questions are less asked in the exam. Because remembering the parameters are difficult. However, there are some common parameters which are used for the configuration on regular basis or discussed frequently. Hence, you should remember those common once. And num_tokens is such parameter.
num_tokens define the amount of virtual nodes (tokens) the joining node will be assigned during bootstrap.
You can access to full explanation to question and answer from this page.