Matheus

Results 5 issues of Matheus

I've a cluster where I create the driver pod as a task of a job in client mode. This driver will create the executors as requested, but I have the...

if we have the following situation ```go func someFunc() { slice1 := []int{1, 2, 3} slice2 := make([]int, len(slice1)) copy(slice2, slice1) slice2 = append(slice2, 4) } ``` The linter will...

wontfix

When some error occurs inside the message handler used by the `lua_pcall` function I get a kernel panic with the following stack trace: ``` [ 609.204493] general protection fault: 0000...