Cassandra Error: TNegotiatingServerTransport.java:508 - Failed to open server transport The Next CEO of Stack OverflowCassandra errors when trying the new CQL 3org.apache.thrift.transport.TTransportException: Cannot read. Remote side has closedDataStax DSE Cassandra SSL - Unrecognized SSL message, plaintext connection?How to recover Cassandra node from failed bootstrapWhat are native transport requests in Cassandra?PHP Cassandra and CodeIgniter Error No connection could be made because the target machine actively refused it. [10061]java.io.IOException: Failed to open thrift connection to Cassandra at 127.0.0.1:9160cassandra installation failedNO_AGENT_DETECTED opscenterFailing Cassandra INSERT and UPDATE statements - Unexpected Exception

Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?

Aggressive Under-Indexing and no data for missing index

What would be the main consequences for a country leaving the WTO?

What CSS properties can the br tag have?

How to find image of a complex function with given constraints?

Audio Conversion With ADS1243

Why am I getting "Static method cannot be referenced from a non static context: String String.valueOf(Object)"?

Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank

Does the Idaho Potato Commission associate potato skins with healthy eating?

The Ultimate Number Sequence Puzzle

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

vector calculus integration identity problem

Help/tips for a first time writer?

Expressing the idea of having a very busy time

Do scriptures give a method to recognize a truly self-realized person/jivanmukta?

What does "shotgun unity" refer to here in this sentence?

Can you teleport closer to a creature you are Frightened of?

Help! I cannot understand this game’s notations!

Reference request: Grassmannian and Plucker coordinates in type B, C, D

What was Carter Burke's job for "the company" in Aliens?

Defamation due to breach of confidentiality

Why don't programming languages automatically manage the synchronous/asynchronous problem?

Physiological effects of huge anime eyes

What are the unusually-enlarged wing sections on this P-38 Lightning?



Cassandra Error: TNegotiatingServerTransport.java:508 - Failed to open server transport



The Next CEO of Stack OverflowCassandra errors when trying the new CQL 3org.apache.thrift.transport.TTransportException: Cannot read. Remote side has closedDataStax DSE Cassandra SSL - Unrecognized SSL message, plaintext connection?How to recover Cassandra node from failed bootstrapWhat are native transport requests in Cassandra?PHP Cassandra and CodeIgniter Error No connection could be made because the target machine actively refused it. [10061]java.io.IOException: Failed to open thrift connection to Cassandra at 127.0.0.1:9160cassandra installation failedNO_AGENT_DETECTED opscenterFailing Cassandra INSERT and UPDATE statements - Unexpected Exception










0















We are seeing this error on our production Data-center. What's caused this error/What does it indicate.



ERROR [Thrift:5] 2019-03-07 23:34:25,007 TNegotiatingServerTransport.java:508 - Failed to open server transport.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
ERROR [Thrift:5] 2019-03-07 23:34:25,007 CustomTThreadPoolServer.java:225 - Error occurred during processing of message.
java.lang.RuntimeException: Failed to open server transport: unknown









share|improve this question
























  • What version are you running? thrifts been deprecated for years

    – Chris Lohfink
    Mar 8 at 20:44











  • Datastax: dse 5.1.3

    – Pramod
    Mar 8 at 22:30















0















We are seeing this error on our production Data-center. What's caused this error/What does it indicate.



ERROR [Thrift:5] 2019-03-07 23:34:25,007 TNegotiatingServerTransport.java:508 - Failed to open server transport.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
ERROR [Thrift:5] 2019-03-07 23:34:25,007 CustomTThreadPoolServer.java:225 - Error occurred during processing of message.
java.lang.RuntimeException: Failed to open server transport: unknown









share|improve this question
























  • What version are you running? thrifts been deprecated for years

    – Chris Lohfink
    Mar 8 at 20:44











  • Datastax: dse 5.1.3

    – Pramod
    Mar 8 at 22:30













0












0








0








We are seeing this error on our production Data-center. What's caused this error/What does it indicate.



ERROR [Thrift:5] 2019-03-07 23:34:25,007 TNegotiatingServerTransport.java:508 - Failed to open server transport.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
ERROR [Thrift:5] 2019-03-07 23:34:25,007 CustomTThreadPoolServer.java:225 - Error occurred during processing of message.
java.lang.RuntimeException: Failed to open server transport: unknown









