You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "xujiangfeng001 (via GitHub)" <gi...@apache.org> on 2023/04/28 07:18:41 UTC

[GitHub] [incubator-streampark] xujiangfeng001 opened a new issue, #2712: [Bug] job cannot be displayed

xujiangfeng001 opened a new issue, #2712:
URL: https://github.com/apache/incubator-streampark/issues/2712

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### Java Version
   
   1.8
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   2.0.0
   
   ### Flink Version
   
   1.14.4
   
   ### deploy mode
   
   None
   
   ### What happened
   
   Background: Someone resigned from the company and the administrator deleted the streampark user.
   Impact: Tasks created by deleted users cannot be displayed in the application management interface.
   
   ### Error Exception
   
   ```log
   nothing
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?)
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] VampireAchao commented on issue #2712: [Bug] job cannot be displayed

Posted by "VampireAchao (via GitHub)" <gi...@apache.org>.
VampireAchao commented on issue #2712:
URL: https://github.com/apache/incubator-streampark/issues/2712#issuecomment-1537063387

   please assign me


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys closed issue #2712: [Bug] job cannot be displayed

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys closed issue #2712: [Bug] job cannot be displayed
URL: https://github.com/apache/incubator-streampark/issues/2712


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] xujiangfeng001 commented on issue #2712: [Bug] job cannot be displayed

Posted by "xujiangfeng001 (via GitHub)" <gi...@apache.org>.
xujiangfeng001 commented on issue #2712:
URL: https://github.com/apache/incubator-streampark/issues/2712#issuecomment-1537065647

   Hello everyone, after discussion, our solution for this issue is as follows:
   Requirement: 
   
   - The administrator cancels the user deletion function and replaces it with disabling users.
   
   Detailed logic:
   
   1. The administrator cancels the user deletion function.
   2. When the user account is disabled, it cannot own resources (application and project ownership)
   3. Add resource transfer function to transfer disabled user resources to new users


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] xujiangfeng001 commented on issue #2712: [Bug] job cannot be displayed

Posted by "xujiangfeng001 (via GitHub)" <gi...@apache.org>.
xujiangfeng001 commented on issue #2712:
URL: https://github.com/apache/incubator-streampark/issues/2712#issuecomment-1527116886

   Hi maintainers, this issue was discovered during my use of streampark.For this situation, I have come up with the following solution:
   
   1. When deleting a user, determine whether the user has created a task, and if so, restrict the deletion of the user.
   2. Add the function of transferring the ownership of homework to designated users.
   
    I look forward to your valuable suggestions from the maintainers.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys commented on issue #2712: [Bug] job cannot be displayed

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys commented on issue #2712:
URL: https://github.com/apache/incubator-streampark/issues/2712#issuecomment-1528999003

   Thanks for your feedback. This is a bug  and we need to discuss it. Currently, we need to address the following issues:
   
   1. Only super admin can delete users.
   2. Before deleting, we need to check if there are any jobs belongs to this user
   3. If any jobs belongs to this user, we need to rebind the user to another user before deleting it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] xujiangfeng001 commented on issue #2712: [Bug] job cannot be displayed

Posted by "xujiangfeng001 (via GitHub)" <gi...@apache.org>.
xujiangfeng001 commented on issue #2712:
URL: https://github.com/apache/incubator-streampark/issues/2712#issuecomment-1534108911

   > Thanks for your feedback. This is a bug and we need to discuss it. Currently, we need to address the following issues:
   > 
   > 1. Only super admin can delete users.
   > 2. Before deleting, we need to check if there are any jobs belongs to this user
   > 3. If any jobs belongs to this user, we need to transfer all jobs to another user before deleting it.
   
   Hi @wolfboys ,thank you very much for your feedback. I will organize a meeting soon and invite developers to discuss this issue.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org