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

Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived