Arjun Mishra created SENTRY-2293:
------------------------------------
Summary: Fix logging parameters on SentryHDFSServiceProcessor
Key: SENTRY-2293
URL: https://issues.apache.org/jira/browse/SENTRY-2293
Project: Sentry
Issue Type: Bug
Components: Sentry
Affects Versions: 2.0.1
Reporter: Arjun Mishra
Assignee: Arjun Mishra
SentryHDFSServiceProcessor method getPathsUpdatesFrom has a log message where
parameters are swapped. See below and fix it
{noformat}
LOGGER.debug("PATHS updates requested from HDFS [ImgNum={}, SeqNum={}]",
request.getPathSeqNum(), request.getPathImgNum());
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)