leventov commented on issue #7394: A central place explaining and linking to different types of segments and tasks URL: https://github.com/apache/incubator-druid/issues/7394#issuecomment-547931927 > It's also not clear to me whether "published" segment is an antonym to "pending" (that is, any segment could be either "pending" or "published", exclusively, and not anything else), and that "announcement" is the process which transitions a segment from "pending" to "published" state. BTW, if this is true, then "publish" and "announce" verbs are synonyms. The third verb phrase which is used in the codebase (at least; maybe somewhere in docs, too) to describe this process is "insert (a set of) segment(s) (in)to (the) metadata store/storage" (see `SegmentInsertAction`, for instance). The central doc place about segment states and transitions (in both codebase and documentation) should also mention that these verbs/verb phrases are synonyms. If they are actually not synonyms, the central doc place should highlight the difference.
---------------------------------------------------------------- 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]
