When to use different logging levels?

Hi Joshua, For your case, the best solution to have logging ready for troubleshooting is to add a Debug Mode parameter to the protocol. Based on this parameter, extra logging …

What is the max value a Timespan can have on DOM?

Hi Tomás, Based on the Google.Protobuf documentation, the maximum value for the Duration class is approximately 10,000 years. Therefore, it is safe to assume that this is the maximum value you can …

Problem restarting Cassandra node

Hi Arunkrishna, thanks for getting back to me. That parameter is set to endpoint_snitch: SimpleSnitch. Is this the preferred setting? We will explore the articles you posted to follow up. …

GetParameterIndexByKey issue in C#

Hi Michiel, Before I can try your code, do you see anything wrong with my line to retrieve the “subscription_ID” parameter: subscription_ID = Convert.ToString(protocol.GetParameterIndexByKey(1000, sI, 1)); Knowing that “1000” is …

Customize Tooltip in Node Edge Graph

Hi Thomas, You could use query filters. In Kata session #55 there is a small demo about how to use this component. Hope it helps.

GetParameterIndexByKey issue in C#

Hi Dominique Instead of retrieving cell by cell, you can retrieve the entire column at once with the following call: NT_GET_TABLE_COLUMNS (321) | DataMiner Docs When using DIS there is …

Problem restarting Cassandra node

Hi Matt, Can you share the value of endpoint_snitch in the cassandra.yaml file ? Depending on it, you can try the options mentioned in these links : https://stackoverflow.com/questions/38961502/cannot-start-node-if-snitchs-data-center-differs-from-previous-data-cente CassandraDaemon.java:731 – …