Hi all, I want to manage the binding of Storm executor thread (NOT worker process) to CPU cores (NOT host nodes). I assume if I would know how the executor thread are initiated, I can manage the binding of it by relying on things like JNI. I have tried my best to look into the related source code of Storm. Unfortunately, I am very new to Clojure, and I don't get how the executor thread are initiated, in particular, I'm looking for something like "Thread thread = new Thread(obj);", which is one of the most common way of creating threads in Java.
Any helps are appreciated. Thank you! Best regards. Shuhao Zhang (Tony) +65-86166722
