milleruntime commented on a change in pull request #2318:
URL: https://github.com/apache/accumulo/pull/2318#discussion_r748255020
##########
File path: core/src/main/thrift/compaction-coordinator.thrift
##########
@@ -50,11 +50,9 @@ struct TCompactionStatusUpdate {
struct TExternalCompaction {
1:string queueName
- 2:data.TKeyExtent extent
- 3:list<tabletserver.InputFile> files
- 4:string outputFile
- 5:string compactor
- 6:map<i64,TCompactionStatusUpdate> updates
+ 2:string compactor
+ 3:map<i64,TCompactionStatusUpdate> updates
+ 4:tabletserver.TExternalCompactionJob job
}
Review comment:
Including the job here works perfectly! Thanks
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]