aboutsummaryrefslogtreecommitdiffstats
path: root/music-core/src/main/java/org/onap/music/lockingservice
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28Merge "lowered some code smells"Brendan Tschaen2-3/+6
2020-05-28lowered some code smellsIndrijeet kumar3-5/+6
lowered some code smells Issue-ID: PORTAL-869 Change-Id: I38a7c71f67b05bea076c6a0912712097da2093c7 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-14Sonar issue fix in LockCleanUpDaemonRajamanickam, Ezhilarasi(er0656)1-6/+7
Issue-ID: MUSIC-583 Change-Id: Icc16848de6eaa6ac31112084da012fda9adfdf03 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2020-04-01some code smells removedIndrijeet kumar1-4/+7
some code smells removed Issue-ID: PORTAL-869 Change-Id: I54235879743bbd31fa3b12df5c527b876c66ea00 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-03-31unnecessary imports removedIndrijeet kumar1-2/+0
unnecessary imports removed Issue-ID: PORTAL-869 Change-Id: I94d84c5ce155a381237e649e5ad9280bfdddd6b1 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-01-21Bug fixes, syncronization, and clean up daemonTschaen, Brendan2-1/+133
Change-Id: Ic70bac496621540bd1589b7f8d07d8db43f3aed0 Issue-ID: MUSIC-548 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-12-27Merge "Update junits"Thomas Nelson1-1/+1
2019-12-04Unit test cases for DeadLockDetectionUtil, CipherUtil and CassaLockStoreGadicherla, Shiva1-1/+9
Issue-ID: MUSIC-521 Signed-off-by: Gadicherla, Shiva <sg592n@att.com> Change-Id: I8544a2003548eff9d26c48f65e5109154924bfe9
2019-11-12Update junitsTschaen, Brendan1-1/+1
Change-Id: Ic08113ccee0c11e541764059632dfb2692eba657 Issue-ID: MUSIC-521 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-10-03Update locking to use Threadsafe setThomas Nelson (arthurdent3)1-1/+1
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 Martella3-0/+775
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