ce Developer
> @aaronmorton
> http://www.thelastpickle.com
>
> On 21/10/2011, at 5:31 AM, Vitaly Vengrov wrote:
>
> Hi all.
>
> I am using cassandra 1.0.0.
> I created a keyspace with all the column family definitions at runtime and
> it works fine until I stop and then
Hi all.
I am using cassandra 1.0.0.
I created a keyspace with all the column family definitions at runtime and
it works fine until I stop and then restart the cassandra server.
During it's startup I see this error in the cassandra log :
ERROR 16:22:16,977 Exception encountered during startup
java
Hi guys.
See these rows in the ColumnFamilyInputFormat.getSplits method :
assert jobKeyRange.start_key == null : "only start_token
supported";
assert jobKeyRange.end_key == null : "only end_token
supported";
So, the question is why start_key and end_key aren't sup