Tudor Marghidanu
Tudor Marghidanu
@tjol Not all Docker images are suitable for ARM64. Also, some of the solutions specifically target x86_64.
> Some of those are clear. Lol @ Apple not providing a Docker image for Swift that runs on M1. Others, less so. I'm puzzled why Fortran solution 2 should...
@rbergen that doesn't matter.
Hmm, that’s interesting, maybe is the virtualization engine for Docker under M1, let me switch that around and try again. Will do a comparison between the M1 and the Pi...
Ideally, we should use images that support both x86_64 and arm64 solutions, but that shouldn't be mandatory. We support the arch files for this exact reason. If the developer decides...
This would be a nice thing to have.
I found a workaround! Since `SQL::Abstract::Pg` is a subclass of `SQL::Abstract`, all the plugins for` SQL::Abstract` will work directly. I stumbled upon `SQL::Abstract::Plugin::InsertMulti` and made a simple test: ```perl package...
Thank you for the quick response! Below are the requested logs, the brokers (3) are all running Kafka 2.3.0. ``` %7|1570700466.709|PROTOUFLOW|rdkafka#consumer-1| [thrd:10.133.33.153:9092/bootstrap]: 10.133.33.153:9092/1: Protocol read buffer underflow at 16777700/16777736 (rd_kafka_msgset_reader_v2:1028):...
This originally was running in a Docker container in our K8s cluster. I created a VM and ran it in there with the same parameters. The output for gdb is:...
Unfortunately, it looks pretty much the same: ``` (gdb) bt full #0 0x00007f5fa9f217a1 in abort () from /lib/ld-musl-x86_64.so.1 No symbol table info available. #1 0x000056447b8607e0 in ?? () No symbol...