share|improve this question
















We are seeing this error on our production Data-center. What's caused this error/What does it indicate.



ERROR [Thrift:5] 2019-03-07 23:34:25,007 TNegotiatingServerTransport.java:508 - Failed to open server transport.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
ERROR [Thrift:5] 2019-03-07 23:34:25,007 CustomTThreadPoolServer.java:225 - Error occurred during processing of message.
java.lang.RuntimeException: Failed to open server transport: unknown






cassandra datastax






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 10 at 11:41









Alex Ott

28.7k35274




28.7k35274










asked Mar 8 at 17:20









PramodPramod

207




207












  • What version are you running? thrifts been deprecated for years

    – Chris Lohfink
    Mar 8 at 20:44











  • Datastax: dse 5.1.3

    – Pramod
    Mar 8 at 22:30

















  • What version are you running? thrifts been deprecated for years

    – Chris Lohfink
    Mar 8 at 20:44











  • Datastax: dse 5.1.3

    – Pramod
    Mar 8 at 22:30
















What version are you running? thrifts been deprecated for years

– Chris Lohfink
Mar 8 at 20:44





What version are you running? thrifts been deprecated for years

– Chris Lohfink
Mar 8 at 20:44













Datastax: dse 5.1.3

– Pramod
Mar 8 at 22:30





Datastax: dse 5.1.3

– Pramod
Mar 8 at 22:30












1 Answer
1






active

oldest

votes


















0














this is a sign that node could be overloaded most probably due high number of the Thrift connections - you need to check your logs why this happened, could be OOM, or something like. Or simply not enough threads available to start a new one (check system limits on the max proc, for example).



DataStax support knowledge base has corresponding article with more links, etc.



P.S. 5.1.3 is very old - it's recommended to upgrade to latest versions to get latest fixes, etc.






share|improve this answer























  • With my understanding DSE 5.1.3, thrift port that was using by Cassandra was 9160. But none of my applications are connecting through that port.

    – Pramod
    Mar 21 at 18:16











  • The message looks like that somebody tried to connect to it - maybe network scanning or something like?

    – Alex Ott
    Mar 21 at 19:36











  • Thanks for the update, FYI: we have scheduled a cronjob with netstat command to see if any thing is connecting to that port during some period of time where we observed frequently that error message. Will try tcpdump if it doesn't help. Let me know if there is any thing else i can try.

    – Pramod
    Mar 21 at 20:37











  • netstat & tcpdump is a good start

    – Alex Ott
    Mar 22 at 9:26











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55068062%2fcassandra-error-tnegotiatingservertransport-java508-failed-to-open-server-tr%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














this is a sign that node could be overloaded most probably due high number of the Thrift connections - you need to check your logs why this happened, could be OOM, or something like. Or simply not enough threads available to start a new one (check system limits on the max proc, for example).



DataStax support knowledge base has corresponding article with more links, etc.



P.S. 5.1.3 is very old - it's recommended to upgrade to latest versions to get latest fixes, etc.






share|improve this answer























  • With my understanding DSE 5.1.3, thrift port that was using by Cassandra was 9160. But none of my applications are connecting through that port.

    – Pramod
    Mar 21 at 18:16











  • The message looks like that somebody tried to connect to it - maybe network scanning or something like?

    – Alex Ott
    Mar 21 at 19:36











  • Thanks for the update, FYI: we have scheduled a cronjob with netstat command to see if any thing is connecting to that port during some period of time where we observed frequently that error message. Will try tcpdump if it doesn't help. Let me know if there is any thing else i can try.

    – Pramod
    Mar 21 at 20:37











  • netstat & tcpdump is a good start

    – Alex Ott
    Mar 22 at 9:26















0














this is a sign that node could be overloaded most probably due high number of the Thrift connections - you need to check your logs why this happened, could be OOM, or something like. Or simply not enough threads available to start a new one (check system limits on the max proc, for example).



DataStax support knowledge base has corresponding article with more links, etc.



P.S. 5.1.3 is very old - it's recommended to upgrade to latest versions to get latest fixes, etc.






