We use Alluxio 2.1.2. Due to the alluxio.user.file.writetype.default=ASYNC_THROUGH, we have to make sure the data is persistent. So we need an interface to monitor jobs, especially persist jobs. We read the code,find the following urls.
1、http://xxx.xxx.xxx.xxx:20002/api/v1/master/job/list
2、http://xxx.xxx.xxx.xxx:20002/api/v1/master/job/get_status?jobId=1582614078889
First url to get all jobs, second url be uesd to find the detail of one job. So it's not convenient. If the first interface can get a query parameter, the parameter is used to distinguish job types. That would be good.
jdk1.8,CentOS Linux release 7.3.1611 (Core) , Alluxio version 2.1.2
Hi this Alluxio Jira board has been deprecated for a while. We are using https://github.com/alluxio/alluxio/issues as the centralized place to track all bugs and feature requests. Can you create an feature-request issue there on this ask? So we could iterate from there
OK
By the way, how to join the community?I read the Contribution Guide. In the github, I can’t assign the task to myself.
As documented: "In order to assign an issue to yourself, leave a comment in
the issue like /assign @yourUserName to indicate that you are working on
the issue."
In github, it is not possible to directly assign the task to yourself.
I'm still confused. It means I need to have a partner in the community, but I don't have. Thanks a lot.