Re: Re: word_count example fails in multi-node configuration

2010-11-29 Thread Bingbing Liu
try the OrderPreservingPartitioner 2010-11-30 Bingbing Liu 发件人: RS 发送时间: 2010-11-30 09:14:38 收件人: user 抄送: 主题: Re: word_count example fails in multi-node configuration It occurs in 0.7 beta 3 and 0.7.0 rc 1. Thank you, Jeremy. I will follow the ticket. -Roman On Tue, Nov 30, 2010

Re: word_count example fails in multi-node configuration

2010-11-29 Thread RS
It occurs in 0.7 beta 3 and 0.7.0 rc 1. Thank you, Jeremy. I will follow the ticket. -Roman On Tue, Nov 30, 2010 at 2:50 AM, Jeremy Hanna wrote: > Roman: > > I commented on the ticket - would you mind answering on there?   > https://issues.apache.org/jira/browse/CASSANDRA-1787 > > Tx, > > Jere

Re: word_count example fails in multi-node configuration

2010-11-29 Thread Jeremy Hanna
So final answer - known issue with RC1 - https://issues.apache.org/jira/browse/CASSANDRA-1781 - that should be fixed before 0.7.0 is completed. On Nov 29, 2010, at 11:31 AM, Jeremy Hanna wrote: > Roman: > > I logged a jira ticket about this for further investigation, if you'd like to > follow

Re: word_count example fails in multi-node configuration

2010-11-29 Thread Jeremy Hanna
Roman: I commented on the ticket - would you mind answering on there? https://issues.apache.org/jira/browse/CASSANDRA-1787 Tx, Jeremy On Nov 29, 2010, at 3:14 AM, RS wrote: > Hi guys, > > I am trying to run word_count example from contrib directory (0.7 beta > 3 and 0.7.0 rc 1). > It works

Re: word_count example fails in multi-node configuration

2010-11-29 Thread Jeremy Hanna
Roman: I logged a jira ticket about this for further investigation, if you'd like to follow that. https://issues.apache.org/jira/browse/CASSANDRA-1787 On Nov 29, 2010, at 3:14 AM, RS wrote: > Hi guys, > > I am trying to run word_count example from contrib directory (0.7 beta > 3 and 0.7.0 rc

word_count example fails in multi-node configuration

2010-11-29 Thread RS
Hi guys, I am trying to run word_count example from contrib directory (0.7 beta 3 and 0.7.0 rc 1). It works fine in a single-node configuration, but fails with 2+ nodes. It fails in the assert statement, which caused problems before (https://issues.apache.org/jira/browse/CASSANDRA-1700). Here's