@stephen Thanks for your Reply
We have done successfully adding the JDK to the Ignite Image by following steps. Now able to take Thread dump and Heap dump
Following are the steps followed
FROM openjdk:11
ENV IGNITE_HOME=/opt/ignite/apache-ignite
ENTRYPOINT ["/opt/ignite/apache-ignite/run.sh"]
WORKDIR /opt/ignite
COPY apache-ignite* apache-ignite
COPY run.sh /opt/ignite/apache-ignite/
RUN chmod 777 -R /opt/ignite/apache-ignite
Note:
Cause : Apache Ignite Temurin Eclipse jdk
RebuildVM information:
OpenJDK Runtime Environment 11.0.21+9 Eclipse
Adoptium OpenJDK 64-Bit Server VM 11.0.21+9
which didnt have those Heap/Thread Commands.