Re: Rows missing after new node bootstrapped

2010-11-22 Thread Jonathan Ellis
I think you'll need to show us how to reproduce without your custom LoadFunc, e.g., with normal index scans outside of pig. On Wed, Nov 17, 2010 at 3:56 PM, Christian Decker wrote: > On Tue, Nov 16, 2010 at 6:58 PM, Jonathan Ellis wrote: >> >> I'm pretty sure that "reading an index" and "using p

Re: Rows missing after new node bootstrapped

2010-11-17 Thread Christian Decker
On Tue, Nov 16, 2010 at 6:58 PM, Jonathan Ellis wrote: > I'm pretty sure that "reading an index" and "using pig" are not > compatible right now. the m/r support that pig builds on always does > sequential-scan range queries. > Yes it does, I have a specialized LoadFunc to read and load manually

Re: Rows missing after new node bootstrapped

2010-11-16 Thread Jonathan Ellis
I'm pretty sure that "reading an index" and "using pig" are not compatible right now. the m/r support that pig builds on always does sequential-scan range queries. can you see the missing rows if you do a normal get_slice query for it without pig? On Mon, Nov 15, 2010 at 7:03 AM, Christian Decke

Re: Rows missing after new node bootstrapped

2010-11-15 Thread Christian Decker
I'm using tag cassandra-0.7.0-beta3. I wouldn't know why I need range scans since I perform a multi_get on the indexed keys. Regards, Chris On Sun, Nov 14, 2010 at 9:51 AM, Jonathan Ellis wrote: > Are you using a version with working range scans? > > On Sat, Nov 13, 2010 at 6:11 PM, Christian D

Re: Rows missing after new node bootstrapped

2010-11-14 Thread Jonathan Ellis
Are you using a version with working range scans? On Sat, Nov 13, 2010 at 6:11 PM, Christian Decker wrote: > Hi all, > > I'm having some doubts about the current state of my cluster. I started with > one node, filled it with some 10 million rows, then flushed and compacted > the node. Then I ran

Re: Rows missing after new node bootstrapped

2010-11-13 Thread Stump . J . Xu / 徐隽
你用的哪个版本? 我碰到了另外一种情况,还没找到解决办法。当Cassandra中插入了一批错误数据的时候,似乎数据的正常读取受到了干扰。 Which version? I ran into another situation, not to find a solution. When Cassandra inserted a number of erroneous data, it seems the normal data read by the interference. Stump Xu 2010/11/14 Christian Decker : > Hi all, > > I'