You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Kishen Das (Jira)" <ji...@apache.org> on 2021/06/15 00:47:00 UTC

[jira] [Created] (IMPALA-10751) Expose new API from CatalogD to EventProcessor

Kishen Das created IMPALA-10751:
-----------------------------------

             Summary: Expose new API from CatalogD to EventProcessor
                 Key: IMPALA-10751
                 URL: https://issues.apache.org/jira/browse/IMPALA-10751
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Kishen Das


We plan to manipulate writeIdList for event based fine grained refreshing so we will need a cache to track open txnId and writeId. We store this in CatalogD so that it can remain in memory even EventProcessor is restarted.

We need a Structure like below and expose an API from CatalogD.
{code:java}
Map<Long, List<(String, Long)>> TxnToTableWriteIds{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org