share|improve this answer























  • With my understanding DSE 5.1.3, thrift port that was using by Cassandra was 9160. But none of my applications are connecting through that port.

    – Pramod
    Mar 21 at 18:16











  • The message looks like that somebody tried to connect to it - maybe network scanning or something like?

    – Alex Ott
    Mar 21 at 19:36











  • Thanks for the update, FYI: we have scheduled a cronjob with netstat command to see if any thing is connecting to that port during some period of time where we observed frequently that error message. Will try tcpdump if it doesn't help. Let me know if there is any thing else i can try.

    – Pramod
    Mar 21 at 20:37











  • netstat & tcpdump is a good start

    – Alex Ott
    Mar 22 at 9:26













0












0








0







this is a sign that node could be overloaded most probably due high number of the Thrift connections - you need to check your logs why this happened, could be OOM, or something like. Or simply not enough threads available to start a new one (check system limits on the max proc, for example).



DataStax support knowledge base has corresponding article with more links, etc.



P.S. 5.1.3 is very old - it's recommended to upgrade to latest versions to get latest fixes, etc.






share|improve this answer













this is a sign that node could be overloaded most probably due high number of the Thrift connections - you need to check your logs why this happened, could be OOM, or something like. Or simply not enough threads available to start a new one (check system limits on the max proc, for example).



DataStax support knowledge base has corresponding article with more links, etc.



P.S. 5.1.3 is very old - it's recommended to upgrade to latest versions to get latest fixes, etc.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 21 at 12:53









Alex OttAlex Ott

28.7k35274




28.7k35274












  • With my understanding DSE 5.1.3, thrift port that was using by Cassandra was 9160. But none of my applications are connecting through that port.

    – Pramod
    Mar 21 at 18:16











  • The message looks like that somebody tried to connect to it - maybe network scanning or something like?

    – Alex Ott
    Mar 21 at 19:36











  • Thanks for the update, FYI: we have scheduled a cronjob with netstat command to see if any thing is connecting to that port during some period of time where we observed frequently that error message. Will try tcpdump if it doesn't help. Let me know if there is any thing else i can try.

    – Pramod
    Mar 21 at 20:37











  • netstat & tcpdump is a good start

    – Alex Ott
    Mar 22 at 9:26

















  • With my understanding DSE 5.1.3, thrift port that was using by Cassandra was 9160. But none of my applications are connecting through that port.

    – Pramod
    Mar 21 at 18:16











  • The message looks like that somebody tried to connect to it - maybe network scanning or something like?

    – Alex Ott
    Mar 21 at 19:36











  • Thanks for the update, FYI: we have scheduled a cronjob with netstat command to see if any thing is connecting to that port during some period of time where we observed frequently that error message. Will try tcpdump if it doesn't help. Let me know if there is any thing else i can try.

    – Pramod
    Mar 21 at 20:37











  • netstat & tcpdump is a good start

    – Alex Ott
    Mar 22 at 9:26
















With my understanding DSE 5.1.3, thrift port that was using by Cassandra was 9160. But none of my applications are connecting through that port.

– Pramod
Mar 21 at 18:16





With my understanding DSE 5.1.3, thrift port that was using by Cassandra was 9160. But none of my applications are connecting through that port.

– Pramod
Mar 21 at 18:16













The message looks like that somebody tried to connect to it - maybe network scanning or something like?

– Alex Ott
Mar 21 at 19:36





The message looks like that somebody tried to connect to it - maybe network scanning or something like?

– Alex Ott
Mar 21 at 19:36













Thanks for the update, FYI: we have scheduled a cronjob with netstat command to see if any thing is connecting to that port during some period of time where we observed frequently that error message. Will try tcpdump if it doesn't help. Let me know if there is any thing else i can try.

– Pramod
Mar 21 at 20:37





Thanks for the update, FYI: we have scheduled a cronjob with netstat command to see if any thing is connecting to that port during some period of time where we observed frequently that error message. Will try tcpdump if it doesn't help. Let me know if there is any thing else i can try.

– Pramod
Mar 21 at 20:37













netstat & tcpdump is a good start

– Alex Ott
Mar 22 at 9:26





netstat & tcpdump is a good start

– Alex Ott
Mar 22 at 9:26



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55068062%2fcassandra-error-tnegotiatingservertransport-java508-failed-to-open-server-tr%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page