Hi!

I've been trying to truncate table from my code.
I did succeed in that, but if I try to add some data to it afterwards, I get NullPointerException at

 stackTraceStr:java.lang.NullPointerException
at org.apache.blur.thrift.BlurControllerServer.mutate(BlurControllerServer.java:1083)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)

While truncating table, I tried fetching its descriptor before and using it afterwards when recreating, but same error. As far as I've seen, only restarting shard server helped. I'm using only one shard server when testing.

Any ideas?

Thanks,
Neda

Reply via email to