Dusan Vasiljevic

Results 8 comments of Dusan Vasiljevic

@Floris497 Will this patch help me run my 3440x1440 144Hz monitor on the 144Hz refresh rate using the mDP? Currently its running on 75Hz no matter the resolution. I got...

@xushiyan any updates on this? We seem to be impacted as well, observing the same behavior.

Hi, Here is the code sample to replicate it: ``` val spark = SparkSession .builder() .master("local[3]") .config("spark.serializer", "org.apache.spark.serializer.KryoSerializer") .config("spark.hadoop.fs.s3a.aws.credentials.provider", "com.amazonaws.auth.profile.ProfileCredentialsProvider") .config("spark.eventLog.enabled", "true") .config("spark.eventLog.dir", logPath) .getOrCreate(); import spark.implicits._ val ids =...

> increase the INLINE_CLUSTERING_MAX_COMMITS.key() to say 3. and lets see if we encounter this issue. It is still happening. > can we add a delay of say 30 secs between...

Started happening to me today. Was working fine for a long time. Didn't upgrade any kexts or anything.

Did you figure out a workaround? The maven plugin is not taking `returnResponse` in `configOptions`. Edit: My bad.. I'm using a version 3 which doesn't support that parameter.

A general question: **Will this cluster other small files that might be in the partition that was touched that are not part of the current group?** Think of the following...

I just ran into the rewriting of the headers to lowercase. The [code for getting the Principal](https://github.com/aws/serverless-java-container/blob/main/aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/jaxrs/AwsHttpApiV2SecurityContext.java#L45) is not working because of its: ``` // String AUTHORIZATION = "Authorization" if...