Francisco Guerrero created CASSANDRA-19507:
----------------------------------------------

             Summary: [Analytics] Fix bulk reads of multiple tables that 
potentially have the same data file name
                 Key: CASSANDRA-19507
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19507
             Project: Cassandra
          Issue Type: Bug
          Components: Analytics Library
            Reporter: Francisco Guerrero
            Assignee: Francisco Guerrero


When reading multiple data frames using bulk reader from different tables, it 
is possible to encounter a data file name being retrieved from the same Sidecar 
instance. Because the {{SSTable}}s are cached in the {{SSTableCache}}, it is 
possible that the {{org.apache.cassandra.spark.reader.SSTableReader}} is using 
the incorrect {{SSTable}} if it was cached with the same {{#hashCode}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to