I got once this kind of problem and it was exactly what Chris explained.
Could you double check that on this remote host you do not have 2 versions
of cassandra and nodetool is pointing to the old one ?
On 6 March 2018 at 17:17, onmstester onmstester wrote:
> One my PC i've the exactly same vers
One my PC i've the exactly same version of Cassandra and histograms command
works perfectly so i'm sure that nothing is wrong with nodetool version
Sent using Zoho Mail
On Tue, 06 Mar 2018 17:38:04 +0330 Chris Lohfink
wrote
Make sure your using same vers
Make sure your using same version of nodetool as your version of Cassandra.
That metric was renamed from EstimatedRowSize so if using a version of nodetool
made for a more recent version you would get this error since
EstimatePartitionSizeHistogram doesn’t exist on the older Cassandra host.
Chr