aboutsummaryrefslogtreecommitdiffstats
path: root/music-core/src/main/java/org/onap/music/service/impl/MusicCassaCore.java
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28lowered some code smellsIndrijeet kumar1-1/+2
lowered some code smells Issue-ID: PORTAL-869 Change-Id: Ia92c254b9fb9ddfe9db63889808eea07557c198a Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-01-29Merge "Further MusicCassaCore Testing"Thomas Nelson1-5/+8
2020-01-27Further MusicCassaCore TestingTschaen, Brendan1-5/+8
Change-Id: I6314a6ea15e3787b840050deb04190e1928c20e2 Issue-ID: MUSIC-521 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2020-01-21Bug fixes, syncronization, and clean up daemonTschaen, Brendan1-4/+8
Change-Id: Ic70bac496621540bd1589b7f8d07d8db43f3aed0 Issue-ID: MUSIC-548 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-10-10Merge "Include owner in createLockRef"Bharath Balasubramanian1-0/+3
2019-10-09Include owner in createLockRefTschaen, Brendan1-0/+3
Change-Id: I7403f27b739259576419a380878cf0e263f9b8c6 Issue-ID: MUSIC-502 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-10-03Update locking to use Threadsafe setThomas Nelson (arthurdent3)1-18/+94
Had to create whole new method for Atomic Lock Creation. Added thread safe set to contol lock creation per key. Updated the deadlock to use local_quorum Removed some uneeded import Updated some logging. Issue-ID: MUSIC-512 Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com> Change-Id: I7e1a4c34de5dc9a0e90adf30d1f4d1bac698ceae Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com>
2019-09-26Split music src into music-core and music-restArthur Martella1-0/+1149
Separating music into two directories to build with two pom files. Hopefully this should allow both jars to be deployed in nexus. Do not merge without careful review!!! Issue-ID: MUSIC-505 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I9dd2074e7f4499216c2bcd00095829dd43e2d0f9