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

Better containerized tmp directory #1714

Open
devinrsmith opened this issue Dec 17, 2021 · 0 comments
Open

Better containerized tmp directory #1714

devinrsmith opened this issue Dec 17, 2021 · 0 comments
Assignees
Labels
docker feature request New feature or request
Milestone

Comments

@devinrsmith
Copy link
Member

Writing into a containers writeable layers is typically bad practice for long running applications.

The web application specifically does a volume mount for /tmp. We should likely consider something similar for the containerized server. Likely, a volume /tmp or maybe /tmp/deephaven, which could be bind mounted in our dev setup by default.

If we change the location away from /tmp, we'll want to configure the system property java.io.tmpdir.

It may be possible to configure just /cache/tmp without a new volume, in which case we piggyback off of the existing volume; but this would elevate temporary data to cache-like semantics, which may not be desirable.

https://docs.docker.com/storage/tmpfs/ would be great, but it only works on Docker for Linux.

@devinrsmith devinrsmith added feature request New feature or request docker labels Dec 17, 2021
@devinrsmith devinrsmith added this to the Backlog milestone Dec 17, 2021
@devinrsmith devinrsmith self-assigned this Dec 17, 2021
mofojed pushed a commit that referenced this issue Jan 26, 2024
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.60.0

# [0.60.0](deephaven/web-client-ui@v0.59.0...v0.60.0) (2024-01-26)


### Bug Fixes

* Fix useDeferredApi export ([#1742](deephaven/web-client-ui#1742)) ([af5f5f4](deephaven/web-client-ui@af5f5f4))
* Handle undefined DashboardData props ([#1726](deephaven/web-client-ui#1726)) ([45fa929](deephaven/web-client-ui@45fa929586c0b13a738eceaa064b261eecbd8308))(https://github.com/deephaven/web-client-ui/issues/1684) [#1685](deephaven/web-client-ui#1685)
* hcm caret shouldn't be allowed to shrink ([#1733](deephaven/web-client-ui#1733)) ([6547814](deephaven/web-client-ui@6547814))
* keep manually entered value in GoToRow when changing to same column type ([#1743](deephaven/web-client-ui#1743)) ([689a1e2](deephaven/web-client-ui@689a1e2))
* loading spinner finishes before all series load ([#1729](deephaven/web-client-ui#1729)) ([e79297b](deephaven/web-client-ui@e79297b))


### Features

* Add pluginDataMap to redux, add useDashboardPluginData hook ([#1737](deephaven/web-client-ui#1737)) ([e1b4562](deephaven/web-client-ui@e1b4562))
* added shortcut for copying version info and added browser/os to info ([#1739](deephaven/web-client-ui#1739)) ([3312133](deephaven/web-client-ui@3312133))
* Adds icons dhUnderline and dhStrikethrough ([#1732](deephaven/web-client-ui#1732)) ([c6a099d](deephaven/web-client-ui@c6a099d))
* adjust display of  theme palette in styleguide ([#1745](deephaven/web-client-ui#1745)) ([0ab0c93](deephaven/web-client-ui@0ab0c93))
* Create UI to Display Partitioned Tables ([#1663](deephaven/web-client-ui#1663)) ([db219ca](deephaven/web-client-ui@db219ca))
* Default Plotly map colors ([#1721](deephaven/web-client-ui#1721)) ([e8b9f12](deephaven/web-client-ui@e8b9f12))
* double-clicking grid rows should select the row rather than toggle selection twice ([#1740](deephaven/web-client-ui#1740)) ([f892e97](deephaven/web-client-ui@f892e97))
* Multiple dashboards ([#1714](deephaven/web-client-ui#1714)) ([32dde3c](deephaven/web-client-ui@32dde3c))

Co-authored-by: deephaven-internal <deephaven-internal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant