aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server
AgeCommit message (Collapse)AuthorFilesLines
2019-07-11Sequential IDs and firstnames for multi-thread test scriptArthur Martella1-38/+105
Issue-ID: MUSIC-420 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I484d4d20699458522a81985908c94e4b1d652248
2019-07-10Extra features for multi-thread test scriptArthur Martella1-11/+90
Add: dynamic table names, rollback chance, max tables per commit, random seed Issue-ID: MUSIC-420 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I8ee01cf165f802f88f0c7e1dbaf091fd72fa979e
2019-07-09Merge "New multi-threaded test client script"Brendan Tschaen1-0/+609
2019-07-09Merge if necessary after ownershipTschaen, Brendan27-246/+329
Cleaned up merge if necessary code Change List to Set, which caused cascading changes.... Issue-ID: MUSIC-404 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Ie7aaeb3ff43073eb3947515523e73037089e763d
2019-07-08Merge "Maintain server checkpoint locations"Thomas Nelson9-965/+1103
2019-07-01Maintain server checkpoint locationsTschaen, Brendan9-965/+1103
Issue-ID: MUSIC-421 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I39d3eec764e55b6544add41acbd2a86bde532262
2019-07-01Parse OrderBystatta4-6/+69
Issue-ID: MUSIC-423 Also add debugging logic Change-Id: I665675a5da1617f53163e045990ea9f804a8b3ec Signed-off-by: statta <statta@research.att.com>
2019-06-26New multi-threaded test client scriptArthur Martella1-0/+609
Issue-ID: MUSIC-420 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I275dce864ed1fc0922f0a2f7f0a4e6a3f5b976f7
2019-06-26Merge "Music Tx Digest Decoding Script"Thomas Nelson1-0/+89
2019-06-25Music Tx Digest Decoding ScriptTschaen, Brendan1-0/+89
Issue-ID: MUSIC-417 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I7d8f8c049888eed95c56123ce58c983820c4364c
2019-06-25Add retry to Music get callsArthur Martella1-15/+19
Add 3 retries to Music get calls. Ideally, should allow configuration of number of retries. Issue-ID: MUSIC-416 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: Ibdbc8c91da103b8058e46f8995f54e349a41afbd
2019-06-25Merge "Keep history of MRI rows in table"Thomas Nelson7-112/+107
2019-06-24Keep history of MRI rows in tableTschaen, Brendan7-112/+107
Remove unused functions, and various code cleanup Issue-ID: MUSIC-414 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I57885d01723d5fb9e8aa449774da9269a4073932
2019-06-24Relinquish Locks aptly based on partitionstatta5-10/+27
Issue-ID: MUSIC-402 Change-Id: I9b54939920521b13649253794d82789b46727acd Signed-off-by: statta <statta@research.att.com>
2019-06-21Use blob type in translogTschaen, Brendan1-1/+1
Issue-ID: MUSIC-389 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I970ee2111cf07e9246bed61676d6fd50009a6135
2019-06-14Merge "Include connection info in log"Thomas Nelson2-2/+5
2019-06-11Include connection info in logTschaen, Brendan2-2/+5
Issue-ID: MUSIC-409 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I4d84d7cbc407f314f22b7a659dc499b23375c470
2019-06-07Merge "Relinquish locks for each transaction"Thomas Nelson4-6/+23
2019-05-31Enhance Clob,Blob supportstatta3-615/+652
Issue-ID: MUSIC-388 Change-Id: Ib02df8239e5d7572470fa696697685bdc582cdbb Signed-off-by: statta <statta@research.att.com>
2019-05-30Relinquish locks for each transactionTschaen, Brendan4-6/+23
Change-Id: I44c10c0cc7857cfb647386507218a4e608b24687 Issue-ID: MUSIC-399 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-05-30Don't create extra locks while claiming ownershipArthur Martella3-9/+19
Issue-ID: MUSIC-402 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I12b9ff80be0429ff7a9fc68074a3ca2ec133aee2
2019-05-22Move trigger creation to startupTschaen, Brendan6-54/+18
Change-Id: I0f06d0d704914299ff8dd6dbda2517fd7518507a Issue-ID: MUSIC-396 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-05-22Read write lock implementationTschaen, Brendan10-1338/+132
Change-Id: Ifd680da39305adf36e8a4946643a17e9e0a4df97 Issue-ID: MUSIC-326 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-05-17Fix Clob,Blob read and writesstatta4-62/+2389
Issue-ID: MUSIC-388 Change-Id: I3ddd84f097231a21423325b04c34a4a90e4ea0e0 Signed-off-by: statta <statta@research.att.com>
2019-05-15Merge "Implement postgres, fixes to eventual, and many bug fixes"Brendan Tschaen34-431/+2320
2019-05-03Implement postgres, fixes to eventual, and many bug fixesArthur Martella34-431/+2320
Streamline upper and lower cases for Ranges Fix initialization of system Merged version of commit https://gerrit.onap.org/r/#/c/86160/ Change-Id: I169ed56ff79ff0a2e14ab9bc5e0467d1c0b9f0a9 Issue-ID: MUSIC-387 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2019-04-30Fall back sql parsing optionTschaen, Brendan3-14/+87
If we can't parse the sql query, use basic string analysis to attempt to find the tables Change-Id: Ibb81186e1fb768ee2c7c39b11922c99b79bf942d Issue-ID: MUSIC-391 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-18Switch to calcite query parserTschaen, Brendan11-229/+215
Handle SQL Joins Return Schema/DB and table as range Change-Id: I9455da1e9118bc547bf28e5f22cce2cf044ce75a Issue-ID: MUSIC-380 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-16Row re-use fixTschaen, Brendan3-8/+23
This prevents rows from being split properly, will follow up on issue Change-Id: I6d9ebbf8cf9abd2cac4992be407fb6cb44cb318b Issue-ID: MUSIC-326 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-15Merge "Close connection also updates StateManager"Thomas Nelson2-1/+4
2019-04-15Merge "Reuse current musicrangeinformation row if possible"Thomas Nelson3-4/+25
2019-04-08Merge "New test script for MDBC"Thomas Nelson1-0/+379
2019-04-08Close connection also updates StateManagerArthur Martella2-1/+4
Change-Id: I5861e06a5d11e8bf58a5ae5c470cc62e1861b77f Issue-ID: MUSIC-369 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2019-04-05Optimize eventual readsstatta3-139/+193
Issue-ID: MUSIC-371 Change-Id: Ica2a27a16dd82e5c99cb5775d39c6526ed086187 Signed-off-by: statta <statta@research.att.com>
2019-04-04New test script for MDBCArthur Martella1-0/+379
Change-Id: If38bcf83a3d4f6209907f24b358477d158d9eecd Issue-ID: MUSIC-376 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2019-04-04Reuse current musicrangeinformation row if possibleTschaen, Brendan3-4/+25
Change-Id: I748a43cefada08df42894968698adcf48a635afb Issue-ID: MUSIC-326 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-04Merge "Remove benchmarks"Thomas Nelson1-1/+1
2019-04-03Remove benchmarksTschaen, Brendan1-1/+1
Will be moved elsewhere Issue-ID: MUSIC-376 Change-Id: Ieee0ff444e79c71443ff396b69b6a6c113e8ca7e Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-04-03Don't call newLocks.put when lockId isn't setArthur Martella1-3/+2
Change-Id: I77f5870265712958979d7832eeb845d51e35cfe3 Issue-ID: MUSIC-374 Signed-off-by: arthur.martella.1@att.com
2019-04-02Merge "Adding to current partition, and releaseLock bug"Thomas Nelson4-53/+61
2019-03-28Adding to current partition, and releaseLock bugTschaen, Brendan4-53/+61
Change-Id: I9801656a32480c26b39dea5ae59fd27053d92f29 Issue-ID: MUSIC-374 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-28Add primary key for delete in tx replayArthur Martella1-3/+4
Change-Id: Ic8a2e8c311dd657fbdb5936568bc8d168458d3b2 Issue-ID: MUSIC-371 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2019-03-28Merge "Include primary key in insert query"Bharath Balasubramanian1-6/+23
2019-03-27Improve commit log and benchmarksArthur Martella27-721/+876
Attempting to reconcile Enrique's change at https://gerrit.onap.org/r/#/c/82999/ with the current master. Change-Id: Id669c267e89d185a18d4dfa9a24852ddefcd83eb Issue-ID: MUSIC-369 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2019-03-26Include primary key in insert queryTschaen, Brendan2-8/+25
Allows replays to easily modify an insert into an update if needed Change-Id: Ibd0c077240a23aeff3d82ec171c1cecb3274e211 Issue-ID: MUSIC-371 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-25Merge "Warm up ranges across sites"Bharath Balasubramanian11-58/+296
2019-03-22Insert/update interchange and PS issuestatta4-109/+177
Issue-ID: MUSIC-276 Change-Id: I9c9b990cb362adae81e621db527a0f890e00c7eb Signed-off-by: statta <statta@research.att.com>
2019-03-20Warm up ranges across sitesTschaen, Brendan11-58/+296
Add configuration to select which ranges we warm up. Default (null) is all ranges Change-Id: I0f241563959cc9fb673ab6d8a87c45e8399086c2 Issue-ID: MUSIC-287 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-14Shutdown hook logicTschaen, Brendan2-0/+10
Release connections and partitions owned by this server instance Change-Id: I293705b0d212fcba7e6f80678dee70130a8abe25 Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-03-05Remove ownership logic from mixinTschaen, Brendan12-331/+453
Change-Id: I70d62e76e23c690726294c62b9222c4cd9659c70 Issue-ID: MUSIC-326 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>