aweisberg opened a new pull request, #3854: URL: https://github.com/apache/cassandra/pull/3854
TxnNamedRead was incorrectly determining whether a query was a continuation because the comparison was on TokenKey and when a MinTokenKey was encountered it would discard the paging state. Comparison on token should be sufficient because multiple queries in the same batch won't share the same left token bound, only the continuation query will. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

