Can you just use netstat and dig into the process id and do a ps -ef |
grep <pid> to clear up all the confusion.  Doing so you can tell which
process communicates with which process(I am assuming you are on linuxŠ.on
MAC or windows it is different commands).

Then, just paste all that in the email to this list so we can see it.

MY GUESS is someone is running a tool that is talking thrift on your
cassandra node????  Maybe another server like a web server?

Later,
Dean

On 10/2/12 9:50 AM, "Nick Bailey" <n...@datastax.com> wrote:

>The comments here so far are correct. Cassandra itself will never open
>a thrift connection. Thrift is only for clients. Not sure what exactly
>you are seeing but I don't think it's cassandra.
>
>On Tue, Oct 2, 2012 at 10:48 AM, Niteesh kumar <nitees...@directi.com>
>wrote:
>> not only a node make connection to other nodes. i can also see nodes
>>making
>> connection to itself on port 9160.
>>
>>
>>
>> On Tuesday 02 October 2012 07:42 PM, Viktor Jevdokimov wrote:
>>>
>>> not a thrift por
>>
>>

Reply via email to