Sorry to mention that the topology runs normally (including worker processes), tuples are process correctly. But there are no worker logs, nor those folders you mentioned. However, I tried to checkout an earlier commit, say one month ago, and run the same topology, the worker logs appears.
Thanks, Tom Fu -----Original Message----- From: Longda Feng [mailto:[email protected]] Sent: Tuesday, 15 December, 2015 8:55 PM To: dev Subject: Re: Current master has no worker log (1) The latest log's hierarchy has been changed, $BASE_LOG_DIR/workers-artifacts/$topologyName/port/xxxx.log, do you check these?(2) if there is no any logs like $BASE_LOG_DIR/workers-artifacts/$topologyName/port/xxxx.log, please check whether the worker process exist or not(2.1) if the worker process is running, please check whether log4j configuration is correct or not?(2.2) if the worker process is dead, please find the command launching the worker in the supervisor.log, then manually run the command, normally if the gc parameter is invalid, it is likely to failed to launch worker.regardsLongda------------------------------------------------------------------From:Tom Fu <[email protected]>Send Time:2015年12月15日(星期二) 20:15To:[email protected] <[email protected]>Subject:Current master has no worker logHi all, I have tried to checkout current Master and run a testing topology, but there are no worker logs. (Nimbus log and Supervisor log is there). Can anyone tell what is the problem?Regards,Tom Fu
