
Juan Diego Jinesta Rojas
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Articles
Recent activity by Juan Diego Jinesta Rojas-
Signals Data Factory - Missing default measurement type Assay Results Endpoint
By default SDF uses a default measurement type called Assay Results Endpoint which is loaded into the system during installation. Measurement Type ‘Assay Endpoint Results’ is missing error To Fix...
-
Signals Data Factory - How to cancel a job that is stuck in submitting or received status
When checking the list of jobs, if any job is stuck is submitting or received request and cannot be cancel using the cancel button, please follow the next steps to set the status to "Failed on Clus...
-
Signals Data Factory: How to connect to Elasticsearch cluster
First, connect to the admin node for the environment that requires to expose Elasticsearch: kubectl get services | grep elastic This will show all Elasticsearch services. Services are the way pods...
-
Signals Data Factory: What is the difference between Text and Keyword attributes
The character limit for keywords is 8000. The limit for text is 32766 bytes. Elasticsearch is a wrapper around a technology called Apache Lucene. Lucene's byte-length limit is 32766. Hitting that l...
-
Signals Data Factory - How to increase Elastic Search memory
If at some point elastic search pods were requiring more memory due to memory errors or evicted status it will be required to increase memory for the rook-ceph. By default memory is 22GB Locate f...
-
Signals Data Factory - How to increase memory for services
When experiencing out of memory issues or exits due to memory allocation it will be necessary to increase/adjust memory so help the services work properly. For example Problem: ****Export and do...
-
Signals Data Factory - spm command fails with certificate signed by unknown authority
When using spm command to create workspace in SDF, the command can fail with message certificate signed by unknown authority. The reason is that the certificate is signed by an internal company aut...
-
Signals Data Factory - How to limit size for docker containers logs
Create a file named daemon.json under /etc/docker and add the following configuration { "log-driver": "json-file", "log-opts": { "max-size": "1000m", "max-file": "10" } } Use max-...
-
Signals Data Factory - Collect general system status information for Support
When submitting a support case it's useful to provide a general view of the current system for support to do an initial assessment of a problem in case some processes are not properly working. To c...
-
Signals Data Factory - How to get the current workspace information
Connect to admin node and run the following command kubectl exec -it $(kubectl get pod -l io.kompose.service=sdf-cs-signals-mongo -o jsonpath="{.items[0].metadata.name}") -- mongo -u root -p "nnc...