Artem Golovko

Results 19 issues of Artem Golovko

1. make sure you have > 4.13 kernel wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13/linux-headers-4.13.0-041300_4.13.0-041300.201709031731_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13/linux-headers-4.13.0-041300-generic_4.13.0-041300.201709031731_amd64.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13/linux-image-4.13.0-041300-generic_4.13.0-041300.201709031731_amd64.deb sudo dpkg -i *.deb 2. Don't use Bumblebee - it bad works with Ubuntu 16.04. So...

## Describe the problem you'd like to have solved 1. Users may affect each other calling the server, that under the hood uses JwkProvider to validate the tokens. See the...

feature request

There is no documentation that we can configure JVM options (```You can also use JAVA_OPTS and JIB_OPTS to pass JVM options```) for jib cli. That's needed when we want to...

type:documentation
priority:p3

Jib cli not released with latest jib-core version. As a result it leads to already fixed issue https://github.com/GoogleContainerTools/jib/pull/3974 Steps to repro: 1) jib.yaml ```yaml apiVersion: jib/v1alpha1 kind: BuildFile from: image:...

priority: p2
area/jib-cli
type:bug

**Jetty Version** 12.0.8 **Jetty Environment** Any **Java Version** Any **Question** Are these guarantees actually provided? "Implementations guarantee that calls to this method are safely reentrant so that stack overflows are...

Question

**Jetty version(s)** 12.0.8 **Enhancement Description** ContentSourceByteBuffer, ContentSourceString, ChunkAccumulator, ContentSourceConsumer implementations use provided Promise and call promise.failed/succeeded, but don't take into the account that user defined callback may fail and chunk/source...

Enhancement

**Jetty version(s)** 12.0.8 **Jetty Environment** Any **Java version/vendor** `(use: java -version)` Any **OS type/version** Any **Description** ChunkAccumulator uses read-only buffer in case of empty chunks that leads to the ReadOnlyBufferException...

Bug

**Jetty version(s)** 12.0.8 **Enhancement Description** ChunkAccumulator.read and ChunkAccumulator.readAll methods create AccumulatorTask that's under the hood creates ChunkAccumulator instance and pass it to the take method, therefore I think it's more...

Enhancement

**Jetty version(s)** 12.0.8 **Enhancement Description** Currently there are number of implementations that are doing the same thing: iterate over all chunks in Content.Source and make some transformation. Below the table...

Enhancement

**Jetty version(s)** 12.0.11 **Jetty Environment** any **Java version/vendor** `(use: java -version)` any **OS type/version** any **Description** Fail method contract: If read() has returned a last chunk, this is a no...

Bug