sergeykad

Results 63 comments of sergeykad

Adding the dependencies listed below solved the issue, but according to the documentation it should have been optional. ```groovy jmh 'org.openjdk.jmh:jmh-core:1.37' jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37' ```

I'll try to prepare/find something suitable for the problem demonstration. The main problem IMHO is that Shadow performs many manipulations to classes that seems to be excessive. I noticed many...

A project that demonstrates the problem is attached. I got error uploading ZIP file, so I changed the extension to PDF. [aspect-demo.zip.pdf](https://github.com/johnrengelman/shadow/files/412894/aspect-demo.zip.pdf)

Here you go https://github.com/sergeykad/AspectJ-Shadow

Wow, I didn't expect it. It's great that the problem is being fixed, but the project I was working on does not exist anymore and I don't remember the details...

I got the same error on Lombok's `@Data`, but the stacktace is a bit different. ``` error-prone version: 2.37.0 BugPattern: StringConcatToTextBlock Stack Trace: java.util.NoSuchElementException at com.google.common.collect.Iterables.getLast(Iterables.java:845) at com.google.errorprone.bugpatterns.StringConcatToTextBlock.matchLiteral(StringConcatToTextBlock.java:97) at com.google.errorprone.scanner.ErrorProneScanner.processMatchers(ErrorProneScanner.java:509)...

There was no reason at all. It just died and a new pod started. It looks like something crashed during instrumentation injection since it's the last message and it never...

We already added `--zap-log-level debug` as seen in the attached log. If any additional parameters can help we will add them. The operator gives itself the required permissions, so it's...

@jaronoff97 it's the same issue I described above. You can see the whole log up to the point that the service crashes in the issue description.

> Maybe there was a nil pointer exception and the operator pod was restarted. > > I would suggest using `kubectl logs operator-pod -f` - follow the logs and try...