You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Rink Z (JIRA)" <ji...@apache.org> on 2013/04/22 15:09:15 UTC

[jira] [Created] (FLUME-2016) inconsistent IDL definition of avro and thrift

Rink Z created FLUME-2016:
-----------------------------

             Summary: inconsistent IDL definition of  avro and thrift
                 Key: FLUME-2016
                 URL: https://issues.apache.org/jira/browse/FLUME-2016
             Project: Flume
          Issue Type: Bug
          Components: Client SDK
    Affects Versions: v1.4.0
         Environment: All
            Reporter: Rink Z


flume.avdl define the Status as:
enum Status {
    OK, FAILED, UNKNOWN
}

while flume.thrift define the Status as:
enum Status {
  OK,
  FAILED,
  ERROR,
  UNKNOWN
}

The difference is confusing.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira