The Wayback Machine - https://web.archive.org/web/20210310045736/https://github.com/topics/cloud-native
Skip to content
#

cloud-native

Here are 758 public repositories matching this topic...

lens
agoncal
agoncal commented Feb 2, 2021

Description

This follows a discussion on Zulip[1].

To generate the DDL for JPA and/or Panache entities, I can use the schema-generation.scripts properties in the persistence.xml file as follow:

<property name="javax.persistence.schema-generation.scripts.action" value="drop-and-create"/>
<property name="javax.persistence.schema-generation.scripts.create-target" value="create.
kleimkuhler
kleimkuhler commented Feb 26, 2021

We should so a spinner for extension checks that are invoked by the core check
command.

For example, immediately after installing the viz extension, running linkerd viz check results in spinners for each component:

❯ linkerd viz check
linkerd-viz
-----------
√ linkerd-viz Namespace exists
√ linkerd-viz ClusterRoles exist
√ linkerd-viz ClusterRoleBindings exist
√ tap API serv
yugabyte-db
rahuldesirazu
rahuldesirazu commented Mar 9, 2021

On each heartbeat, master calls TSDescriptor methods like

  void set_num_sst_files (uint64_t num_sst_files) {
    std::lock_guard<decltype(lock_)> l(lock_);
    ts_metrics_.num_sst_files = num_sst_files;
  }

that takes a write lock, sets a field, and releases the write lock. To avoid doing this many times over for each individual field, create a method that takes a lock once and

daixiang0
daixiang0 commented Aug 29, 2020

What would you like to be added/modified:

To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.

To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef

chaos-mesh
k3sup

Improve this page

Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."

Learn more