jon-wei commented on a change in pull request #10308:
URL: https://github.com/apache/druid/pull/10308#discussion_r476941756



##########
File path: 
indexing-service/src/main/java/org/apache/druid/indexing/common/task/IndexTask.java
##########
@@ -160,46 +156,33 @@ private static String makeGroupId(boolean 
isAppendToExisting, String dataSource)
     }
   }
 
-  @JsonIgnore
   private final IndexIngestionSpec ingestionSchema;
 
-  @JsonIgnore
   private IngestionState ingestionState;
 
-  @JsonIgnore
-  private final AuthorizerMapper authorizerMapper;
-
-  @JsonIgnore
-  private final Optional<ChatHandlerProvider> chatHandlerProvider;
+  private final CircularBuffer<Throwable> buildSegmentsSavedParseExceptions;
 
-  @JsonIgnore
-  private final RowIngestionMeters determinePartitionsMeters;
+  private final CircularBuffer<Throwable> 
determinePartitionsSavedParseExceptions;
 
-  @JsonIgnore
-  private final RowIngestionMeters buildSegmentsMeters;
+  @MonotonicNonNull

Review comment:
       Ah, I see, that's good then




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to