wangxj3
wangxj3
After the worker-server is down, should the backlog of task instances be run or not? If run it, it will cause excessive pressure on the worker-server, as you said. If...
check the path of /proc/${worker-server pid}/task/ ,you can get the detail about the sub threads of the worker-server.Check the task to see if there is a scheduled thread pool or...
Do you mean integrating workflow related pages into other systems?
ChronoZonedDateTime.isAfter algorithm, the calculation accuracy is nanoseconds, which is theoretically equal here, but the time calculation method may be different, resulting in the time + 1 second set by the...
> Yes, this should be a bug happens when the script contains multiple sqls, we might need to split the sql, and check each sql status after finished. The HiveCli...
> > > Yes, this should be a bug happens when the script contains multiple sqls, we might need to split the sql, and check each sql status after finished....
What causes the fourth problem? And I have some suggest: 1.The fifth problem may cause task loss. A data processing task may contain more then one yarn job. If it...
There seems to be some conflict, please pull the upstream dev code.
How many connections build on alert-server? Is this equal to the number of tasks running after restarting the service? How many worker-servers do you have?