keith-turner commented on issue #5186:
URL: https://github.com/apache/accumulo/issues/5186#issuecomment-2557423149

   > Should https://github.com/apache/accumulo/issues/5188 be implemented first 
before we do this? The 
[MetaJob](https://github.com/apache/accumulo/blob/e5370d1d5cd436d86170d16b0e8c0986d3275e15/server/manager/src/main/java/org/apache/accumulo/manager/compaction/queue/CompactionJobQueues.java#L139)
 object stores both the CompactionJob and TabletMetadata now so if we drop the 
TabletMetadata thenthere will be some refactoring and will impact the code 
here. This issue also becomes a lot easier if we don't have to try and estimate 
the TabletMetadata size.
   
   If this is done first should not expend much on effort on computing the 
tabletmetadata size. Could call TabletMetadata.toString().lenght() to estimate 
its size.  This is not efficient, but it is quick to write the code for 
something that will go away.


-- 
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]

Reply via email to