You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Luca (Jira)" <ji...@apache.org> on 2019/10/08 15:01:00 UTC

[jira] [Updated] (IGNITE-12078) implement loadCache on CacheJdbcBlobStore

     [ https://issues.apache.org/jira/browse/IGNITE-12078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca updated IGNITE-12078:
--------------------------
    Description: 
When store a cache persistent in a 3rd Party Storage as Blob the CacheJdbcBlobStoreFactory is used. According to the documentation ([https://apacheignite.readme.io/v1.9/docs/persistent-store#section-loadcache-] / [https://apacheignite.readme.io/docs/data-loading#ignitecacheloadcache]) the method loadCache() should be used to load the data from the persistent storage back to the cache.

Unfortunately the loadCache() method is only implemented in the CacheJdbcPojoStore but not in the CacheJdbcBlobStore.

 PR: https://github.com/apache/ignite/pull/6783

  was:
When store a cache persistent in a 3rd Party Storage as Blob the CacheJdbcBlobStoreFactory is used. According to the documentation ([https://apacheignite.readme.io/v1.9/docs/persistent-store#section-loadcache-] / [https://apacheignite.readme.io/docs/data-loading#ignitecacheloadcache]) the method loadCache() should be used to load the data from the persistent storage back to the cache.

Unfortunately the loadCache() method is only implemented in the CacheJdbcPojoStore but not in the CacheJdbcBlobStore.

 


> implement loadCache on CacheJdbcBlobStore
> -----------------------------------------
>
>                 Key: IGNITE-12078
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12078
>             Project: Ignite
>          Issue Type: Task
>    Affects Versions: 2.7.5
>            Reporter: Luca
>            Priority: Major
>
> When store a cache persistent in a 3rd Party Storage as Blob the CacheJdbcBlobStoreFactory is used. According to the documentation ([https://apacheignite.readme.io/v1.9/docs/persistent-store#section-loadcache-] / [https://apacheignite.readme.io/docs/data-loading#ignitecacheloadcache]) the method loadCache() should be used to load the data from the persistent storage back to the cache.
> Unfortunately the loadCache() method is only implemented in the CacheJdbcPojoStore but not in the CacheJdbcBlobStore.
>  PR: https://github.com/apache/ignite/pull/6783



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