Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: while searching with invalid in inverted index table in cassandra(with super column) #201

Closed
mevivs opened this issue Mar 7, 2013 · 2 comments
Milestone

Comments

@mevivs
Copy link
Collaborator

mevivs commented Mar 7, 2013

It is giving error:
com.impetus.kundera.index.IndexingException: Unable to search from inverted index
com.impetus.client.cassandra.thrift.ThriftInvertedIndexHandler.getSuperColumnForRow(ThriftInvertedIndexHandler.java:261)
com.impetus.client.cassandra.index.InvertedIndexHandlerBase.searchAndAddToResults(InvertedIndexHandlerBase.java:132)
com.impetus.client.cassandra.index.InvertedIndexHandlerBase.search(InvertedIndexHandlerBase.java:71)
com.impetus.client.cassandra.thrift.ThriftInvertedIndexHandler.search(ThriftInvertedIndexHandler.java:174)
com.impetus.client.cassandra.thrift.ThriftClient.searchInInvertedIndex(ThriftClient.java:1002)
com.impetus.client.cassandra.query.CassandraEntityReader.readFromIndexTable(CassandraEntityReader.java:254)
com.impetus.client.cassandra.query.CassQuery.recursivelyPopulateEntities(CassQuery.java:200)
com.impetus.kundera.query.QueryImpl.getResultList(QueryImpl.java:159)
com.impetus.twitample.service.TwitterService.findTweetByBody(TwitterService.java:185)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:601)
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)

But should have been:
No result found.

@ghost ghost assigned xamry Mar 7, 2013
kkmishra added a commit that referenced this issue May 16, 2013
kkmishra added a commit that referenced this issue May 16, 2013
and changed pelops client for some log
@mevivs
Copy link
Collaborator Author

mevivs commented May 16, 2013

Fixed in current trunk. Please verify.

-Vivek

@mevivs
Copy link
Collaborator Author

mevivs commented Jul 26, 2013

Working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants