[
https://issues.apache.org/jira/browse/IGNITE-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15043627#comment-15043627
]
Igor Rudyak commented on IGNITE-1371:
-------------------------------------
Alexey,
I merged all your changes into ignite-1371 branch. Also fixed all TODO items
except one which you specified for CassandraSessionImpl.handleTableAbsenceError
function.
The logic I implemented in this function is used to handle Cassandra table
absence problem only by one thread. All other thread in a such situation should
just wait until the problem will be fixed by the thread which first started
doing this. After the problem is fixed, waiting threads will sequentially
resume their execution and should skip handling table absence problem just
returning their normal execution.
> Key-Value store (like Cassandra) as CacheStore
> ----------------------------------------------
>
> Key: IGNITE-1371
> URL: https://issues.apache.org/jira/browse/IGNITE-1371
> Project: Ignite
> Issue Type: New Feature
> Components: cache
> Affects Versions: ignite-1.4
> Reporter: Alexandre Boudnik
> Assignee: Igor Rudyak
> Attachments: master_02b59e4_ignite-1371.patch
>
> Original Estimate: 504h
> Remaining Estimate: 504h
>
> It will provide ability to map particular cache holding POJOs to Cassandra
> table. Later it would be generalized to support eventually any any Key-Value
> store.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)