Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark compact random fail on kafka #248

Open
qinsoon opened this issue Sep 19, 2023 · 0 comments
Open

Mark compact random fail on kafka #248

qinsoon opened this issue Sep 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@qinsoon
Copy link
Member

qinsoon commented Sep 19, 2023

mkdir -p PLOTTY_WORKAROUND; timedrun; MMTK_PLAN=MarkCompact /home/runner/work/mmtk-openjdk/mmtk-openjdk/bundles/jdk/bin/java -XX:MetaspaceSize=500M -XX:+DisableExplicitGC -server -XX:+CrashOnOutOfMemoryError -XX:+UseThirdPartyHeap --add-exports java.base/jdk.internal.ref=ALL-UNNAMED -Xms608M -Xmx608M -jar /home/runner/work/mmtk-openjdk/mmtk-openjdk/dacapo/dacapo-23.9-RC3-chopin.jar -n 1 kafka -preserve
running-ng v0.4.2
Tue Sep 19 07:15:25 UTC 2023

 07:15:25 up 12 min,  0 users,  load average: 3.82, 2.72, 1.43
USER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT

procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 0  0   3096 1726088 393988 4325680    0    2 14087 37536  475 2734 47  8 27 18  0
 0  0   3096 1725836 393988 4325512    0    0     0     0   54  310  0  0 100  0  0

top - 07:15:26 up 12 min,  0 users,  load average: 3.51, 2.67, 1.43
Tasks: 136 total,   1 running, 135 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
MiB Mem :   6922.0 total,   1685.1 free,    628.0 used,   4608.9 buff/cache
MiB Swap:   4096.0 total,   4093.0 free,      3.0 used.   5960.1 avail Mem 

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
      1 root      20   0  102176  11984   7120 S   0.0   0.2   0:03.70 /sbin/init
      2 root      20   0       0      0      0 S   0.0   0.0   0:00.00 [kthreadd]
      3 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 [rcu_gp]
	at kafka.zookeeper.AsyncResponse.resultException(ZooKeeperClient.scala:559)
	at kafka.zk.KafkaZkClient.getControllerId(KafkaZkClient.scala:1112)
	at kafka.controller.KafkaController.triggerControllerMove(KafkaController.scala:1474)
	at kafka.controller.KafkaController.elect(KafkaController.scala:1532)
	at kafka.controller.KafkaController.processReelect(KafkaController.scala:2526)
	at kafka.controller.KafkaController.processRegisterBrokerAndReelect(KafkaController.scala:2531)
	at kafka.controller.KafkaController.process(KafkaController.scala:2573)
	at kafka.controller.QueuedEvent.process(ControllerEventManager.scala:52)
	at kafka.controller.ControllerEventManager$ControllerEventThread.process$1(ControllerEventManager.scala:130)
	at kafka.controller.ControllerEventManager$ControllerEventThread.$anonfun$doWork$1(ControllerEventManager.scala:133)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
	at kafka.metrics.KafkaTimer.time(KafkaTimer.scala:31)
	at kafka.controller.ControllerEventManager$ControllerEventThread.doWork(ControllerEventManager.scala:133)
	at kafka.utils.ShutdownableThread.run(ShutdownableThread.scala:96)
Error while executing topic command : The server experienced an unexpected error when processing the request.
[2023-09-19 07:18:04,[29](https://github.com/mmtk/mmtk-openjdk/actions/runs/6231945455/job/16915111664?pr=211#step:18:30)9] ERROR org.apache.kafka.common.errors.UnknownServerException: The server experienced an unexpected error when processing the request.
 (kafka.admin.TopicCommand$)
Digest validation failed for stdout.log, expecting 0xd054f76402d83d91bc9824746d89c489c458a103 found 0x4fe7ef7f679158fac7aed8ec9aedf4e0438e644b
===== DaCapo 23.9-RC3-chopin kafka FAILED =====
Waiting 1000ms for cleanup...
Finished
===== DaCapo simple tail latency: 50% 18931 usec, 90% 369004 usec, 99% 13453400 usec, 99.9% 13464250 usec, 99.99% 13465770 usec, max 13469221 usec, measured over 1000000 events =====
===== DaCapo metered tail latency: 50% 4253540 usec, 90% 98[30](https://github.com/mmtk/mmtk-openjdk/actions/runs/6231945455/job/16915111664?pr=211#step:18:31)974 usec, 99% 1[34](https://github.com/mmtk/mmtk-openjdk/actions/runs/6231945455/job/16915111664?pr=211#step:18:35)58[35](https://github.com/mmtk/mmtk-openjdk/actions/runs/6231945455/job/16915111664?pr=211#step:18:36)6 usec, 99.9% 1417[40](https://github.com/mmtk/mmtk-openjdk/actions/runs/6231945455/job/16915111664?pr=211#step:18:41)70 usec, 99.99% 1[42](https://github.com/mmtk/mmtk-openjdk/actions/runs/6231945455/job/16915111664?pr=211#step:18:43)81552 usec, max 14296294 usec, measured over 1000000 events =====
Validation FAILED for kafka default
@qinsoon qinsoon added the bug Something isn't working label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant