VMmark

 View Only
Expand all | Collapse all

VMmark4 benchmark fails in NoSQLBench Workload setup

  • 1.  VMmark4 benchmark fails in NoSQLBench Workload setup

    Posted Apr 05, 2026 10:59 AM

    we are trying to run VMmark4.0.3 benchmark @ 4 tiles. when initiated the benchmark, it fails in workload setup with the following error. we tried re-provisioning the VMmark4 tiles, still the issue persists. attached the log file for further analysis. Please let us know if any one of you experienced this issue and resolved from your end, how this issue can be resolved? Appreciate your input on this. Thanks.

    Since my log file upload is failing, this is the log file content:

    Fri Apr  3 03:05:39 PM PDT 2026 : Starting NoSQLBench restore v. 04152025, writing to /NoSQLBenchA0_restore.txt
    Fri Apr  3 03:05:39 PM PDT 2026 : cassandra is running on NoSQLBenchA.
    Fri Apr  3 03:05:40 PM PDT 2026 : Node NoSQLBenchA reports all nodes up and normal.
    Fri Apr  3 03:05:40 PM PDT 2026 : cassandra is running on NoSQLBenchB.
    Fri Apr  3 03:05:41 PM PDT 2026 : Node NoSQLBenchB reports all nodes up and normal.
    Fri Apr  3 03:05:42 PM PDT 2026 : cassandra is running on NoSQLBenchC.
    Fri Apr  3 03:05:43 PM PDT 2026 : Node NoSQLBenchC reports all nodes up and normal.
    Fri Apr  3 03:05:44 PM PDT 2026 : Restoring snapshots on all nodes.
    Fri Apr  3 03:19:41 PM PDT 2026 : Restoring snapshots was unsuccessful: 
    /var/lib/cassandra/data/baselines/keyvalue-b7ecac202f7b11f198d4838bbb6a0e70
    Datacenter: datacenter1
    =======================
    Status=Up/Down
    |/ State=Normal/Leaving/Joining/Moving
    --  Address      Load        Tokens  Owns (effective)  Host ID                               Rack 
    UN  198.18.4.19  248.25 KiB  16      31.6%             797cdb7e-3dd7-40e7-b31b-4562a6586a36  rack1
    UN  198.18.4.20  249.75 KiB  16      35.7%             a63ff010-aa67-464e-b152-38103420f026  rack1
    UN  198.18.4.18  240.66 KiB  16      32.7%             7f37d39e-0e82-41d8-bb97-94a056653605  rack1
     
    Doing a quick import - skipping sstable verification and row cache invalidation
    error: Directory /var/lib/cassandra/data/baselines/keyvalue-b7ecac202f7b11f198d4838bbb6a0e70/snapshots/nosqlsnapA does not exist
    -- StackTrace --
    java.lang.RuntimeException: Directory /var/lib/cassandra/data/baselines/keyvalue-b7ecac202f7b11f198d4838bbb6a0e70/snapshots/nosqlsnapA does not exist
    at org.apache.cassandra.db.SSTableImporter.getSSTableListers(SSTableImporter.java:238)
    at org.apache.cassandra.db.SSTableImporter.importNewSSTables(SSTableImporter.java:75)
    at org.apache.cassandra.db.ColumnFamilyStore.importNewSSTables(ColumnFamilyStore.java:741)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:72)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:276)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
    at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
    at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)
    at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468)
    at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829)
    at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
    at sun.rmi.transport.Transport$1.run(Transport.java:200)
    at sun.rmi.transport.Transport$1.run(Transport.java:197)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:750)
     
    Doing a quick import - skipping sstable verification and row cache invalidation
    error: Directory /var/lib/cassandra/data/baselines/keyvalue-b7ecac202f7b11f198d4838bbb6a0e70/snapshots/nosqlsnapB does not exist
    -- StackTrace --
    java.lang.RuntimeException: Directory /var/lib/cassandra/data/baselines/keyvalue-b7ecac202f7b11f198d4838bbb6a0e70/snapshots/nosqlsnapB does not exist
    at org.apache.cassandra.db.SSTableImporter.getSSTableListers(SSTableImporter.java:238)
    at org.apache.cassandra.db.SSTableImporter.importNewSSTables(SSTableImporter.java:75)
    at org.apache.cassandra.db.ColumnFamilyStore.importNewSSTables(ColumnFamilyStore.java:741)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:72)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:276)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
    at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
    at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)
    at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468)
    at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829)
    at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
    at sun.rmi.transport.Transport$1.run(Transport.java:200)
    at sun.rmi.transport.Transport$1.run(Transport.java:197)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:750)
     
    Doing a quick import - skipping sstable verification and row cache invalidation
    error: Directory /var/lib/cassandra/data/baselines/keyvalue-b7ecac202f7b11f198d4838bbb6a0e70/snapshots/nosqlsnapC does not exist
    -- StackTrace --
    java.lang.RuntimeException: Directory /var/lib/cassandra/data/baselines/keyvalue-b7ecac202f7b11f198d4838bbb6a0e70/snapshots/nosqlsnapC does not exist
    at org.apache.cassandra.db.SSTableImporter.getSSTableListers(SSTableImporter.java:238)
    at org.apache.cassandra.db.SSTableImporter.importNewSSTables(SSTableImporter.java:75)
    at org.apache.cassandra.db.ColumnFamilyStore.importNewSSTables(ColumnFamilyStore.java:741)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:72)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:276)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
    at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
    at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
    at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)
    at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468)
    at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829)
    at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
    at sun.rmi.transport.Transport$1.run(Transport.java:200)
    at sun.rmi.transport.Transport$1.run(Transport.java:197)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:750)
     
    Datacenter: datacenter1
    =======================
    Status=Up/Down
    |/ State=Normal/Leaving/Joining/Moving
    --  Address      Load        Tokens  Owns (effective)  Host ID                               Rack 
    UN  198.18.4.19  248.25 KiB  16      31.6%             797cdb7e-3dd7-40e7-b31b-4562a6586a36  rack1
    UN  198.18.4.20  249.75 KiB  16      35.7%             a63ff010-aa67-464e-b152-38103420f026  rack1
    UN  198.18.4.18  240.66 KiB  16      32.7%             7f37d39e-0e82-41d8-bb97-94a056653605  rack1
     
    Fri Apr  3 03:19:41 PM PDT 2026 : NoSQLBench restore completed
    Errors:1, Errors:Restoring snapshots was unsuccessful. , Warnings:0, Warnings:None


    -------------------------------------------


  • 2.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Broadcom Employee
    Posted Apr 06, 2026 01:35 PM

    Hi Sivakumar,

    We have not seen this particular error before. Some questions:

    • From the screenshot, it appears the restore failed on at least the first two tiles (0 and 1). You say you're trying to run 4 tiles. Have you successfully run 1, 2, and/or 3 tiles prior to this?
    • NoSQLBench is disk I/O intensive. Can you send me the details of your storage subsystem (for example: # of disks, vSAN vs. SAN, RAID level, etc.)?
    • You said the log file upload failed. On your primeclient, please go to the provision directory (cd /root/VMmark4/provision) and zip up all of the provisioning folders (zip -r provision.zip Provision*). I will send you a separate private reply with an alternative way to upload the zip file.

    Thanks,
    David

    -------------------------------------------



  • 3.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Posted Apr 06, 2026 02:59 PM
    Edited by Sivakumar Alagumalai Apr 06, 2026 03:02 PM

    Hi David,

    Thanks for the response to our issues. appreciate your time and effort on this.

    1) Initially we could run 1 Tiles and 2 Tiles and got the results. when we decided to move to 4 Tiles, we wanted to change the CPU because we felt the for 2 tiles itself the cpu utilization was about more than 100%...so we changed CPU to higher core cpus and then provisioned 4 tiles. After this, so far, we could not even run for 1 Tile. for every try the same issue has been experienced

    2) on the storage, we setup an iSCSI storage of 25TB capacity with 3 NVMe SSD disks

    3) after this, I have even deleted the entire Tiles, re provisioned the 4 Tiles, still the same issue.

    4) to your "box" location, we will not be able to upload any files because it is restricted in our network

    5) is there any other way, I can share the provision files?

    -------------------------------------------



  • 4.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Broadcom Employee
    Posted Apr 06, 2026 05:18 PM

    1) It's very strange that changing to CPUs with more cores would cause problems even at 1 tile when you were able to run 1-2 tiles with the lower-core count CPUs.

    2) Okay, 3 NVMe disks may become a bottleneck at higher tile counts, but I'm glad to hear you have been have to run 2. What were the scores for each?

    3) When you deleted the tiles, did you delete them through the vSphere Client, or did you follow the "Delete the VMmark 4 Tiles" section in the User's Guide, namely running the "vmmark4service --mode delete_all_vmmark4" command on the prime client?

    4) and 5) Does your network/company provide another file sharing mechanism that I could use to download them?

    Thanks,
    David

    -------------------------------------------



  • 5.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Posted Apr 06, 2026 05:47 PM
    Edited by Sivakumar Alagumalai Apr 06, 2026 05:48 PM

    on Delete Tiles, we followed the pprocedure described in user guide. what we followed was 

    1) delete the PVCs using the pod_pvc_cleanup.sh

    2) followed by delete tiles using "vmmark4service --mode delete_all_vmmark4"

    this is exactly we followed. let us know if this is right procedure. 

    2) on the file upload, yes will work with my team here and update you in case if we can enable access to you to download files from our sharepoint

    -------------------------------------------



  • 6.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Broadcom Employee
    Posted Apr 06, 2026 06:02 PM

    Yes that is the right procedure, so I do not know why it worked the first time and not now.

    • What are the exact vendor/model numbers of the CPUs you're using (for example Intel Xeon 6776P before, Intel Xeon 6787P now)?
    • Do you see any errors when you run "grep ERROR /root/VMmark4/Provision*/*" on the primeclient?
    -------------------------------------------



  • 7.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Posted Apr 06, 2026 06:49 PM

    1) The CPU model: Intel(R) Xeon(R) 6780E

    2) for last provision which I did on Apr 03 2026 (there are like 4 provision directories 20260403*) I dont see any error...

    but I see errors only to the previous provision happened before Apr 03 2026...you can refer the below output for more information

    root@primeclient:~/VMmark4/provision# grep ERROR /root/VMmark4/provision/Provision-20260402*/*
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:17 ERROR> KubernetesCluster.pm:645 KubernetesCluster::kubernetesExecAll - kubernetesExecAll exec failed: Error from server: error dialing backend: dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/zookeeper-0/zookeeper?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.14:10250/containerLogs/auctionw1i1/cassandra-0/cassandra?tailLines=8000": dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/postgresql-0/postgresql?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.17:10250/containerLogs/auctionw1i1/rabbitmq-6d796557c6-b52mh/rabbitmq?tailLines=8000": dial tcp 198.18.4.17:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:28 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/zookeeper-0/zookeeper?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:31 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/postgresql-0/postgresql?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:34 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.14:10250/containerLogs/auctionw1i1/cassandra-0/cassandra?tailLines=8000": dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040229/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:38 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.17:10250/containerLogs/auctionw1i1/rabbitmq-6d796557c6-b52mh/rabbitmq?tailLines=8000": dial tcp 198.18.4.17:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:17 ERROR> KubernetesCluster.pm:645 KubernetesCluster::kubernetesExecAll - kubernetesExecAll exec failed: Error from server: error dialing backend: dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/zookeeper-0/zookeeper?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.14:10250/containerLogs/auctionw1i1/cassandra-0/cassandra?tailLines=8000": dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/postgresql-0/postgresql?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.17:10250/containerLogs/auctionw1i1/rabbitmq-6d796557c6-b52mh/rabbitmq?tailLines=8000": dial tcp 198.18.4.17:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:28 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/zookeeper-0/zookeeper?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:31 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/postgresql-0/postgresql?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:34 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.14:10250/containerLogs/auctionw1i1/cassandra-0/cassandra?tailLines=8000": dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040236/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:38 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.17:10250/containerLogs/auctionw1i1/rabbitmq-6d796557c6-b52mh/rabbitmq?tailLines=8000": dial tcp 198.18.4.17:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:17 ERROR> KubernetesCluster.pm:645 KubernetesCluster::kubernetesExecAll - kubernetesExecAll exec failed: Error from server: error dialing backend: dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/zookeeper-0/zookeeper?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.14:10250/containerLogs/auctionw1i1/cassandra-0/cassandra?tailLines=8000": dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/postgresql-0/postgresql?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:29:24 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.17:10250/containerLogs/auctionw1i1/rabbitmq-6d796557c6-b52mh/rabbitmq?tailLines=8000": dial tcp 198.18.4.17:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:28 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/zookeeper-0/zookeeper?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:31 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.16:10250/containerLogs/auctionw1i1/postgresql-0/postgresql?tailLines=8000": dial tcp 198.18.4.16:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:34 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.14:10250/containerLogs/auctionw1i1/cassandra-0/cassandra?tailLines=8000": dial tcp 198.18.4.14:10250: connect: no route to host
    /root/VMmark4/provision/Provision-2026040254/tile0_VMmark4-Weathervane-provisionoutput.txt:2026/04/02 18:34:38 ERROR> KubernetesCluster.pm:1237 KubernetesCluster::kubernetesGetLogs - kubernetesGetLogs logs failed: Error from server: Get "https://198.18.4.17:10250/containerLogs/auctionw1i1/rabbitmq-6d796557c6-b52mh/rabbitmq?tailLines=8000": dial tcp 198.18.4.17:10250: connect: no route to host
    root@primeclient:~/VMmark4/provision# grep ERROR /root/VMmark4/provision/Provision-20260403*/*
    root@primeclient:~/VMmark4/provision# grep ERROR /root/VMmark4/provision/Provision-2026040301/*
    root@primeclient:~/VMmark4/provision# grep ERROR /root/VMmark4/provision/Provision-2026040320/*
    root@primeclient:~/VMmark4/provision# grep ERROR /root/VMmark4/provision/Provision-2026040332/*
    root@primeclient:~/VMmark4/provision# grep ERROR /root/VMmark4/provision/Provision-2026040356/*

    -------------------------------------------



  • 8.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Broadcom Employee
    Posted Apr 06, 2026 07:13 PM

    1) If you're running 6780E now (with problems), what was the previous CPU model that you ran (without problems)?

    2) Okay, so there was a provisioning issue on April 2, but all 4 provisions on April 3 seem to be successful.

    Can you go tile-by-tile to check each NoSQLBench cluster like this? What we want to see is output like the below, where each node (A, B, C) has GB of data. If it only has MB of data, then the database did not create/restore successfully.

    Example for tile0:

    root@primeclient:~/VMmark4# ssh nosqlbencha0 nodetool status -r
    Datacenter: datacenter1
    =======================
    Status=Up/Down
    |/ State=Normal/Leaving/Joining/Moving
    --  Address       Load      Tokens  Owns (effective)  Host ID                               Rack 
    UN  NoSQLBenchB0  6.51 GiB  16      31.6%             92d6a2c2-6209-48b2-bf3d-c0c740ed4f1f  rack1
    UN  NoSQLBenchC0  7.58 GiB  16      35.7%             8a4ca597-db5f-4936-9b11-db16fb2c2902  rack1
    UN  NoSQLBenchA0  6.79 GiB  16      32.7%             90623e50-d893-463f-935e-abb3d8f25f01  rack1
     
    Example for tile1:
    root@primeclient:~/VMmark4# ssh nosqlbencha1 nodetool status -r
    Datacenter: datacenter1
    =======================
    Status=Up/Down
    |/ State=Normal/Leaving/Joining/Moving
    --  Address       Load      Tokens  Owns (effective)  Host ID                               Rack 
    UN  NoSQLBenchC1  7.68 GiB  16      35.7%             8a4ca597-db5f-4936-9b11-db16fb2c2902  rack1
    UN  NoSQLBenchB1  6.6 GiB   16      31.6%             92d6a2c2-6209-48b2-bf3d-c0c740ed4f1f  rack1
    UN  NoSQLBenchA1  6.88 GiB  16      32.7%             90623e50-d893-463f-935e-abb3d8f25f01  rack1
    etc.
    Thanks,
    David
    -------------------------------------------



  • 9.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Posted Apr 07, 2026 12:59 AM

    1) Previous CPU Model: Intel (R) Xeon (R) 6747P

    3)

    Tile 0:

    Datacenter: datacenter1
    =======================
    Status=Up/Down
    |/ State=Normal/Leaving/Joining/Moving
    --  Address      Load        Tokens  Owns (effective)  Host ID                               Rack 
    UN  198.18.4.19  248.25 KiB  16      31.6%             797cdb7e-3dd7-40e7-b31b-4562a6586a36  rack1
    UN  198.18.4.20  249.75 KiB  16      35.7%             a63ff010-aa67-464e-b152-38103420f026  rack1
    UN  198.18.4.18  240.66 KiB  16      32.7%             7f37d39e-0e82-41d8-bb97-94a056653605  rack1
    Tile 1:
    Datacenter: datacenter1
    =======================
    Status=Up/Down
    |/ State=Normal/Leaving/Joining/Moving
    --  Address      Load        Tokens  Owns (effective)  Host ID                               Rack
    UN  198.18.4.44  178.83 KiB  16      35.7%             a63ff010-aa67-464e-b152-38103420f026  rack1
    UN  198.18.4.43  199.38 KiB  16      31.6%             797cdb7e-3dd7-40e7-b31b-4562a6586a36  rack1
    UN  198.18.4.42  188.54 KiB  16      32.7%             7f37d39e-0e82-41d8-bb97-94a056653605  rack1
    Thanks.
    -------------------------------------------



  • 10.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Broadcom Employee
    Posted Apr 07, 2026 12:59 PM
      |   view attached

    1) We support Intel Xeon 6 processors ending in "P" (codenamed Granite Rapids), but we do not currently support Xeon 6 processors ending in "E" (codenamed Sierra Forest). Even though the latter has a higher core count, it is a completely different CPU architecture with different performance characteristics.

    3) The Cassandra nodes all have KiB of data, not GiB as they should. I think this is because the CPUs you're currently using are bottlenecked.  You can check the NoSQLBench provision output by running "ssh nosqlbencha0 cat *provisionoutput.txt > nb.txt". The expected output is as shown in the attached file.

    -------------------------------------------

    Attachment(s)

    txt
    nb.txt   45 KB 1 version


  • 11.  RE: VMmark4 benchmark fails in NoSQLBench Workload setup

    Posted Apr 10, 2026 02:12 PM

    Hi David, 

    Thanks for your time and quick response to our issues which we listed here. Right now, we have set up the SUT cluster from scratch including the iSCSI storage. Also we swapped the CPU from E-Core to P-Core. with all this, we could run benchmark and we are interacting with concern team from VMware about the benchmark results.

    Thanks again.

    -------------------------------------------