Browse Source

HPCC-8817 Change notes based on the last review comment

Signed-off-by: Kevin Wang <kevin.wang@lexisnexis.com>
Kevin Wang 12 years ago
parent
commit
c8cedf5111
1 changed files with 2 additions and 1 deletions
  1. 2 1
      esp/services/ws_smc/ws_smcService.cpp

+ 2 - 1
esp/services/ws_smc/ws_smcService.cpp

@@ -442,7 +442,8 @@ void CWsSMCEx::addRunningWUs(IEspContext &context, IPropertyTree& node, CConstWU
 // For the WUs list inside /Status/Servers/Server[@name=ECLagent] but not list under other 'Server', the
 // existing code has to find out WUID and @clusterName of the WU. Then, uses @clusterName to find out the
 // queue name in IConstWUClusterInfo. Those WUs list under that server (identified by its queue name) with
-// a note 'on ECLagent'.
+// a note 'on ECLagent'. TBD: the logic here will be simpler if the /Status/Servers/Server is named the
+// instance and/or cluster.
 //
 // In order to get information about queued WUs, this method gets queue names from both IConstWUClusterInfo
 // and other environment functions. Each of those queue names is linked to one IJobQueues. From the