yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.74k stars 1.05k forks source link

CQL query fails #634

Open VishalGupta04 opened 5 years ago

VishalGupta04 commented 5 years ago

Simple select query for a table fails on Leader node: image

kmuthukk commented 5 years ago

hi @VishalGupta04

Please confirm if this is related to the other issues (#635, #633) -- that perhaps some of the yb-tservers were down?

VishalGupta04 commented 5 years ago

@kmuthukk best of my knowledge, all the nodes in the cluster were up at this time. I have seen different flavors of this issue:

  1. As mentioned above, simple SELECT is failing (even though it's trying to do full table scan).
  2. In another observation, a SELECT for a specific hash and tok value combination was giving same error.

I would appreciate if we can do a screen sharing session (sometime next week) and we can execute some of the tests to see the actual issue.