[ https://issues.apache.org/jira/browse/YUNIKORN-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Craig Condit resolved YUNIKORN-2907. ------------------------------------ Fix Version/s: 1.7.0 Resolution: Fixed Merged to master. > Queue config processing log spew > -------------------------------- > > Key: YUNIKORN-2907 > URL: https://issues.apache.org/jira/browse/YUNIKORN-2907 > Project: Apache YuniKorn > Issue Type: Improvement > Components: core - common > Reporter: Wilfred Spiegelenburg > Assignee: Michael Chu > Priority: Major > Labels: pull-request-available > Fix For: 1.7.0 > > > During configuration updates a shadow queue structure is build based on the > new configuration. The shadow structure is then walked and compared to the > existing queue structure. Actions are taken based on the existing queue > structure: add or remove of queues that exist in new or existing structure. > Update if differences are found between queues that exist in new and existing > structures. > During the build of the shadow structure queue creations are logged. This > logs the creation of the whole queue structure. The logs do not make clear > the queues are not really added but that it is the shadow structure being > created. In case of large queue structures this causes a log spew, and makes > the log difficult to read. > The actions taken based on the comparison are logged clearly. > We need to be able to distinguish between a real create and one for the > shadow create in the log. The same code is executed when we create the "real" > queue. > The creation of the shadow queue structure should not log, log only at debug > level and or log with a clear message that it is the shadow structure > creation. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org For additional commands, e-mail: dev-h...@yunikorn.apache.org