Raphael Raph Carvalho

Results 224 comments of Raphael Raph Carvalho

> @raphaelsc attached you can see the logs which lead us to the corrupt file. about the core size, that was the actual size of the core dump. our assumption...

``` $ eu-unstrip -n --core=./core.dsc_host.996.bce0fd5b34ea4bc5b47da497430692aa.2643348.1662554733000000000000 0x400000+0x2c4000 33825d2dbce1af4d7012c8bba2f4c752c6e1dc56@0x400284 - - /opt/dsc/bin/dsc_host 0x7ffff74de000+0x1f2000 1878e6b475720c7c51969e69ab2d276fae6d1dee@0x7ffff74de380 - - /usr/lib/x86_64-linux-gnu/libc-2.31.so 0x7ffff79c0000+0x23000 7b4536f41cdaa5888408e82d0836e33dcf436466@0x7ffff79c0348 - - /usr/lib/x86_64-linux-gnu/libpthread-2.31.so 0x7ffff7cf2000+0x2d5000 bdcdac951c8ebd463c6b784372eca499e6506283@0x7ffff7cf21a0 - - /opt/omi/lib/libmi.so 0x7ffff7fcd000+0x1000 c65b0159458c881cf1b36dec99cd95049f31a722@0x7ffff7fcd540 . - linux-vdso.so.1...

> @raphaelsc Ulimit -c is set to unlimited and should not prevent the core from being generated. Then please check if the coredump for Scylla crash is available.

@MokhlesHm - Unfortunately I am unable to make any progress without a coredump that actually belongs to Scylla core. Using eu-unstrip on the core provided showed it belongs to a...

On Thu, Apr 1, 2021 at 10:48 AM Vladislav Zolotarov < ***@***.***> wrote: > So, will nodetool compact. > Opening a separate GH. > i think we possibly could make...

On Thu, Apr 1, 2021 at 12:28 PM Vladislav Zolotarov ***@***.***> wrote: > > On a second thought "pausing"/"resuming" compactions implementation may be very not trivial since it may require...

> Looks good, just one question. Maybe we should rename `column_family_for_tests` to `table_for_tests`. Can be a follow-up. Agree 100%. column_family is deprecated now and it's confusing that some places still...

> > CI state **`FAILURE`** - https://jenkins.scylladb.com/job/releng/job/Scylla-CI/2328/ > > There are some tests failing, please look into it. Will fix and resend. thanks

> Where changelog? v2: - rebase - added [sstable_resharding_test: Switch to table_for_tests](https://github.com/scylladb/scylladb/pull/11592/commits/1e5e4c46365407be56ca7bb307a0d1e05694b735) - included path to rename column_family_for_tests to table_for_tests - fixed failing tests by using stable pointer (table_for_tests::data) instead...

> Looks good, I left a couple of questions. > > What about backlog computations? I think they need to be done per compaction group now (and summed to get...