Github user merrimanr commented on a diff in the pull request:

    https://github.com/apache/metron/pull/1265#discussion_r235005842
  
    --- Diff: 
metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/ParserRunnerImpl.java
 ---
    @@ -87,13 +87,13 @@ public boolean isError() {
       protected transient Consumer<ParserRunnerResults> onSuccess;
       protected transient Consumer<MetronError> onError;
     
    -  private HashSet<String> sensorTypes;
    +  private Set<String> sensorTypes;
    --- End diff --
    
    Shouldn't this be serializable?


---

Reply via email to