Chao Long created KYLIN-4154: -------------------------------- Summary: Metadata inconsistency between multi Kylin server caused by Broadcaster closing Key: KYLIN-4154 URL: https://issues.apache.org/jira/browse/KYLIN-4154 Project: Kylin Issue Type: Bug Components: Metadata Reporter: Chao Long Assignee: Chao Long Fix For: v3.0.0
To avoid Broadcaster memory leak, KYLIN-4131 close the metadata sync thread after receiving "Sync All" event, but there may be some events in the waiting queue, which haven't been synced yet. So we should sync all events before closing sync thread. -- This message was sent by Atlassian Jira (v8.3.2#803003)