Re: SSTableMetadata Util

2019-01-07 Thread Igor Zubchenok
Same issue with 3.11.3:

# find / -name sstable*
/usr/bin/sstableverify
/usr/bin/sstableupgrade
/usr/bin/sstableloader
/usr/bin/sstableutil
/usr/bin/sstablescrub

only these sstable utilities are installed

what have I done wrong?


On Tue, 2 Oct 2018 at 08:11 kurt greaves  wrote:

> Pranay,
>
> 3.11.3 should include all the C* binaries in /usr/bin. Maybe try
> reinstalling? Sounds like something got messed up along the way.
>
> Kurt
>
> On Tue, 2 Oct 2018 at 12:45, Pranay akula 
> wrote:
>
>> Thanks Christophe,
>>
>> I have installed using rpm package I actually ran locate command to find
>> the sstable utils I could find only those 4
>>
>> Probably I may need to manually copy them.
>>
>> Regards
>> Pranay
>>
>> On Mon, Oct 1, 2018, 9:01 PM Christophe Schmitz <
>> christo...@instaclustr.com> wrote:
>>
>>> Hi Pranay,
>>>
>>> The sstablemetadata is still available in the tarball file
>>> ($CASSANDRA_HOME/tools/bin) in 3.11.3. Not sure why it is not available in
>>> your packaged installation, you might want to manually copy the one from
>>> the package to your /usr/bin/
>>>
>>> Additionaly, you can have a look at
>>> https://github.com/instaclustr/cassandra-sstable-tools which will
>>> provided you with the desired info, plus more info you might find useful.
>>>
>>>
>>> Christophe Schmitz - Instaclustr <https://www.instaclustr.com/> -
>>> Cassandra | Kafka | Spark Consulting
>>>
>>>
>>>
>>>
>>>
>>> On Tue, 2 Oct 2018 at 11:31 Pranay akula 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I am testing apache 3.11.3 i couldn't find sstablemetadata util
>>>>
>>>> All i can see is only these utilities in /usr/bin
>>>>
>>>> -rwxr-xr-x.   1 root root2042 Jul 25 06:12 sstableverify
>>>> -rwxr-xr-x.   1 root root2045 Jul 25 06:12 sstableutil
>>>> -rwxr-xr-x.   1 root root2042 Jul 25 06:12 sstableupgrade
>>>> -rwxr-xr-x.   1 root root2042 Jul 25 06:12 sstablescrub
>>>> -rwxr-xr-x.   1 root root2034 Jul 25 06:12 sstableloader
>>>>
>>>>
>>>> If this utility is no longer available how can i get sstable metadata
>>>> like repaired_at, Estimated droppable tombstones
>>>>
>>>>
>>>> Thanks
>>>> Pranay
>>>>
>>> --
Regards,
Igor Zubchenok

CTO at Multi Brains LLC
Founder of taxistartup.com saytaxi.com chauffy.com
Skype: igor.zubchenok


Re: nodetool repair -pr

2018-06-08 Thread Igor Zubchenok
According docs at
http://cassandra.apache.org/doc/latest/operating/repair.html?highlight=single


*The -pr flag will only repair the “primary” ranges on a node, so you can
repair your entire cluster by running nodetool repair -pr on each node in
a single datacenter.*
But I saw many places, where it is noted that I should run it at ALL data
centers.

Looking for a qualified answer.


On Fri, 8 Jun 2018 at 18:08 Igor Zubchenok  wrote:

> I want to repair all nodes at all data centers.
>
> Example:
> DC1
>  nodeA
>  nodeB
>  nodeC
> DC2
>  node D
>  node E
>  node F
>
> If I run `nodetool repair -pr` at nodeA nodeB and nodeC, will all ranges
> be repaired?
>
>
> On Fri, 8 Jun 2018 at 17:57 Rahul Singh 
> wrote:
>
>> From DS dox : "Do not use -pr with this option to repair only a local
>> data center."
>> On Jun 8, 2018, 10:42 AM -0400, user@cassandra.apache.org, wrote:
>>
>>
>> *nodetool repair -pr*
>>
>>


Re: nodetool repair -pr

2018-06-08 Thread Igor Zubchenok
I want to repair all nodes at all data centers.

Example:
DC1
 nodeA
 nodeB
 nodeC
DC2
 node D
 node E
 node F

If I run `nodetool repair -pr` at nodeA nodeB and nodeC, will all ranges be
repaired?


On Fri, 8 Jun 2018 at 17:57 Rahul Singh 
wrote:

> From DS dox : "Do not use -pr with this option to repair only a local
> data center."
> On Jun 8, 2018, 10:42 AM -0400, user@cassandra.apache.org, wrote:
>
>
> *nodetool repair -pr*
>
> --
Regards,
Igor Zubchenok

CTO at Multi Brains LLC
Founder of taxistartup.com saytaxi.com chauffy.com
Skype: igor.zubchenok


nodetool repair -pr

2018-06-08 Thread Igor Zubchenok
Hi!

I want to repair all nodes in all datacenters.
Should I run *nodetool repair -pr* at all nodes of a SINGLE datacenter or
at all nodes of ALL datacenters?
-- 
Regards,
Igor Zubchenok

CTO at Multi Brains LLC
Founder of taxistartup.com saytaxi.com chauffy.com
Skype: igor.zubchenok