leo

Results 14 issues of leo

![image](https://user-images.githubusercontent.com/14175165/81522356-dbbc4d00-937c-11ea-9f92-87d097703997.png) 1. 期望: 传递正确的id 值 2. 实际: 传输错误的值,如截图所示

![image](https://user-images.githubusercontent.com/14175165/77740582-78858e00-704e-11ea-8d50-2548d180b2d0.png) 如上图所示,往HBase 写数据时, 抛空指针异常, 可能有并发问题。

![image](https://user-images.githubusercontent.com/14175165/77740051-8be42980-704d-11ea-8ed1-60e952e51213.png) writer-hbase -> RdbEventRecordHandler.java 如上图所示,当数据是空字符串时,由于此时不是null, 进行设置后, 在往HBase 写时将失败, 抛空指针异常。

1. 介质管理 -> RDBMS -> 新增 Etl-Host 不填写时, 会创建失败, 检查代码, 发现是要获取此配置项的值连接数据库 。 如果此为必选项建议强制用户填写。 若非必选项, 建议代码逻辑去除此配置项的连接校验。 2. 增量任务-> Task 管理 -> MysqlTask -> Taks 名称 为例, 当用户填入任意名称时,提示必须以xxx 为前缀, 建议可以写入默认值前缀引导用户填写或鼠标接近输入框时自动提示规则。 3. 启动worker...

![image](https://user-images.githubusercontent.com/14175165/83374283-be1f5800-a3fd-11ea-96af-b10caf8d5473.png) 1. version: exchangis-0.5.0.RELEASE 2. Phenomenon After configuring mysql -> es tasks, and clicking Execute, all tasks are in the queue state, but not in the execution state. Observe the...

bug
question

![image](https://user-images.githubusercontent.com/14175165/83247713-84203d00-a1d6-11ea-9c82-cfde93d8a607.png) 1.version: wedatasphere-exchangis-0.5.0 2.phenomenon: As shown in the screenshot Unable to select the index type, and cannot proceed to the next step. 1. 版本: wedatasphere-exchangis-0.5.0 2. 现象: 如截图所示 无法选择索引类型,无法进行下一步。

bug

1.版本: schedulis_0.5.0 2. 现象: 上传zip包到schedulis后执行工作流失败 ==>job 文件内容 type=command command=echo ${greet} ==>properties 文件内容 greet=HELLO schedulis! 3.exec节点报错日志如下: ![image](https://user-images.githubusercontent.com/14175165/83229194-19610880-a1ba-11ea-9c05-ff4a808b44d3.png)

![image](https://user-images.githubusercontent.com/14175165/83238426-00ac1f00-a1c9-11ea-9120-6e5007079691.png) ![image](https://user-images.githubusercontent.com/14175165/83238472-0f92d180-a1c9-11ea-9110-939791b711e5.png) 如截图所示, 已经执行过失败和成功的项目。而首页显示的数据均为0. 版本: schedulis_0.5.0

版本: schedulis_0.5.0_exec schedulis_0.5.0_web 现象: 页面点击输入默认用户及密码无反应。 wtss-webserver.log 有如下异常信息: java.lang.NoClassDefFoundError: org/forgerock/opendj/ldap/LdapException at com.webank.wedatasphere.schedulis.common.user.SystemUserManager.getUser(SystemUserManager.java:88) at azkaban.webapp.servlet.LoginAbstractAzkabanServlet.createSession(LoginAbstractAzkabanServlet.java:541) at azkaban.webapp.servlet.LoginAbstractAzkabanServlet.createSession(LoginAbstractAzkabanServlet.java:520) at azkaban.webapp.servlet.LoginAbstractAzkabanServlet.handleAjaxLoginAction(LoginAbstractAzkabanServlet.java:597) at azkaban.webapp.servlet.LoginAbstractAzkabanServlet.doPost(LoginAbstractAzkabanServlet.java:448) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:760) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617) at com.webank.wedatasphere.schedulis.web.webapp.LocaleFilter.doFilter(LocaleFilter.java:97) at...

We have multiple crontab tasks distributed across several nodes. For ease of management, should we consider supporting the management of crontab tasks on multiple nodes? Thank you!