Debraj Manna

Results 11 issues of Debraj Manna

It seems if [requestSize](https://github.com/ccding/go-logging/blob/master/logging/logging.go#L48) and [queueSize](https://github.com/ccding/go-logging/blob/master/logging/logging.go#L47) gets full then the go-routine who is invoking go-logging for logging will get blocked. It will be good if:- 1. go-logging allows the `requestSize`,...

I am using `pkgdiff` to compare two zip files containing multiple jars. One of the jar is build (`dedup-0.001-SNAPSHOT.jar`) and rest are downloaded from maven repo and then all are...

**Please describe the feature request.** Add new metrics for request and response byte size in GRPC client interceptors **Rationale** Add new metrics to get wire format byte size of request...

This is not a bug but more of a query. I could find any other channel so posting it here. Can you please explain what is the difference between `DefaultVolumeThreshold`...

I am trying to use `frontend-maven-plugin` 1.12.1 with maven 3.8.4. My pom configuration looks like below. But on doing `mvn clean install` I am getting the below error ``` Error:...

Hi The javadoc of [registerClass](https://github.com/RuedigerMoeller/fast-serialization/blob/e8da5591daa09452791dcd992ea4f83b20937be7/src/main/java/org/nustaq/serialization/FSTConfiguration.java#L798) states like below ``` /** * * Preregister a class (use at init time). This avoids having to write class names. * Its a very...

I am using moneta 1.4.2 with spring-boot 3.0.6 and Java 17. I am seeing an exception trace like below. Can someone let me know what could be causing this and...

analysis

I have a directory full of packages like below ``` dmanna@ubuntu:~/pyt/pkg$ ls cdiff-1.0.tar.gz certifi-2018.4.16-py2.py3-none-any.whl chardet-3.0.4-py2.py3-none-any.whl click-6.7-py2.py3-none-any.whl idna-2.7-py2.py3-none-any.whl kazoo-2.5.0-py2.py3-none-any.whl patroni-1.4.4.tar.gz prettytable-0.7.2.tar.bz2 psutil-5.4.6.tar.gz psycopg2-2.7.4.tar.gz python_dateutil-2.7.3-py2.py3-none-any.whl pytz-2018.4-py2.py3-none-any.whl PyYAML-3.12.tar.gz requests-2.19.1-py2.py3-none-any.whl six-1.11.0-py2.py3-none-any.whl tzlocal-1.5.1.tar.gz urllib3-1.23-py2.py3-none-any.whl ```...

``` dmanna-m01:libs dmanna$ mkdir -p /tmp/decom dmanna-m01:libs dmanna$ ls /tmp/decom dmanna-m01:libs dmanna$ java -jar jd-core-java-1.2.jar ~/code/github/vnera/main/storage/hbase-coproc/target/hbase-coproc-0.001-SNAPSHOT-jar-with-dependencies.jar /tmp/decom/ java.io.FileNotFoundException: /tmp/decom/META-INF/maven (Is a directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.(FileOutputStream.java:213) at...

There was an open issue in gRPC which caused the gRPC client thread to hang when retry is enabled. The issue has been discussed in StackOverflow and also in the...