Kiyoshi Mizumaru
Kiyoshi Mizumaru
## What changes were proposed in this pull request? change not to log stack trace of NotLeaderException ``` 2022-01-27 12:21:38,220 [EventQueue-PipelineActionsForPipelineActionHandler] INFO org.apache.hadoop.hdds.scm.pipeline.PipelineActionHandler: Received pipeline action CLOSE for PipelineID=b5c18b1c-2ae1-4bd1-ac65-c0b67f157a9a from...
- update dependencies in the `project.clj` - change to pick `core-site.xml`, `hdfs-site.xml `under the `HADOOP_CONF_DIR `environment variable `./scripts/build.sh `shows the following, but I'm not sure about it's enough to test...
Added a new feature to show configuration parameters in Cloudera Manager Shell. ``` Welcome to the Cloudera Manager Console Select a cluster using 'show clusters' and 'use' cloudera> use Cluster...
**Describe the solution you'd like** The` install --generate-custom-yaml `command is designed to generate a YAML file for customization, assuming it can connect to the API server of the target Kubernetes...
**Describe the bug** It seems that it's impossible to specify affinity for pod assignment. **Environment** Provide accurate information about the environment to help us reproduce the issue. - Trident version:...
**Describe the bug** Trying to use `tridentControllerPluginNodeSelector` and `tridentNodePluginNodeSelector` with helm chart setup providing the following values per yaml file would fail: ``` tridentControllerPluginNodeSelector: node-role.kubernetes.io/worker: "true" tridentNodePluginNodeSelector: node-role.kubernetes.io/worker: "true" ```...
**Describe the solution you'd like** The documentation clearly states that [the current implementation of Astra Trident is not possible to prevent destination namespaces from writing to the shared volumes.](https://docs.netapp.com/us-en/trident/trident-use/volume-share.html#limitations) However,...
Implementation for https://github.com/pfnet/pfio/issues/272, https://github.com/pfnet/pfio/pull/286 https://github.com/pfnet/pfio/pull/347#issue-2532933594 --- Creating this pull request on behalf of Daigo Fujii (https://github.com/funera1) Note: Currently, we're facing an issue with GitHub Actions, which are supposed to access...