You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "kalyan kumar kalvagadda (JIRA)" <ji...@apache.org> on 2018/03/29 20:58:00 UTC

[jira] [Created] (SENTRY-2193) Synchronize thrift definition with the generated sources

kalyan kumar kalvagadda created SENTRY-2193:
-----------------------------------------------

             Summary: Synchronize thrift definition with the generated sources
                 Key: SENTRY-2193
                 URL: https://issues.apache.org/jira/browse/SENTRY-2193
             Project: Sentry
          Issue Type: Bug
          Components: Sentry
    Affects Versions: 2.1.0
            Reporter: kalyan kumar kalvagadda
             Fix For: 2.1.0


Current thrift definition is not in-line with the the generated source. I suspect that some of the commits that performed thrift changes did not commit some of the files that are updated.

This is possible as the all the generated files were updated because of the data change and the committers have an hobbit of reverting the changes. In that process some one would have reverted some of the changes that are made.

Intent of this change is Synchronize thrift definition with the generated sources. Once this we synchronize them and run below command only changes one should be seeing are the date changes.
 
{noformat}
mvn clean install -Pthriftif -DskipTests -Dthrift.home=/usr/local/
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)