Andras Salamon

Results 9 issues of Andras Salamon

BaseGameUtils.resolveConnectionFailure requires int and not String.

cla: yes

…Checksums # Description Right now gradle calculates SHA-1 checksums using an external commons-codec library. We can calculate SHA-1 using Java 8 classes, no need for commons-codec here. # Solution Eliminate...

# Description JDK8 has a builtin Base64 encoder and decoder, there is no need to use own implementaion for this. # Solution Eliminate own implementation. # Tests Unit tests. #...

# Description AlreadyClosedException logging is misleading. #11044 # Solution Improve logging. # Tests Tested by backporting to Lucene 8.4.1 # Checklist Please review the following and check all that apply:...

A pktriggercord libary could make it easier to include pktriggercord into other programs. This is mentioned here: https://github.com/indilib/indi-3rdparty/pull/66 and the first version of thelibrary was uploaded by @karlrees in #48

### Description I've tried to use the hive integration using with hive on tez, but got the following error: ``` java.lang.RuntimeException: java.lang.RuntimeException: class org.opensearch.hadoop.mr.OpenSearchOutputFormat$OpenSearchOutputCommitter not org.apache.hadoop.mapred.OutputCommitter at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2734) at org.apache.tez.mapreduce.committer.MROutputCommitter.getOutputCommitter(MROutputCommitter.java:143)...

### What is the bug? I wanted to insert some documents to opensearch using spark. When I follow this suggestion ( https://github.com/opensearch-project/opensearch-hadoop/blob/main/USER_GUIDE.md#writing-3 ) and I insert a simple document created...

bug

### Description When I want to run the integration tests with `./gradlew check` I've got an error message: ``` > Could not resolve all files for configuration ':qa:kerberos:downloadHadoop#3.3.2'. > Could...