----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68264/#review206992 -----------------------------------------------------------
sentry-core/sentry-core-common/src/main/java/org/apache/sentry/core/common/utils/SigUtils.java Line 66 (original), 72 (patched) <https://reviews.apache.org/r/68264/#comment290154> should we use try/catch here? So if one handler fails to handle the signal, the next handlers can still process the singnal? - Na Li On Aug. 7, 2018, 9 p.m., Brian Towles wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68264/ > ----------------------------------------------------------- > > (Updated Aug. 7, 2018, 9 p.m.) > > > Review request for sentry, kalyan kumar kalvagadda, Na Li, and Sergio Pena. > > > Bugs: SENTRY-2335 > https://issues.apache.org/jira/browse/SENTRY-2335 > > > Repository: sentry > > > Description > ------- > > This changes the SigUtil class to allow for multiple signal handler functions > to be defined and executed per signal. > > > Diffs > ----- > > > sentry-core/sentry-core-common/src/main/java/org/apache/sentry/core/common/utils/SigUtils.java > 1f16e1435dde850d651b9b9f5ad8e6253269d106 > > > Diff: https://reviews.apache.org/r/68264/diff/1/ > > > Testing > ------- > > Tested with unit tests and manual testing > > > Thanks, > > Brian Towles > >