You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Faraaz Sareshwala <fs...@quantcast.com> on 2013/06/20 00:36:07 UTC

error on startup: unable to find sufficient sources for streaming range

Hi,

I couldn't find any information on the following error so I apologize if it has
already been discussed.

On some of my nodes, I'm getting the following exception when cassandra starts
up:

2013-06-19 22:17:39.480414500 Exception encountered during startup: unable to find sufficient sources for streaming range (-4250921392403750427,-4250887922781325324]
2013-06-19 22:17:39.482733500 ERROR Exception in thread Thread[StorageServiceShutdownHook,5,main] (CassandraDaemon.java:org.apache.cassandra.service.CassandraDaemon$1:175)
2013-06-19 22:17:39.482735500 java.lang.NullPointerException
2013-06-19 22:17:39.482735500   at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:321)
2013-06-19 22:17:39.482736500   at org.apache.cassandra.service.StorageService.shutdownClientServers(StorageService.java:362)
2013-06-19 22:17:39.482736500   at org.apache.cassandra.service.StorageService.access$000(StorageService.java:88)
2013-06-19 22:17:39.482751500   at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:513)
2013-06-19 22:17:39.482752500   at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
2013-06-19 22:17:39.482752500   at java.lang.Thread.run(Thread.java:662)

Can someone point me to more information about what could cause this error?

Faraaz

Re: error on startup: unable to find sufficient sources for streaming range

Posted by aaron morton <aa...@thelastpickle.com>.
> On some of my nodes, I'm getting the following exception when cassandra starts
How many nodes? 
Is this a new node or an old one and this problem just started ? 

What version are you on ? 

Do you have this error from system.log ? It includes the thread name which is handy to debug things. Also looks like there are some lines missing from the first error. 
 
it looks like an error that may happen when a node is bootstrapping or replacing an existing node. If you can provide some more context we may be able to help.

Cheers
 

-----------------
Aaron Morton
Freelance Cassandra Consultant
New Zealand

@aaronmorton
http://www.thelastpickle.com

On 20/06/2013, at 10:36 AM, Faraaz Sareshwala <fs...@quantcast.com> wrote:

> Hi,
> 
> I couldn't find any information on the following error so I apologize if it has
> already been discussed.
> 
> On some of my nodes, I'm getting the following exception when cassandra starts
> up:
> 
> 2013-06-19 22:17:39.480414500 Exception encountered during startup: unable to find sufficient sources for streaming range (-4250921392403750427,-4250887922781325324]
> 2013-06-19 22:17:39.482733500 ERROR Exception in thread Thread[StorageServiceShutdownHook,5,main] (CassandraDaemon.java:org.apache.cassandra.service.CassandraDaemon$1:175)
> 2013-06-19 22:17:39.482735500 java.lang.NullPointerException
> 2013-06-19 22:17:39.482735500   at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:321)
> 2013-06-19 22:17:39.482736500   at org.apache.cassandra.service.StorageService.shutdownClientServers(StorageService.java:362)
> 2013-06-19 22:17:39.482736500   at org.apache.cassandra.service.StorageService.access$000(StorageService.java:88)
> 2013-06-19 22:17:39.482751500   at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:513)
> 2013-06-19 22:17:39.482752500   at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
> 2013-06-19 22:17:39.482752500   at java.lang.Thread.run(Thread.java:662)
> 
> Can someone point me to more information about what could cause this error?
> 
> Faraaz