----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73365/ -----------------------------------------------------------
Review request for ranger. Repository: ranger Description ------- The root cause is `runnables` get increased when runnable is executing. It can be fixed by using index instead of foreach. Diffs ----- security-admin/src/main/java/org/apache/ranger/common/db/RangerTransactionSynchronizationAdapter.java 7349898e7 Diff: https://reviews.apache.org/r/73365/diff/1/ Testing ------- `mvn clean test` pass on my local and the error does not appear on my local. Thanks, Chia-Ping Tsai
