Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some properties are only present in che.properties #14946

Closed
amisevsk opened this issue Oct 21, 2019 · 6 comments · Fixed by #18202
Closed

Some properties are only present in che.properties #14946

amisevsk opened this issue Oct 21, 2019 · 6 comments · Fixed by #18202
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P2 Has a minor but important impact to the usage or development of the system.
Milestone

Comments

@amisevsk
Copy link
Contributor

Is your task related to a problem? Please describe.

While working on #14633 I came across a number of properties that are only mentioned in che.properties and used nowhere in the code (that I can see):

  • che.websocket.endpoint_minor
  • che.workspace.maven_server_java_options
  • che.workspace.terminal_linux_amd64
  • che.workspace.terminal_linux_arm7
  • che.workspace.exec_linux_amd64
  • che.installer.registry.remote
  • che.template.storage
  • che.docker.enable_container_stop_detector
  • notification.server.propagate_events
  • org.everrest.asynchronous.pool.size
  • org.everrest.asynchronous.queue.size
  • org.everrest.asynchronous.job.timeout
  • org.everrest.asynchronous.cache.size
  • org.everrest.asynchronous.service.path
  • che.singleport.wildcard_domain.port
  • che.singleport.wildcard_domain.ipless

If these properties are actually unused in Che 7, they should be removed.

@amisevsk amisevsk added kind/task Internal things, technical debt, and to-do tasks to be performed. status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Oct 21, 2019
@benoitf
Copy link
Contributor

benoitf commented Oct 21, 2019

everest properties are consumed there no ? https://github.com/codenvy/everrest

@amisevsk
Copy link
Contributor Author

amisevsk commented Oct 22, 2019

@benoitf Yes, the everrest properties are used -- this is just the output of a script to review. I think some properties are left over from the Che 6 workspaces deprecation. I'm not familiar with all of them, however.

@l0rd l0rd added team/platform severity/P2 Has a minor but important impact to the usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Oct 22, 2019
@l0rd
Copy link
Contributor

l0rd commented Oct 23, 2019

@amisevsk that is just a small list of unused property right? For instance we still have a lot of che.docker.* properties that should be removed.

@amisevsk
Copy link
Contributor Author

amisevsk commented Oct 24, 2019

@l0rd The list is just a list of the properties whose only mention in the Che server codebase is in che.properties. While the che.docker.* properties should also probably be removed, they're not listed since they're still injected in a file somewhere.

Edit: Added as review on #14951: #14951 (review)

@skabashnyuk skabashnyuk added this to the Backlog - Platform milestone Oct 25, 2019
@che-bot
Copy link
Contributor

che-bot commented Apr 22, 2020

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 22, 2020
@amisevsk
Copy link
Contributor Author

/remove-lifecycle stale

@che-bot che-bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 22, 2020
@skabashnyuk skabashnyuk modified the milestones: Backlog - Platform, 7.21 Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants