jihoonson commented on issue #7571: Optimize coordinator API to retrieve 
segments with overshadowed status
URL: 
https://github.com/apache/incubator-druid/issues/7571#issuecomment-494516109
 
 
   For the metadata of segment, perhaps it's better to have different data 
structures for segments which are actively generated by stream ingestion tasks 
and others. For example, the former might not have `loadSpec` and `size` fields 
to reduce confusion. For interning properly, we might need two maps (segmentId 
-> segment metadata) for each data structure which their keys are never 
overlapped.

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


With regards,
Apache Git Services

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

Reply via email to