ymolists
ymolists
I am attaching the verbose log as well as the strace logs in the hhope that someone can see why the contention is happening. This particular is versy short because...
@hyangah I was only able to reproduce it while i had vscode running with the golang extensions. I normally have one vscode only with golang (via the --extions cli options)...
> You said you wish you could open a new window - what do you mean? Did vscode hang, or crash? It hangs if i try to open a folder...
The same issue seems to be still happening with this older version Issue Type: Bug VS Code version: Code 1.69.0 (92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9, 2022-07-07T08:29:47.439Z) OS version: Linux x64 5.15.0-41-generic Restricted Mode: No...
@findleyr it actually only happens when i have the go extension on. I only enable verbose.log for reporting this error. Can you share why you think the lock is on...
```java // public static boolean USE_PROFILE = true; public static boolean USE_PROFILE = false; public static String BUILD_DIR = "build/fabric-000"; public static String CRYPTO_DIR = BUILD_DIR + "/crypto-config"; public static...
@mbwhite as @Iindluni said am using fabric-test/tools/operator to deploy the cluster on k8s. i observed the following on the ca-org1 pod ```text ca 2021/03/11 17:31:12 [INFO] The issuer key was...
Just Great ! ``` { "name": "namenode-init", "commands": { "build": "./hadoop-2.6.0-cdh5.4.10/bin/hdfs --config conf/conf000 namenode -format" } }, { "name": "namenode-server", "commands": { "launch": "./hadoop-2.6.0-cdh5.4.10/sbin/hadoop-daemon.sh --config ${PWD}/conf/conf000 start namenode" }, "launch_checks":...
Are you saying that edward will be able to detect the port as well when i do `edward status` after the hack ? namenode-init is supposed to be run once...
That would be super amazing thank you ! I will see what can do with python as a coding challenge/exercise/brain-teaser !