forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-6010: change create jdbc-mapping to alter region and create asy…
…nc-queue (apache#2836) create jdbc-mapping now also does the following: -- alters the region to have a JdbcLoader as its cache-loader -- if synchronous, alters the region to have a JdbcWriter as its cache-writer -- if asynchronous, creates an async-event-queue and alters regions to have it The async-event-queue is created parallel for partitioned regions, and serial for all other regions. create jdbc-mapping now requires cluster configuration and uses it to check all required preconditions before the command starts changing things. Co-authored-by: Darrel Schneider <[email protected]> Co-authored-by: Jianxia Chen <[email protected]> Co-authored-by: Scott Jewell <[email protected]>
- Loading branch information
1 parent
09dd194
commit 0dc46ea
Showing
9 changed files
with
1,242 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.