Unnamed: 0
int64 0
832k
| id
float64 2.49B
32.1B
| type
stringclasses 1
value | created_at
stringlengths 19
19
| repo
stringlengths 7
112
| repo_url
stringlengths 36
141
| action
stringclasses 3
values | title
stringlengths 1
853
| labels
stringlengths 4
898
| body
stringlengths 2
262k
| index
stringclasses 13
values | text_combine
stringlengths 96
262k
| label
stringclasses 2
values | text
stringlengths 96
250k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
625,055
| 19,717,219,209
|
IssuesEvent
|
2022-01-13 12:13:59
|
ethereum/ethereum-org-website
|
https://api.github.com/repos/ethereum/ethereum-org-website
|
opened
|
/get-eth/ CallOutBanner not displaying any content
|
bug :bug: help wanted high priority good first issue
|
**Describe the bug**
The callout banner on the /get-eth/ page is not displaying any content.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://ethereum.org/en/get-eth/'
3. Scroll down to bottom of page
4. See error
**Expected behavior**
The content should display dynamically based on the selected website language
**Screenshots**
<img width="1557" alt="Screenshot 2022-01-13 at 12 11 28" src="https://user-images.githubusercontent.com/62268199/149328346-a4a6d6ee-5b3e-48fc-bc42-4e0d54ff7caf.png">
**Want to contribute?**
We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
|
1.0
|
/get-eth/ CallOutBanner not displaying any content - **Describe the bug**
The callout banner on the /get-eth/ page is not displaying any content.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://ethereum.org/en/get-eth/'
3. Scroll down to bottom of page
4. See error
**Expected behavior**
The content should display dynamically based on the selected website language
**Screenshots**
<img width="1557" alt="Screenshot 2022-01-13 at 12 11 28" src="https://user-images.githubusercontent.com/62268199/149328346-a4a6d6ee-5b3e-48fc-bc42-4e0d54ff7caf.png">
**Want to contribute?**
We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
|
non_build
|
get eth calloutbanner not displaying any content describe the bug the callout banner on the get eth page is not displaying any content to reproduce steps to reproduce the behavior go to scroll down to bottom of page see error expected behavior the content should display dynamically based on the selected website language screenshots img width alt screenshot at src want to contribute we love contributions from the ethereum community please comment on an issue if you re interested in helping out with a pr
| 0
|
87,094
| 25,031,621,277
|
IssuesEvent
|
2022-11-04 12:53:11
|
OpenCTI-Platform/opencti
|
https://api.github.com/repos/OpenCTI-Platform/opencti
|
closed
|
Improv dev env by injecting a data set
|
build P3
|
## Use case
Improv the dev environment by injecting a data set.
## Proposed Solution
Based the data set on the test data set.
Used a Yarn command to inject this data.
|
1.0
|
Improv dev env by injecting a data set - ## Use case
Improv the dev environment by injecting a data set.
## Proposed Solution
Based the data set on the test data set.
Used a Yarn command to inject this data.
|
build
|
improv dev env by injecting a data set use case improv the dev environment by injecting a data set proposed solution based the data set on the test data set used a yarn command to inject this data
| 1
|
55,010
| 13,497,424,077
|
IssuesEvent
|
2020-09-12 07:39:10
|
intel/compute-runtime
|
https://api.github.com/repos/intel/compute-runtime
|
closed
|
Build fails with latest level Zero (v1.0) installed
|
build issue
|
Building compute-runtime with the latest level Zero checkout breaks because there seems to have been radical change in the installed level zero header file names:
```
FAILED: level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o
/usr/bin/c++ @level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o.rsp -MD -MT level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o -MF level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o.d -o level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o -c ../level_zero/core/source/gen11/icllp/cmdqueue_icllp.cpp
In file included from ../level_zero/core/source/cmdlist/cmdlist.h:13,
from ../level_zero/core/source/cmdqueue/cmdqueue_hw.inl:28,
from ../level_zero/core/source/gen11/icllp/cmdqueue_icllp.cpp:11:
../level_zero/core/source/cmdqueue/cmdqueue.h:11:10: fatal error: level_zero/ze_common.h: No such file or directory
11 | #include <level_zero/ze_common.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
```
Latest L0 v1.0 doesn't any more install header named like that. Build with L0 v0.91.21 works fine.
L0 check should check that the major version matches to what compute-runtime expects.
|
1.0
|
Build fails with latest level Zero (v1.0) installed - Building compute-runtime with the latest level Zero checkout breaks because there seems to have been radical change in the installed level zero header file names:
```
FAILED: level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o
/usr/bin/c++ @level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o.rsp -MD -MT level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o -MF level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o.d -o level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o -c ../level_zero/core/source/gen11/icllp/cmdqueue_icllp.cpp
In file included from ../level_zero/core/source/cmdlist/cmdlist.h:13,
from ../level_zero/core/source/cmdqueue/cmdqueue_hw.inl:28,
from ../level_zero/core/source/gen11/icllp/cmdqueue_icllp.cpp:11:
../level_zero/core/source/cmdqueue/cmdqueue.h:11:10: fatal error: level_zero/ze_common.h: No such file or directory
11 | #include <level_zero/ze_common.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
```
Latest L0 v1.0 doesn't any more install header named like that. Build with L0 v0.91.21 works fine.
L0 check should check that the major version matches to what compute-runtime expects.
|
build
|
build fails with latest level zero installed building compute runtime with the latest level zero checkout breaks because there seems to have been radical change in the installed level zero header file names failed level zero cmakefiles ze intel gpu lib dir core source icllp cmdqueue icllp cpp o usr bin c level zero cmakefiles ze intel gpu lib dir core source icllp cmdqueue icllp cpp o rsp md mt level zero cmakefiles ze intel gpu lib dir core source icllp cmdqueue icllp cpp o mf level zero cmakefiles ze intel gpu lib dir core source icllp cmdqueue icllp cpp o d o level zero cmakefiles ze intel gpu lib dir core source icllp cmdqueue icllp cpp o c level zero core source icllp cmdqueue icllp cpp in file included from level zero core source cmdlist cmdlist h from level zero core source cmdqueue cmdqueue hw inl from level zero core source icllp cmdqueue icllp cpp level zero core source cmdqueue cmdqueue h fatal error level zero ze common h no such file or directory include compilation terminated latest doesn t any more install header named like that build with works fine check should check that the major version matches to what compute runtime expects
| 1
|
46,599
| 11,861,593,550
|
IssuesEvent
|
2020-03-25 16:34:47
|
instaclustr/cassandra-operator
|
https://api.github.com/repos/instaclustr/cassandra-operator
|
closed
|
investigate why there are build failures when building with Java 11
|
build circleci
|
Some Java libraries we are using are not compatible with Java 11 so we have to build it with Java 8 at the moment.
|
1.0
|
investigate why there are build failures when building with Java 11 - Some Java libraries we are using are not compatible with Java 11 so we have to build it with Java 8 at the moment.
|
build
|
investigate why there are build failures when building with java some java libraries we are using are not compatible with java so we have to build it with java at the moment
| 1
|
95,001
| 27,354,793,235
|
IssuesEvent
|
2023-02-27 12:07:04
|
tensorflow/tensorflow
|
https://api.github.com/repos/tensorflow/tensorflow
|
closed
|
Cannot install tensorflow_text in virtual environment of python 3.8 mac m1
|
stat:awaiting response type:build/install stalled subtype:macOS TF 2.7
|
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac M1
- TensorFlow version: 2.7.0
- Python version: 3.8
- Installed using virtualenv? pip? conda?: virtualenv (see https://developer.apple.com/metal/tensorflow-plugin/)
**Describe the problem**
To use the [`xx_use_md` model](https://pypi.org/project/spacy-universal-sentence-encoder/0.2.1/), I started a virtualenv.
I tried to load the model by
```
import spacy_universal_sentence_encoder
nlp = spacy_universal_sentence_encoder.load_model('xx_use_md')
```
Then, I encountered the error:
```
FileNotFoundError: Op type not registered 'SentencepieceOp' in binary running on MacBook-Air. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.
You may be trying to load on a different device from the computational device. Consider setting the `experimental_io_device` option in `tf.saved_model.LoadOptions` to the io_device such as '/job:localhost'.
```
Guided by the discussion here: https://github.com/tensorflow/tensorflow/issues/38597, I tried to install `tensorflow_text` in the virtualenv via pip3, but this raised another error:
```
ERROR: Could not find a version that satisfies the requirement tensorflow_text (from versions: none)
ERROR: No matching distribution found for tensorflow_text
```
Additionally, I tried to load the model by
```
import spacy
nlp = spacy.load('xx_use_md')
```
which raised the error
```
OSError: [E050] Can't find model 'xx_use_md'. It doesn't seem to be a Python package or a valid path to a data directory.
```
Then, I used the command `pip3 install https://github.com/MartinoMensio/spacy-universal-sentence-encoder-tfhub/releases/download/xx_use_md-0.2.1/xx_use_md-0.2.1.tar.gz#xx_use_md-0.2.1` on https://pypi.org/project/spacy-universal-sentence-encoder/0.2.1/ . Another error happened:
```
ERROR: Could not find a version that satisfies the requirement tensorflow==2.1.0 (from spacy-universal-sentence-encoder) (from versions: none)
ERROR: No matching distribution found for tensorflow==2.1.0
```
It is impossible to use the 'xx_use_md' model by `import spacy` or `import spacy_universal_sentence_encoder` in the virtualenv. However, when I tried with the same code on Colab, similar errors occurred and were resolved by installing and importing `tensowflow_text`.
|
1.0
|
Cannot install tensorflow_text in virtual environment of python 3.8 mac m1 - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac M1
- TensorFlow version: 2.7.0
- Python version: 3.8
- Installed using virtualenv? pip? conda?: virtualenv (see https://developer.apple.com/metal/tensorflow-plugin/)
**Describe the problem**
To use the [`xx_use_md` model](https://pypi.org/project/spacy-universal-sentence-encoder/0.2.1/), I started a virtualenv.
I tried to load the model by
```
import spacy_universal_sentence_encoder
nlp = spacy_universal_sentence_encoder.load_model('xx_use_md')
```
Then, I encountered the error:
```
FileNotFoundError: Op type not registered 'SentencepieceOp' in binary running on MacBook-Air. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.
You may be trying to load on a different device from the computational device. Consider setting the `experimental_io_device` option in `tf.saved_model.LoadOptions` to the io_device such as '/job:localhost'.
```
Guided by the discussion here: https://github.com/tensorflow/tensorflow/issues/38597, I tried to install `tensorflow_text` in the virtualenv via pip3, but this raised another error:
```
ERROR: Could not find a version that satisfies the requirement tensorflow_text (from versions: none)
ERROR: No matching distribution found for tensorflow_text
```
Additionally, I tried to load the model by
```
import spacy
nlp = spacy.load('xx_use_md')
```
which raised the error
```
OSError: [E050] Can't find model 'xx_use_md'. It doesn't seem to be a Python package or a valid path to a data directory.
```
Then, I used the command `pip3 install https://github.com/MartinoMensio/spacy-universal-sentence-encoder-tfhub/releases/download/xx_use_md-0.2.1/xx_use_md-0.2.1.tar.gz#xx_use_md-0.2.1` on https://pypi.org/project/spacy-universal-sentence-encoder/0.2.1/ . Another error happened:
```
ERROR: Could not find a version that satisfies the requirement tensorflow==2.1.0 (from spacy-universal-sentence-encoder) (from versions: none)
ERROR: No matching distribution found for tensorflow==2.1.0
```
It is impossible to use the 'xx_use_md' model by `import spacy` or `import spacy_universal_sentence_encoder` in the virtualenv. However, when I tried with the same code on Colab, similar errors occurred and were resolved by installing and importing `tensowflow_text`.
|
build
|
cannot install tensorflow text in virtual environment of python mac please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platform and distribution e g linux ubuntu mac tensorflow version python version installed using virtualenv pip conda virtualenv see describe the problem to use the i started a virtualenv i tried to load the model by import spacy universal sentence encoder nlp spacy universal sentence encoder load model xx use md then i encountered the error filenotfounderror op type not registered sentencepieceop in binary running on macbook air make sure the op and kernel are registered in the binary running in this process note that if you are loading a saved graph which used ops from tf contrib accessing e g tf contrib resampler should be done before importing the graph as contrib ops are lazily registered when the module is first accessed you may be trying to load on a different device from the computational device consider setting the experimental io device option in tf saved model loadoptions to the io device such as job localhost guided by the discussion here i tried to install tensorflow text in the virtualenv via but this raised another error error could not find a version that satisfies the requirement tensorflow text from versions none error no matching distribution found for tensorflow text additionally i tried to load the model by import spacy nlp spacy load xx use md which raised the error oserror can t find model xx use md it doesn t seem to be a python package or a valid path to a data directory then i used the command install on another error happened error could not find a version that satisfies the requirement tensorflow from spacy universal sentence encoder from versions none error no matching distribution found for tensorflow it is impossible to use the xx use md model by import spacy or import spacy universal sentence encoder in the virtualenv however when i tried with the same code on colab similar errors occurred and were resolved by installing and importing tensowflow text
| 1
|
45,836
| 9,818,454,421
|
IssuesEvent
|
2019-06-13 19:17:31
|
siisp/websystem
|
https://api.github.com/repos/siisp/websystem
|
closed
|
Implementar el metodo ParametricRepository.load
|
CodeReview MigrationDB
|
Este metodo tiene que cargar todas las parametricas de un archivo Json (investigar)
Buscar si se puede utilizar alguna libreria externa que parsea cualquier archivo Json
|
1.0
|
Implementar el metodo ParametricRepository.load - Este metodo tiene que cargar todas las parametricas de un archivo Json (investigar)
Buscar si se puede utilizar alguna libreria externa que parsea cualquier archivo Json
|
non_build
|
implementar el metodo parametricrepository load este metodo tiene que cargar todas las parametricas de un archivo json investigar buscar si se puede utilizar alguna libreria externa que parsea cualquier archivo json
| 0
|
8,121
| 4,164,528,066
|
IssuesEvent
|
2016-06-18 21:22:50
|
octokit/octokit.net
|
https://api.github.com/repos/octokit/octokit.net
|
closed
|
Consistent way to create and teardown test repositories
|
build up-for-grabs
|
We have a consistent way to create a test repository for the purpose of integration tests:
```
var repoName = Helper.MakeNameWithTimestamp("source-repo");
var repository = await client.Repository.Create(new NewRepository { Name = repoName, AutoInit = true });
```
And a couple of different ways to cleanup this repository:
```
finally
{
if (repository != null)
client.Repository.Delete(repository.Owner.Login, repository.Name);
}
```
OR
```
finally
{
Helper.DeleteRepo(createdRepository);
}
```
OR
```
finally
{
Helper.DeleteRepo("owner", "name");
}
```
We also have a couple of places where we use `IDisposable` to signal to xUnit to run some disposal code outside the scope of the test.
So basically, everything is terrible.
There's a couple of constraints to be wary of here:
- the repository should be deleted when the test completes (or an exception occurs)
- `IDisposable.Dispose` isn't `await`-able :cry:
- The [Delete Repository](https://developer.github.com/v3/repos/#delete-a-repository) API is a network call, we should probably wait for it to complete.
Ideally, I'd like some sort of wrapper which we can use:
```
using (var repository = gitClient.CreateTestRepository("source-repo"))
{
}
```
Where `CreateTestRepository` is an extension method that takes care of generating the unique name for the repository and calling the necessary APIs. There might be some ickyness inside `Dispose` to workaround the blocking/non-blocking problem, but hopefully this makes it easier to scaffold new integration tests...
|
1.0
|
Consistent way to create and teardown test repositories - We have a consistent way to create a test repository for the purpose of integration tests:
```
var repoName = Helper.MakeNameWithTimestamp("source-repo");
var repository = await client.Repository.Create(new NewRepository { Name = repoName, AutoInit = true });
```
And a couple of different ways to cleanup this repository:
```
finally
{
if (repository != null)
client.Repository.Delete(repository.Owner.Login, repository.Name);
}
```
OR
```
finally
{
Helper.DeleteRepo(createdRepository);
}
```
OR
```
finally
{
Helper.DeleteRepo("owner", "name");
}
```
We also have a couple of places where we use `IDisposable` to signal to xUnit to run some disposal code outside the scope of the test.
So basically, everything is terrible.
There's a couple of constraints to be wary of here:
- the repository should be deleted when the test completes (or an exception occurs)
- `IDisposable.Dispose` isn't `await`-able :cry:
- The [Delete Repository](https://developer.github.com/v3/repos/#delete-a-repository) API is a network call, we should probably wait for it to complete.
Ideally, I'd like some sort of wrapper which we can use:
```
using (var repository = gitClient.CreateTestRepository("source-repo"))
{
}
```
Where `CreateTestRepository` is an extension method that takes care of generating the unique name for the repository and calling the necessary APIs. There might be some ickyness inside `Dispose` to workaround the blocking/non-blocking problem, but hopefully this makes it easier to scaffold new integration tests...
|
build
|
consistent way to create and teardown test repositories we have a consistent way to create a test repository for the purpose of integration tests var reponame helper makenamewithtimestamp source repo var repository await client repository create new newrepository name reponame autoinit true and a couple of different ways to cleanup this repository finally if repository null client repository delete repository owner login repository name or finally helper deleterepo createdrepository or finally helper deleterepo owner name we also have a couple of places where we use idisposable to signal to xunit to run some disposal code outside the scope of the test so basically everything is terrible there s a couple of constraints to be wary of here the repository should be deleted when the test completes or an exception occurs idisposable dispose isn t await able cry the api is a network call we should probably wait for it to complete ideally i d like some sort of wrapper which we can use using var repository gitclient createtestrepository source repo where createtestrepository is an extension method that takes care of generating the unique name for the repository and calling the necessary apis there might be some ickyness inside dispose to workaround the blocking non blocking problem but hopefully this makes it easier to scaffold new integration tests
| 1
|
74,327
| 20,118,609,925
|
IssuesEvent
|
2022-02-07 22:30:51
|
nodejs/node
|
https://api.github.com/repos/nodejs/node
|
closed
|
Compile failure on 16.13.2 & 17.4.0 on RHEL8
|
build
|
### Version
16.13.2 & 17.4.0
### Platform
RHEL8
### Subsystem
_No response_
### What steps will reproduce the bug?
Building nodejs on RHEL8
```
/usr/bin/ld: /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/test_crypto_engine/test/fixtures/test_crypto_engine.o: relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
make[1]: *** [test_crypto_engine.target.mk:125: /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/libtest_crypto_engine.so] Error 1
make[1]: *** Waiting for unfinished jobs....
ar crsT /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/tools/icu/libicui18n.a @/apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/tools/icu/libicui18n.a.ar-file-list
ar crsT /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/tools/icu/libicuucx.a @/apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/tools/icu/libicuucx.a.ar-file-list
ar crsT /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/deps/openssl/libopenssl.a @/apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/deps/openssl/libopenssl.a.ar-file-list
rm 543516193a908c04f2824127f631a1a630a35199.intermediate
make: *** [Makefile:113: node] Error 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE
```
This happens with v16.13.2 but doesn't happen with v16.13.0
### How often does it reproduce? Is there a required condition?
_No response_
### What is the expected behavior?
_No response_
### What do you see instead?
Compile failure
### Additional information
Configured with
export CFLAGS="-O3 -march=haswell -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2"
export CXXFLAGS=${CFLAGS}
export LDFLAGS="-Wl,-z,now -Wl,-z,relro"
BUILDTYPE=Release ./configure --shared-zlib
gcc version 8.5.0 20210514
GNU ld version 2.30-108.el8_5.1
|
1.0
|
Compile failure on 16.13.2 & 17.4.0 on RHEL8 - ### Version
16.13.2 & 17.4.0
### Platform
RHEL8
### Subsystem
_No response_
### What steps will reproduce the bug?
Building nodejs on RHEL8
```
/usr/bin/ld: /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/test_crypto_engine/test/fixtures/test_crypto_engine.o: relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
make[1]: *** [test_crypto_engine.target.mk:125: /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/libtest_crypto_engine.so] Error 1
make[1]: *** Waiting for unfinished jobs....
ar crsT /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/tools/icu/libicui18n.a @/apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/tools/icu/libicui18n.a.ar-file-list
ar crsT /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/tools/icu/libicuucx.a @/apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/tools/icu/libicuucx.a.ar-file-list
ar crsT /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/deps/openssl/libopenssl.a @/apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/deps/openssl/libopenssl.a.ar-file-list
rm 543516193a908c04f2824127f631a1a630a35199.intermediate
make: *** [Makefile:113: node] Error 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE
```
This happens with v16.13.2 but doesn't happen with v16.13.0
### How often does it reproduce? Is there a required condition?
_No response_
### What is the expected behavior?
_No response_
### What do you see instead?
Compile failure
### Additional information
Configured with
export CFLAGS="-O3 -march=haswell -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2"
export CXXFLAGS=${CFLAGS}
export LDFLAGS="-Wl,-z,now -Wl,-z,relro"
BUILDTYPE=Release ./configure --shared-zlib
gcc version 8.5.0 20210514
GNU ld version 2.30-108.el8_5.1
|
build
|
compile failure on on version platform subsystem no response what steps will reproduce the bug building nodejs on usr bin ld apps was jenkins workspace compile gitlab node out release obj target test crypto engine test fixtures test crypto engine o relocation r against symbol stderr glibc can not be used when making a shared object recompile with fpic usr bin ld final link failed bad value error ld returned exit status make error make waiting for unfinished jobs ar crst apps was jenkins workspace compile gitlab node out release obj target tools icu a apps was jenkins workspace compile gitlab node out release obj target tools icu a ar file list ar crst apps was jenkins workspace compile gitlab node out release obj target tools icu libicuucx a apps was jenkins workspace compile gitlab node out release obj target tools icu libicuucx a ar file list ar crst apps was jenkins workspace compile gitlab node out release obj target deps openssl libopenssl a apps was jenkins workspace compile gitlab node out release obj target deps openssl libopenssl a ar file list rm intermediate make error build step execute shell marked build as failure finished failure this happens with but doesn t happen with how often does it reproduce is there a required condition no response what is the expected behavior no response what do you see instead compile failure additional information configured with export cflags march haswell fpie fstack protector all d fortify source export cxxflags cflags export ldflags wl z now wl z relro buildtype release configure shared zlib gcc version gnu ld version
| 1
|
61,822
| 6,758,961,171
|
IssuesEvent
|
2017-10-24 15:37:43
|
ushahidi/platform
|
https://api.github.com/repos/ushahidi/platform
|
reopened
|
When you click on (x) button on a 'checkbox' filter, all of them are removed, not only the one you clicked.
|
2chaguzi Bug Testing
|
### Expected behaviour
Only the filter I want to remove is removed
### Actual behaviour
The filter I want to remove is removed, but in the case of checkboxes that means all of them are gone from the filters list instead of only the one selected.
### Steps to reproduce the behaviour/error
- Apply survey filters.
- Remove one of the surveys with the x in the bug button .
- All the surveys will be removed from the filter instead of just the one you tried to remove.
GIF:

Screenshots:
<img width="647" alt="screen shot 2017-10-19 at 12 50 06 am" src="https://user-images.githubusercontent.com/2434401/31753529-892ca130-b467-11e7-8e95-c86673742f93.png">
<img width="731" alt="screen shot 2017-10-19 at 12 50 14 am" src="https://user-images.githubusercontent.com/2434401/31753528-8903dc5a-b467-11e7-8c18-fcbb137a2652.png">
##### Where
- [ ] [Local setup with Vagrant ](https://www.ushahidi.com/support/install-ushahidi#installing-for-development)
- [ ] [Local setup from platform-release ](https://www.ushahidi.com/support/install-ushahidi#installing-the-latest-release)
- [ ] Ushahidi.io / SaaS solution
- [x] Ushahidi's QA environment
- [x] Other (explain):
|
1.0
|
When you click on (x) button on a 'checkbox' filter, all of them are removed, not only the one you clicked. - ### Expected behaviour
Only the filter I want to remove is removed
### Actual behaviour
The filter I want to remove is removed, but in the case of checkboxes that means all of them are gone from the filters list instead of only the one selected.
### Steps to reproduce the behaviour/error
- Apply survey filters.
- Remove one of the surveys with the x in the bug button .
- All the surveys will be removed from the filter instead of just the one you tried to remove.
GIF:

Screenshots:
<img width="647" alt="screen shot 2017-10-19 at 12 50 06 am" src="https://user-images.githubusercontent.com/2434401/31753529-892ca130-b467-11e7-8e95-c86673742f93.png">
<img width="731" alt="screen shot 2017-10-19 at 12 50 14 am" src="https://user-images.githubusercontent.com/2434401/31753528-8903dc5a-b467-11e7-8c18-fcbb137a2652.png">
##### Where
- [ ] [Local setup with Vagrant ](https://www.ushahidi.com/support/install-ushahidi#installing-for-development)
- [ ] [Local setup from platform-release ](https://www.ushahidi.com/support/install-ushahidi#installing-the-latest-release)
- [ ] Ushahidi.io / SaaS solution
- [x] Ushahidi's QA environment
- [x] Other (explain):
|
non_build
|
when you click on x button on a checkbox filter all of them are removed not only the one you clicked expected behaviour only the filter i want to remove is removed actual behaviour the filter i want to remove is removed but in the case of checkboxes that means all of them are gone from the filters list instead of only the one selected steps to reproduce the behaviour error apply survey filters remove one of the surveys with the x in the bug button all the surveys will be removed from the filter instead of just the one you tried to remove gif screenshots img width alt screen shot at am src img width alt screen shot at am src where ushahidi io saas solution ushahidi s qa environment other explain
| 0
|
243,859
| 7,868,004,588
|
IssuesEvent
|
2018-06-23 16:00:05
|
FLEXIcontent/flexicontent-cck
|
https://api.github.com/repos/FLEXIcontent/flexicontent-cck
|
closed
|
Hits property for weblink field , reset to (saved as) zero on every item form save
|
Priority Normal bug
|
Fix should be this:
1. we need to load existing values from DB
2. for a URLs thate are same as some of the form POSTed URLs we should keep the existing hits value
@iamkeng you reported this ,
i have opened an issue here,
i ll make a fix as described above
|
1.0
|
Hits property for weblink field , reset to (saved as) zero on every item form save - Fix should be this:
1. we need to load existing values from DB
2. for a URLs thate are same as some of the form POSTed URLs we should keep the existing hits value
@iamkeng you reported this ,
i have opened an issue here,
i ll make a fix as described above
|
non_build
|
hits property for weblink field reset to saved as zero on every item form save fix should be this we need to load existing values from db for a urls thate are same as some of the form posted urls we should keep the existing hits value iamkeng you reported this i have opened an issue here i ll make a fix as described above
| 0
|
61,347
| 14,973,822,589
|
IssuesEvent
|
2021-01-28 02:01:43
|
matplotlib/matplotlib
|
https://api.github.com/repos/matplotlib/matplotlib
|
closed
|
Matplotlib generates invalid ft2font if -fno-lto gcc CFLAGS used
|
Build
|
### Bug report
**Bug summary**
If matplotlib is build with -fno-lto CFLAGS then the build is completed "successfully" but will fail to import
This was 1st spotted with matplotlib-3.3.0 and did not occur again with later versions until 3.3.3
TEST 1:
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=native"
```
emerge matplotlib
Calculating dependencies... done!
>>>Verifying ebuild manifests
>>>Emerging (1 of 1) dev-python/matplotlib-3.3.3::gentoo
>>>Installing (1 of 1) dev-python/matplotlib-3.3.3::gentoo
>>> Jobs: 1 of 1 complete Load avg: 0.93, 0.65, 0.92
>>>Auto-cleaning packages...
```
```
fluidmotion ~ # python
Python 3.8.7 (default, Dec 22 2020, 17:30:32)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
>>>
```
BUILD LOG: dev-python:matplotlib-3.3.3:20210103-123758.log
---------------------------------------------------------------------------
TEST 2:
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=native -fno-lto"
```
emerge matplotlib
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-python/matplotlib-3.3.3::gentoo
>>> Installing (1 of 1) dev-python/matplotlib-3.3.3::gentoo
>>> Jobs: 1 of 1 complete Load avg: 0.73, 0.57, 0.84
>>> Auto-cleaning packages...
```
```
fluidmotion /var/log/portage # python
Python 3.8.7 (default, Dec 22 2020, 17:30:32)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.8/site-packages/matplotlib/__init__.py", line 174, in <module>
_check_versions()
File "/usr/lib/python3.8/site-packages/matplotlib/__init__.py", line 159, in _check_versions
from . import ft2font
ImportError: dynamic module does not define module export function (PyInit_ft2font)
>>>
```
BUILD LOG:dev-python:matplotlib-3.3.3:20210103-124106.log
Difference:
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/checkdep_freetype2.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/checkdep_freetype2.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/ft2font.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/ft2font.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/ft2font_wrapper.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/ft2font_wrapper.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/mplutils.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/mplutils.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/py_converters.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/py_converters.o: plugin needed to handle lto object
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o: plugin needed to handle lto object
RAW build logs can be found here: https://bugs.gentoo.org/736122
|
1.0
|
Matplotlib generates invalid ft2font if -fno-lto gcc CFLAGS used - ### Bug report
**Bug summary**
If matplotlib is build with -fno-lto CFLAGS then the build is completed "successfully" but will fail to import
This was 1st spotted with matplotlib-3.3.0 and did not occur again with later versions until 3.3.3
TEST 1:
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=native"
```
emerge matplotlib
Calculating dependencies... done!
>>>Verifying ebuild manifests
>>>Emerging (1 of 1) dev-python/matplotlib-3.3.3::gentoo
>>>Installing (1 of 1) dev-python/matplotlib-3.3.3::gentoo
>>> Jobs: 1 of 1 complete Load avg: 0.93, 0.65, 0.92
>>>Auto-cleaning packages...
```
```
fluidmotion ~ # python
Python 3.8.7 (default, Dec 22 2020, 17:30:32)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
>>>
```
BUILD LOG: dev-python:matplotlib-3.3.3:20210103-123758.log
---------------------------------------------------------------------------
TEST 2:
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=native -fno-lto"
```
emerge matplotlib
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-python/matplotlib-3.3.3::gentoo
>>> Installing (1 of 1) dev-python/matplotlib-3.3.3::gentoo
>>> Jobs: 1 of 1 complete Load avg: 0.73, 0.57, 0.84
>>> Auto-cleaning packages...
```
```
fluidmotion /var/log/portage # python
Python 3.8.7 (default, Dec 22 2020, 17:30:32)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.8/site-packages/matplotlib/__init__.py", line 174, in <module>
_check_versions()
File "/usr/lib/python3.8/site-packages/matplotlib/__init__.py", line 159, in _check_versions
from . import ft2font
ImportError: dynamic module does not define module export function (PyInit_ft2font)
>>>
```
BUILD LOG:dev-python:matplotlib-3.3.3:20210103-124106.log
Difference:
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/checkdep_freetype2.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/checkdep_freetype2.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/ft2font.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/ft2font.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/ft2font_wrapper.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/ft2font_wrapper.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/mplutils.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/mplutils.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/py_converters.o: plugin needed to handle lto object
/var/tmp/portage/dev-python/matplotlib-3.3.3/work/matplotlib-3.3.3-python3_8/build/temp.linux-x86_64-3.8/src/py_converters.o: plugin needed to handle lto object
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/crtendS.o: plugin needed to handle lto object
RAW build logs can be found here: https://bugs.gentoo.org/736122
|
build
|
matplotlib generates invalid if fno lto gcc cflags used bug report bug summary if matplotlib is build with fno lto cflags then the build is completed successfully but will fail to import this was spotted with matplotlib and did not occur again with later versions until test cflags pipe fomit frame pointer march native emerge matplotlib calculating dependencies done verifying ebuild manifests emerging of dev python matplotlib gentoo installing of dev python matplotlib gentoo jobs of complete load avg auto cleaning packages fluidmotion python python default dec on linux type help copyright credits or license for more information import matplotlib build log dev python matplotlib log test cflags pipe fomit frame pointer march native fno lto emerge matplotlib calculating dependencies done verifying ebuild manifests emerging of dev python matplotlib gentoo installing of dev python matplotlib gentoo jobs of complete load avg auto cleaning packages fluidmotion var log portage python python default dec on linux type help copyright credits or license for more information import matplotlib traceback most recent call last file line in file usr lib site packages matplotlib init py line in check versions file usr lib site packages matplotlib init py line in check versions from import importerror dynamic module does not define module export function pyinit build log dev python matplotlib log difference var tmp portage dev python matplotlib work matplotlib build temp linux src checkdep o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src checkdep o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src wrapper o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src wrapper o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src mplutils o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src mplutils o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src py converters o plugin needed to handle lto object var tmp portage dev python matplotlib work matplotlib build temp linux src py converters o plugin needed to handle lto object usr lib gcc pc linux gnu crtends o plugin needed to handle lto object raw build logs can be found here
| 1
|
55,465
| 13,636,393,111
|
IssuesEvent
|
2020-09-25 05:44:04
|
ClickHouse/ClickHouse
|
https://api.github.com/repos/ClickHouse/ClickHouse
|
closed
|
Can't build on arm64 (invalid bfd target)
|
alternative build build
|
**Operating system**
armbian (equivalent to ubuntu server 20.04) kernel 5.6
odroid n2 (similar to rpi4)
**Cmake version**
3.16.3
**Ninja version**
1.10.0
**Compiler name and version**
gcc & gg++: 9.3.0
**Full cmake and/or ninja output**
ruben@odroidn2:~/ClickHouse/build$ ninja
[0/2] Re-checking globbed directories...
[1/6151] Generating America_Guayaquil.o
FAILED: contrib/cctz-cmake/America_Guayaquil.o
cd /home/ruben/ClickHouse/build/contrib/cctz-cmake && cd /home/ruben/ClickHouse/contrib/cctz/testdata/zoneinfo && /usr/bin/objcopy -I binary -O elf64-aarch64 -B aarch64 America/Guayaquil /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guayaquil.o && /usr/bin/objcopy --rename-section .data=.rodata,alloc,load,readonly,data,contents /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guayaquil.o /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guayaquil.o
/usr/bin/objcopy: /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guayaquil.o: invalid bfd target
[2/6151] Generating America_Guyana.o
FAILED: contrib/cctz-cmake/America_Guyana.o
cd /home/ruben/ClickHouse/build/contrib/cctz-cmake && cd /home/ruben/ClickHouse/contrib/cctz/testdata/zoneinfo && /usr/bin/objcopy -I binary -O elf64-aarch64 -B aarch64 America/Guyana /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guyana.o && /usr/bin/objcopy --rename-section .data=.rodata,alloc,load,readonly,data,contents /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guyana.o /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guyana.o
/usr/bin/objcopy: /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guyana.o: invalid bfd target
|
2.0
|
Can't build on arm64 (invalid bfd target) - **Operating system**
armbian (equivalent to ubuntu server 20.04) kernel 5.6
odroid n2 (similar to rpi4)
**Cmake version**
3.16.3
**Ninja version**
1.10.0
**Compiler name and version**
gcc & gg++: 9.3.0
**Full cmake and/or ninja output**
ruben@odroidn2:~/ClickHouse/build$ ninja
[0/2] Re-checking globbed directories...
[1/6151] Generating America_Guayaquil.o
FAILED: contrib/cctz-cmake/America_Guayaquil.o
cd /home/ruben/ClickHouse/build/contrib/cctz-cmake && cd /home/ruben/ClickHouse/contrib/cctz/testdata/zoneinfo && /usr/bin/objcopy -I binary -O elf64-aarch64 -B aarch64 America/Guayaquil /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guayaquil.o && /usr/bin/objcopy --rename-section .data=.rodata,alloc,load,readonly,data,contents /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guayaquil.o /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guayaquil.o
/usr/bin/objcopy: /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guayaquil.o: invalid bfd target
[2/6151] Generating America_Guyana.o
FAILED: contrib/cctz-cmake/America_Guyana.o
cd /home/ruben/ClickHouse/build/contrib/cctz-cmake && cd /home/ruben/ClickHouse/contrib/cctz/testdata/zoneinfo && /usr/bin/objcopy -I binary -O elf64-aarch64 -B aarch64 America/Guyana /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guyana.o && /usr/bin/objcopy --rename-section .data=.rodata,alloc,load,readonly,data,contents /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guyana.o /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guyana.o
/usr/bin/objcopy: /home/ruben/ClickHouse/build/contrib/cctz-cmake/America_Guyana.o: invalid bfd target
|
build
|
can t build on invalid bfd target operating system armbian equivalent to ubuntu server kernel odroid similar to cmake version ninja version compiler name and version gcc gg full cmake and or ninja output ruben clickhouse build ninja re checking globbed directories generating america guayaquil o failed contrib cctz cmake america guayaquil o cd home ruben clickhouse build contrib cctz cmake cd home ruben clickhouse contrib cctz testdata zoneinfo usr bin objcopy i binary o b america guayaquil home ruben clickhouse build contrib cctz cmake america guayaquil o usr bin objcopy rename section data rodata alloc load readonly data contents home ruben clickhouse build contrib cctz cmake america guayaquil o home ruben clickhouse build contrib cctz cmake america guayaquil o usr bin objcopy home ruben clickhouse build contrib cctz cmake america guayaquil o invalid bfd target generating america guyana o failed contrib cctz cmake america guyana o cd home ruben clickhouse build contrib cctz cmake cd home ruben clickhouse contrib cctz testdata zoneinfo usr bin objcopy i binary o b america guyana home ruben clickhouse build contrib cctz cmake america guyana o usr bin objcopy rename section data rodata alloc load readonly data contents home ruben clickhouse build contrib cctz cmake america guyana o home ruben clickhouse build contrib cctz cmake america guyana o usr bin objcopy home ruben clickhouse build contrib cctz cmake america guyana o invalid bfd target
| 1
|
154,031
| 12,189,983,098
|
IssuesEvent
|
2020-04-29 08:31:00
|
zeebe-io/zeebe
|
https://api.github.com/repos/zeebe-io/zeebe
|
closed
|
io.atomix.raft.RaftTest.shouldReconnect is flaky
|
Scope: broker Status: In Progress Type: Unstable Test
|
**Description**
It seems we try to compare the snapshots at the end a little too fast, and the test then sometimes fails (but the final state seems OK).
<details><summary>Example assertion failure</summary>
<pre>
Error
io.atomix.primitive.PrimitiveException$ClosedSession: session closed
Stacktrace
java.util.concurrent.ExecutionException: io.atomix.primitive.PrimitiveException$ClosedSession: session closed
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
at io.atomix.utils.concurrent.AtomixFuture.get(AtomixFuture.java:94)
at io.atomix.raft.RaftTest.shouldReconnect(RaftTest.java:1793)
...
Caused by: io.atomix.primitive.PrimitiveException$ClosedSession: session closed
at io.atomix.raft.session.impl.RaftSessionInvoker.close(RaftSessionInvoker.java:220)
at io.atomix.raft.session.impl.DefaultRaftSessionClient.lambda$connect$0(DefaultRaftSessionClient.java:238)
at io.atomix.raft.session.impl.RaftSessionState.lambda$setState$0(RaftSessionState.java:222)
at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:803)
at java.base/java.util.concurrent.CopyOnWriteArraySet.forEach(CopyOnWriteArraySet.java:425)
at io.atomix.raft.session.impl.RaftSessionState.setState(RaftSessionState.java:222)
at io.atomix.raft.session.impl.RaftSessionInvoker$CommandAttempt.accept(RaftSessionInvoker.java:398)
at io.atomix.raft.session.impl.RaftSessionInvoker$CommandAttempt.accept(RaftSessionInvoker.java:333)
</pre>
</details>
<details><summary>Logs</summary>
<pre>
20:40:55.329 [] INFO io.zeebe.test - Test finished: testThreeNodesAndRestartFollower(io.atomix.raft.RaftTest)
20:40:55.329 [] INFO io.zeebe.test - Test started: shouldReconnect(io.atomix.raft.RaftTest)
20:40:55.342 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Transitioning to CANDIDATE
20:40:55.342 [] INFO io.atomix.raft.roles.CandidateRole - RaftServer{1}{role=CANDIDATE} - Starting election
20:40:55.348 [] WARN io.atomix.raft.roles.CandidateRole - RaftServer{1}{role=CANDIDATE} - java.net.ConnectException
20:40:55.348 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Transitioning to FOLLOWER
20:40:55.351 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Transitioning to FOLLOWER
20:40:55.401 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Transitioning to FOLLOWER
20:40:56.610 [] INFO io.atomix.raft.roles.FollowerRole - RaftServer{3}{role=FOLLOWER} - No heartbeat from null in the last PT1.208S (calculated from last 1208 ms), sending poll requests
20:40:56.610 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Transitioning to CANDIDATE
20:40:56.610 [] INFO io.atomix.raft.roles.CandidateRole - RaftServer{3}{role=CANDIDATE} - Starting election
20:40:56.623 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Transitioning to LEADER
20:40:56.624 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Found leader 3
20:40:56.627 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Found leader 3
20:40:56.627 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Found leader 3
20:40:57.128 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 2 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.128 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 1 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.378 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 2 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.378 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 1 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.628 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 2 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.628 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 1 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:58.126 [] INFO io.atomix.raft.roles.FollowerRole - RaftServer{2}{role=FOLLOWER} - No heartbeat from DefaultRaftMember{id=3, type=ACTIVE, updated=2020-04-13T20:40:55.347Z} in the last PT1.12S (calculated from last 1120 ms), sending poll requests
20:40:58.129 [] WARN io.atomix.raft.roles.FollowerRole - RaftServer{2}{role=FOLLOWER} - java.net.ConnectException
20:40:58.129 [] INFO io.atomix.raft.roles.FollowerRole - RaftServer{1}{role=FOLLOWER} - Accepted PollRequest{term=1, candidate=2, lastLogIndex=1131, lastLogTerm=1}: candidate's log is up-to-date
20:40:58.129 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Transitioning to CANDIDATE
20:40:58.130 [] INFO io.atomix.raft.roles.CandidateRole - RaftServer{2}{role=CANDIDATE} - Starting election
20:40:58.137 [] WARN io.atomix.raft.roles.CandidateRole - RaftServer{2}{role=CANDIDATE} - java.net.ConnectException
20:40:58.141 [] INFO io.atomix.raft.roles.FollowerRole - RaftServer{1}{role=FOLLOWER} - Accepted VoteRequest{term=2, candidate=2, lastLogIndex=1131, lastLogTerm=1}: candidate's log is up-to-date
20:40:58.142 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Transitioning to LEADER
20:40:58.143 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Found leader 2
20:40:58.149 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Found leader 2
20:40:58.149 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{2} - ConfigureRequest{term=2, leader=2, index=0, timestamp=1586810455347, members=[DefaultRaftMember{id=2, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=3, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=1, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}]} to 3 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:58.149 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{2} - ConfigureRequest{term=2, leader=2, index=0, timestamp=1586810455347, members=[DefaultRaftMember{id=2, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=3, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=1, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}]} to 3 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:58.151 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{2} - ConfigureRequest{term=2, leader=2, index=0, timestamp=1586810455347, members=[DefaultRaftMember{id=2, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=3, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=1, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}]} to 3 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:41:05.378 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - Suspected network partition after 6 failures from 2 over a period of time 8361 > 1500, stepping down
20:41:05.380 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Transitioning to FOLLOWER
20:41:05.577 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Transitioning to INACTIVE
20:41:05.578 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Transitioning to INACTIVE
20:41:05.578 [] ERROR io.atomix.raft.impl.RaftContext - RaftServer{1} - An uncaught exception occurred, transition to inactive role
io.atomix.storage.StorageException: java.nio.channels.ClosedChannelException
at io.atomix.storage.journal.FileChannelJournalSegmentReader.readNext(FileChannelJournalSegmentReader.java:222) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.storage.journal.FileChannelJournalSegmentReader.next(FileChannelJournalSegmentReader.java:117) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.storage.journal.MappableJournalSegmentReader.next(MappableJournalSegmentReader.java:113) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.storage.journal.SegmentedJournalReader.next(SegmentedJournalReader.java:119) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.storage.journal.DelegatingJournalReader.next(DelegatingJournalReader.java:66) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.raft.impl.RaftServiceManager.applyIndex(RaftServiceManager.java:671) ~[classes/:?]
at io.atomix.raft.impl.RaftServiceManager.lambda$enqueueIndex$3(RaftServiceManager.java:657) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.nio.channels.ClosedChannelException
at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:150) ~[?:?]
at sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:325) ~[?:?]
at io.atomix.storage.journal.FileChannelJournalSegmentReader.readNext(FileChannelJournalSegmentReader.java:177) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
... 13 more
20:41:05.590 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@21959c07 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@270a9ab9[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@24f1bbdc[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@21959c07]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.590 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5dff2181 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2e53a7d5[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@5007ea22[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5dff2181]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.591 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3492310e was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@10c5fd34[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@5b2b96b3[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3492310e]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.591 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@24821928 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1bd56f7[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@231b9df6[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@24821928]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.591 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@4125f9a7 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@75daf3f2[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@3eae37a9[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@4125f9a7]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.592 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@51677651 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3f61451b[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1ebb1950[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@51677651]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.592 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5b319f1f was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@310ebfd6[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1d866466[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5b319f1f]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.592 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2a799ccd was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7d6737fa[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@4727d71[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2a799ccd]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.593 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2eddbc21 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@48a4d2c3[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@3953d78f[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2eddbc21]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.593 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2bf0b57d was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@680f2896[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@cb8f4ca[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2bf0b57d]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.593 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@4d06772a was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@637378aa[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@6d3dd9e[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@4d06772a]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.594 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@6a0ebb3c was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@14cf2e70[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@7229a7ca[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@6a0ebb3c]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.594 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@53a94fc6 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4c61d9d4[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@6c81b26b[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@53a94fc6]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.594 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@40433e31 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@590d9e80[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@21b0d286[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@40433e31]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.596 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3c639604 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6588950f[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1b60530c[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3c639604]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.596 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@49252f87 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@69d65311[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@50c4fea0[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@49252f87]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.597 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3f11558d was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5fa81cff[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@48d783c9[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3f11558d]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.597 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@70008055 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@45081ee5[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@4bd92c0[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@70008055]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.597 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@329b1f56 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@466d2378[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@5ad8bd5f[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@329b1f56]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.598 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5cba9d0e was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@36b15860[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@4397e266[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5cba9d0e]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.598 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@65909ea4 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6d4a3df5[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@19e8cb2d[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@65909ea4]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.598 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@e6a12da was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6f6ed80d[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@51841a64[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@e6a12da]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.599 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@225182a0 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7c73b8f2[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@53f7f580[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@225182a0]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
</pre></details>
The rejected execution then repeats forever...
|
1.0
|
io.atomix.raft.RaftTest.shouldReconnect is flaky - **Description**
It seems we try to compare the snapshots at the end a little too fast, and the test then sometimes fails (but the final state seems OK).
<details><summary>Example assertion failure</summary>
<pre>
Error
io.atomix.primitive.PrimitiveException$ClosedSession: session closed
Stacktrace
java.util.concurrent.ExecutionException: io.atomix.primitive.PrimitiveException$ClosedSession: session closed
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
at io.atomix.utils.concurrent.AtomixFuture.get(AtomixFuture.java:94)
at io.atomix.raft.RaftTest.shouldReconnect(RaftTest.java:1793)
...
Caused by: io.atomix.primitive.PrimitiveException$ClosedSession: session closed
at io.atomix.raft.session.impl.RaftSessionInvoker.close(RaftSessionInvoker.java:220)
at io.atomix.raft.session.impl.DefaultRaftSessionClient.lambda$connect$0(DefaultRaftSessionClient.java:238)
at io.atomix.raft.session.impl.RaftSessionState.lambda$setState$0(RaftSessionState.java:222)
at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:803)
at java.base/java.util.concurrent.CopyOnWriteArraySet.forEach(CopyOnWriteArraySet.java:425)
at io.atomix.raft.session.impl.RaftSessionState.setState(RaftSessionState.java:222)
at io.atomix.raft.session.impl.RaftSessionInvoker$CommandAttempt.accept(RaftSessionInvoker.java:398)
at io.atomix.raft.session.impl.RaftSessionInvoker$CommandAttempt.accept(RaftSessionInvoker.java:333)
</pre>
</details>
<details><summary>Logs</summary>
<pre>
20:40:55.329 [] INFO io.zeebe.test - Test finished: testThreeNodesAndRestartFollower(io.atomix.raft.RaftTest)
20:40:55.329 [] INFO io.zeebe.test - Test started: shouldReconnect(io.atomix.raft.RaftTest)
20:40:55.342 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Transitioning to CANDIDATE
20:40:55.342 [] INFO io.atomix.raft.roles.CandidateRole - RaftServer{1}{role=CANDIDATE} - Starting election
20:40:55.348 [] WARN io.atomix.raft.roles.CandidateRole - RaftServer{1}{role=CANDIDATE} - java.net.ConnectException
20:40:55.348 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Transitioning to FOLLOWER
20:40:55.351 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Transitioning to FOLLOWER
20:40:55.401 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Transitioning to FOLLOWER
20:40:56.610 [] INFO io.atomix.raft.roles.FollowerRole - RaftServer{3}{role=FOLLOWER} - No heartbeat from null in the last PT1.208S (calculated from last 1208 ms), sending poll requests
20:40:56.610 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Transitioning to CANDIDATE
20:40:56.610 [] INFO io.atomix.raft.roles.CandidateRole - RaftServer{3}{role=CANDIDATE} - Starting election
20:40:56.623 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Transitioning to LEADER
20:40:56.624 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Found leader 3
20:40:56.627 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Found leader 3
20:40:56.627 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Found leader 3
20:40:57.128 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 2 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.128 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 1 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.378 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 2 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.378 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 1 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.628 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 2 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:57.628 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - AppendRequest{term=1, leader=3, prevLogIndex=1131, prevLogTerm=1, entries=0, commitIndex=1131} to 1 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:58.126 [] INFO io.atomix.raft.roles.FollowerRole - RaftServer{2}{role=FOLLOWER} - No heartbeat from DefaultRaftMember{id=3, type=ACTIVE, updated=2020-04-13T20:40:55.347Z} in the last PT1.12S (calculated from last 1120 ms), sending poll requests
20:40:58.129 [] WARN io.atomix.raft.roles.FollowerRole - RaftServer{2}{role=FOLLOWER} - java.net.ConnectException
20:40:58.129 [] INFO io.atomix.raft.roles.FollowerRole - RaftServer{1}{role=FOLLOWER} - Accepted PollRequest{term=1, candidate=2, lastLogIndex=1131, lastLogTerm=1}: candidate's log is up-to-date
20:40:58.129 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Transitioning to CANDIDATE
20:40:58.130 [] INFO io.atomix.raft.roles.CandidateRole - RaftServer{2}{role=CANDIDATE} - Starting election
20:40:58.137 [] WARN io.atomix.raft.roles.CandidateRole - RaftServer{2}{role=CANDIDATE} - java.net.ConnectException
20:40:58.141 [] INFO io.atomix.raft.roles.FollowerRole - RaftServer{1}{role=FOLLOWER} - Accepted VoteRequest{term=2, candidate=2, lastLogIndex=1131, lastLogTerm=1}: candidate's log is up-to-date
20:40:58.142 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Transitioning to LEADER
20:40:58.143 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Found leader 2
20:40:58.149 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Found leader 2
20:40:58.149 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{2} - ConfigureRequest{term=2, leader=2, index=0, timestamp=1586810455347, members=[DefaultRaftMember{id=2, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=3, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=1, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}]} to 3 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:58.149 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{2} - ConfigureRequest{term=2, leader=2, index=0, timestamp=1586810455347, members=[DefaultRaftMember{id=2, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=3, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=1, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}]} to 3 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:40:58.151 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{2} - ConfigureRequest{term=2, leader=2, index=0, timestamp=1586810455347, members=[DefaultRaftMember{id=2, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=3, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}, DefaultRaftMember{id=1, type=ACTIVE, updated=2020-04-13T20:40:55.347257Z}]} to 3 failed: java.util.concurrent.CompletionException: java.net.ConnectException
20:41:05.378 [] WARN io.atomix.raft.roles.LeaderAppender - RaftServer{3} - Suspected network partition after 6 failures from 2 over a period of time 8361 > 1500, stepping down
20:41:05.380 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{3} - Transitioning to FOLLOWER
20:41:05.577 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{1} - Transitioning to INACTIVE
20:41:05.578 [] INFO io.atomix.raft.impl.RaftContext - RaftServer{2} - Transitioning to INACTIVE
20:41:05.578 [] ERROR io.atomix.raft.impl.RaftContext - RaftServer{1} - An uncaught exception occurred, transition to inactive role
io.atomix.storage.StorageException: java.nio.channels.ClosedChannelException
at io.atomix.storage.journal.FileChannelJournalSegmentReader.readNext(FileChannelJournalSegmentReader.java:222) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.storage.journal.FileChannelJournalSegmentReader.next(FileChannelJournalSegmentReader.java:117) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.storage.journal.MappableJournalSegmentReader.next(MappableJournalSegmentReader.java:113) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.storage.journal.SegmentedJournalReader.next(SegmentedJournalReader.java:119) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.storage.journal.DelegatingJournalReader.next(DelegatingJournalReader.java:66) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.raft.impl.RaftServiceManager.applyIndex(RaftServiceManager.java:671) ~[classes/:?]
at io.atomix.raft.impl.RaftServiceManager.lambda$enqueueIndex$3(RaftServiceManager.java:657) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.nio.channels.ClosedChannelException
at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:150) ~[?:?]
at sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:325) ~[?:?]
at io.atomix.storage.journal.FileChannelJournalSegmentReader.readNext(FileChannelJournalSegmentReader.java:177) ~[atomix-storage-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
... 13 more
20:41:05.590 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@21959c07 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@270a9ab9[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@24f1bbdc[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@21959c07]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.590 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5dff2181 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@2e53a7d5[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@5007ea22[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5dff2181]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.591 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3492310e was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@10c5fd34[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@5b2b96b3[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3492310e]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.591 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@24821928 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1bd56f7[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@231b9df6[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@24821928]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.591 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@4125f9a7 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@75daf3f2[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@3eae37a9[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@4125f9a7]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.592 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@51677651 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3f61451b[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1ebb1950[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@51677651]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.592 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5b319f1f was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@310ebfd6[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1d866466[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5b319f1f]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.592 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2a799ccd was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7d6737fa[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@4727d71[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2a799ccd]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.593 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2eddbc21 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@48a4d2c3[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@3953d78f[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2eddbc21]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.593 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2bf0b57d was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@680f2896[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@cb8f4ca[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@2bf0b57d]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.593 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@4d06772a was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@637378aa[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@6d3dd9e[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@4d06772a]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.594 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@6a0ebb3c was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@14cf2e70[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@7229a7ca[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@6a0ebb3c]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.594 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@53a94fc6 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4c61d9d4[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@6c81b26b[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@53a94fc6]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.594 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@40433e31 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@590d9e80[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@21b0d286[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@40433e31]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.596 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3c639604 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6588950f[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1b60530c[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3c639604]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.596 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@49252f87 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@69d65311[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@50c4fea0[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@49252f87]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.597 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3f11558d was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5fa81cff[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@48d783c9[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@3f11558d]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.597 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@70008055 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@45081ee5[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@4bd92c0[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@70008055]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.597 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@329b1f56 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@466d2378[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@5ad8bd5f[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@329b1f56]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.598 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5cba9d0e was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@36b15860[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@4397e266[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@5cba9d0e]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.598 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@65909ea4 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6d4a3df5[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@19e8cb2d[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@65909ea4]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.598 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@e6a12da was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6f6ed80d[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@51841a64[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@e6a12da]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
20:41:05.599 [] WARN io.atomix.utils.concurrent.SingleThreadContext - Execution of io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@225182a0 was rejected!
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7c73b8f2[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@53f7f580[Wrapped task = io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable@225182a0]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@79819195[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 38426]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:705) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$1.execute(SingleThreadContext.java:56) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at io.atomix.utils.concurrent.SingleThreadContext.execute(SingleThreadContext.java:150) ~[atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:568) ~[?:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:850) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.impl.RaftContext.lambda$runOnContext$30(RaftContext.java:282) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) ~[?:?]
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) ~[?:?]
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) ~[?:?]
at io.atomix.raft.roles.LeaderRole.failPendingCommands(LeaderRole.java:888) ~[classes/:?]
at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) ~[?:?]
at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) ~[?:?]
at io.atomix.raft.roles.LeaderRole.stop(LeaderRole.java:132) ~[classes/:?]
at io.atomix.raft.impl.RaftContext.transition(RaftContext.java:555) ~[classes/:?]
at io.atomix.raft.impl.DefaultRaftServer.lambda$shutdown$4(DefaultRaftServer.java:140) ~[classes/:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) [atomix-utils-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
</pre></details>
The rejected execution then repeats forever...
|
non_build
|
io atomix raft rafttest shouldreconnect is flaky description it seems we try to compare the snapshots at the end a little too fast and the test then sometimes fails but the final state seems ok example assertion failure error io atomix primitive primitiveexception closedsession session closed stacktrace java util concurrent executionexception io atomix primitive primitiveexception closedsession session closed at java base java util concurrent completablefuture reportget completablefuture java at java base java util concurrent completablefuture get completablefuture java at io atomix utils concurrent atomixfuture get atomixfuture java at io atomix raft rafttest shouldreconnect rafttest java caused by io atomix primitive primitiveexception closedsession session closed at io atomix raft session impl raftsessioninvoker close raftsessioninvoker java at io atomix raft session impl defaultraftsessionclient lambda connect defaultraftsessionclient java at io atomix raft session impl raftsessionstate lambda setstate raftsessionstate java at java base java util concurrent copyonwritearraylist foreach copyonwritearraylist java at java base java util concurrent copyonwritearrayset foreach copyonwritearrayset java at io atomix raft session impl raftsessionstate setstate raftsessionstate java at io atomix raft session impl raftsessioninvoker commandattempt accept raftsessioninvoker java at io atomix raft session impl raftsessioninvoker commandattempt accept raftsessioninvoker java logs info io zeebe test test finished testthreenodesandrestartfollower io atomix raft rafttest info io zeebe test test started shouldreconnect io atomix raft rafttest info io atomix raft impl raftcontext raftserver transitioning to candidate info io atomix raft roles candidaterole raftserver role candidate starting election warn io atomix raft roles candidaterole raftserver role candidate java net connectexception info io atomix raft impl raftcontext raftserver transitioning to follower info io atomix raft impl raftcontext raftserver transitioning to follower info io atomix raft impl raftcontext raftserver transitioning to follower info io atomix raft roles followerrole raftserver role follower no heartbeat from null in the last calculated from last ms sending poll requests info io atomix raft impl raftcontext raftserver transitioning to candidate info io atomix raft roles candidaterole raftserver role candidate starting election info io atomix raft impl raftcontext raftserver transitioning to leader info io atomix raft impl raftcontext raftserver found leader info io atomix raft impl raftcontext raftserver found leader info io atomix raft impl raftcontext raftserver found leader warn io atomix raft roles leaderappender raftserver appendrequest term leader prevlogindex prevlogterm entries commitindex to failed java util concurrent completionexception java net connectexception warn io atomix raft roles leaderappender raftserver appendrequest term leader prevlogindex prevlogterm entries commitindex to failed java util concurrent completionexception java net connectexception warn io atomix raft roles leaderappender raftserver appendrequest term leader prevlogindex prevlogterm entries commitindex to failed java util concurrent completionexception java net connectexception warn io atomix raft roles leaderappender raftserver appendrequest term leader prevlogindex prevlogterm entries commitindex to failed java util concurrent completionexception java net connectexception warn io atomix raft roles leaderappender raftserver appendrequest term leader prevlogindex prevlogterm entries commitindex to failed java util concurrent completionexception java net connectexception warn io atomix raft roles leaderappender raftserver appendrequest term leader prevlogindex prevlogterm entries commitindex to failed java util concurrent completionexception java net connectexception info io atomix raft roles followerrole raftserver role follower no heartbeat from defaultraftmember id type active updated in the last calculated from last ms sending poll requests warn io atomix raft roles followerrole raftserver role follower java net connectexception info io atomix raft roles followerrole raftserver role follower accepted pollrequest term candidate lastlogindex lastlogterm candidate s log is up to date info io atomix raft impl raftcontext raftserver transitioning to candidate info io atomix raft roles candidaterole raftserver role candidate starting election warn io atomix raft roles candidaterole raftserver role candidate java net connectexception info io atomix raft roles followerrole raftserver role follower accepted voterequest term candidate lastlogindex lastlogterm candidate s log is up to date info io atomix raft impl raftcontext raftserver transitioning to leader info io atomix raft impl raftcontext raftserver found leader info io atomix raft impl raftcontext raftserver found leader warn io atomix raft roles leaderappender raftserver configurerequest term leader index timestamp members to failed java util concurrent completionexception java net connectexception warn io atomix raft roles leaderappender raftserver configurerequest term leader index timestamp members to failed java util concurrent completionexception java net connectexception warn io atomix raft roles leaderappender raftserver configurerequest term leader index timestamp members to failed java util concurrent completionexception java net connectexception warn io atomix raft roles leaderappender raftserver suspected network partition after failures from over a period of time stepping down info io atomix raft impl raftcontext raftserver transitioning to follower info io atomix raft impl raftcontext raftserver transitioning to inactive info io atomix raft impl raftcontext raftserver transitioning to inactive error io atomix raft impl raftcontext raftserver an uncaught exception occurred transition to inactive role io atomix storage storageexception java nio channels closedchannelexception at io atomix storage journal filechanneljournalsegmentreader readnext filechanneljournalsegmentreader java at io atomix storage journal filechanneljournalsegmentreader next filechanneljournalsegmentreader java at io atomix storage journal mappablejournalsegmentreader next mappablejournalsegmentreader java at io atomix storage journal segmentedjournalreader next segmentedjournalreader java at io atomix storage journal delegatingjournalreader next delegatingjournalreader java at io atomix raft impl raftservicemanager applyindex raftservicemanager java at io atomix raft impl raftservicemanager lambda enqueueindex raftservicemanager java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java caused by java nio channels closedchannelexception at sun nio ch filechannelimpl ensureopen filechannelimpl java at sun nio ch filechannelimpl position filechannelimpl java at io atomix storage journal filechanneljournalsegmentreader readnext filechanneljournalsegmentreader java more warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java warn io atomix utils concurrent singlethreadcontext execution of io atomix utils concurrent singlethreadcontext wrappedrunnable was rejected java util concurrent rejectedexecutionexception task java util concurrent scheduledthreadpoolexecutor scheduledfuturetask rejected from java util concurrent scheduledthreadpoolexecutor at java util concurrent threadpoolexecutor abortpolicy rejectedexecution threadpoolexecutor java at java util concurrent threadpoolexecutor reject threadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedexecute scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor schedule scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor execute scheduledthreadpoolexecutor java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at io atomix utils concurrent singlethreadcontext execute singlethreadcontext java at java util concurrent completablefuture unicompletion claim completablefuture java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft impl raftcontext lambda runoncontext raftcontext java at java util concurrent completablefuture uniwhencomplete completablefuture java at java util concurrent completablefuture uniwhencomplete tryfire completablefuture java at java util concurrent completablefuture postcomplete completablefuture java at java util concurrent completablefuture complete completablefuture java at io atomix raft roles leaderrole failpendingcommands leaderrole java at java util concurrent completablefuture unirunnow completablefuture java at java util concurrent completablefuture unirunstage completablefuture java at java util concurrent completablefuture thenrun completablefuture java at io atomix raft roles leaderrole stop leaderrole java at io atomix raft impl raftcontext transition raftcontext java at io atomix raft impl defaultraftserver lambda shutdown defaultraftserver java at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java the rejected execution then repeats forever
| 0
|
568,738
| 16,987,757,937
|
IssuesEvent
|
2021-06-30 16:12:46
|
googleapis/nodejs-asset
|
https://api.github.com/repos/googleapis/nodejs-asset
|
closed
|
quickstart sample tests: should get assets history successfully failed
|
api: cloudasset flakybot: issue priority: p1 samples type: bug
|
This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 1dfb0e95c58fdfbca2807744ea22c52d3c6e7651
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/2530f574-9275-4022-9c68-093570e6ba6e), [Sponge](http://sponge2/2530f574-9275-4022-9c68-093570e6ba6e)
status: failed
<details><summary>Test output</summary><br><pre>expected '' to include '//storage.googleapis.com/asset-nodejs-2df1ed11-a3de-4886-988c-231abf2939bc'
AssertionError: expected '' to include '//storage.googleapis.com/asset-nodejs-2df1ed11-a3de-4886-988c-231abf2939bc'
at Context.<anonymous> (test/sample.test.js:83:12)
at processImmediate (internal/timers.js:461:21)</pre></details>
|
1.0
|
quickstart sample tests: should get assets history successfully failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 1dfb0e95c58fdfbca2807744ea22c52d3c6e7651
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/2530f574-9275-4022-9c68-093570e6ba6e), [Sponge](http://sponge2/2530f574-9275-4022-9c68-093570e6ba6e)
status: failed
<details><summary>Test output</summary><br><pre>expected '' to include '//storage.googleapis.com/asset-nodejs-2df1ed11-a3de-4886-988c-231abf2939bc'
AssertionError: expected '' to include '//storage.googleapis.com/asset-nodejs-2df1ed11-a3de-4886-988c-231abf2939bc'
at Context.<anonymous> (test/sample.test.js:83:12)
at processImmediate (internal/timers.js:461:21)</pre></details>
|
non_build
|
quickstart sample tests should get assets history successfully failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output expected to include storage googleapis com asset nodejs assertionerror expected to include storage googleapis com asset nodejs at context test sample test js at processimmediate internal timers js
| 0
|
54,562
| 13,388,660,749
|
IssuesEvent
|
2020-09-02 17:42:09
|
pwa-builder/PWABuilder
|
https://api.github.com/repos/pwa-builder/PWABuilder
|
closed
|
[Usable - PWA Builder - Hub]: "Github" and "Share" buttons are not visually present.
|
A11yCT A11yUsable Accessibility HCL- PWABuilder HCL-E+D Severity4 bug :bug: fixed needs author feedback :memo: no-recent-activity :chart_with_downwards_trend:
|
**Test Environment:**
OS: Windows 10 build 19608.1006
Browser: Edge - Anaheim - Version 85.0.545.0 (Official build) dev (64-bit)
URL: https://preview.pwabuilder.com/feature/Install%20your%20PWA
Tool :Narrator
**Repro Steps:**
1. Open URL: https://preview.pwabuilder.com/feature/Install%20your%20PWA
2. pwabuilder page will open.
3. Navigate after "Back button" of pwabuilder page using tab key
4.Observe the issue
**Actual Result:**
"Github" and "Share" buttons are not visually present.
**Excepted Result:**
Every Control must be visually present and must be audible by Screen Reader.

[Usable_The.Github.button.and.Share.button.zip](https://github.com/pwa-builder/PWABuilder/files/4847497/Usable_The.Github.button.and.Share.button.zip)
|
1.0
|
[Usable - PWA Builder - Hub]: "Github" and "Share" buttons are not visually present. - **Test Environment:**
OS: Windows 10 build 19608.1006
Browser: Edge - Anaheim - Version 85.0.545.0 (Official build) dev (64-bit)
URL: https://preview.pwabuilder.com/feature/Install%20your%20PWA
Tool :Narrator
**Repro Steps:**
1. Open URL: https://preview.pwabuilder.com/feature/Install%20your%20PWA
2. pwabuilder page will open.
3. Navigate after "Back button" of pwabuilder page using tab key
4.Observe the issue
**Actual Result:**
"Github" and "Share" buttons are not visually present.
**Excepted Result:**
Every Control must be visually present and must be audible by Screen Reader.

[Usable_The.Github.button.and.Share.button.zip](https://github.com/pwa-builder/PWABuilder/files/4847497/Usable_The.Github.button.and.Share.button.zip)
|
build
|
github and share buttons are not visually present test environment os windows build browser edge anaheim version official build dev bit url tool narrator repro steps open url pwabuilder page will open navigate after back button of pwabuilder page using tab key observe the issue actual result github and share buttons are not visually present excepted result every control must be visually present and must be audible by screen reader
| 1
|
351,443
| 25,026,619,203
|
IssuesEvent
|
2022-11-04 08:39:20
|
bounswe/bounswe2022group8
|
https://api.github.com/repos/bounswe/bounswe2022group8
|
closed
|
MIL-3: Adding Individual Contributions Report
|
documentation Effort: Medium Priority: High milestone
|
### What's up?
As a part of [Milestone I](https://github.com/bounswe/bounswe2022group8/issues/201) we need to add individual contribution report.
### To Do
* Each member should add a subsection under the ‘Individual reports' section. These sections should be sorted alphabetically according to the surnames of team members.
* While preparing your individual report, provide the necessary hyperlinks and references to your work on GitHub.
* Add your contribution report to the [md file](https://github.com/bounswe/bounswe2022group8/blob/feature/MIL/Deliverables/CMPE451_Customer_Presentation_Milestone_1/Deliverables.md)
### Deadline
31.10.2022@23.59
### Additional Information
- [x] Sena Mumcu
- [x] Karahan Saritas
- [x] Serdar Akol
- [x] Elif Bayraktar
- [x] Mustafa Cihan
- [ ] Metehan Dundar
- [x] Furkan Keskin
- [x] Sinem Kocoglu
- [ ] Serhat Hebun Simsek
- [x] Dogukan Turksoy
- [x] Mustafa Emre Erengül
### Reviewers
_No response_
|
1.0
|
MIL-3: Adding Individual Contributions Report - ### What's up?
As a part of [Milestone I](https://github.com/bounswe/bounswe2022group8/issues/201) we need to add individual contribution report.
### To Do
* Each member should add a subsection under the ‘Individual reports' section. These sections should be sorted alphabetically according to the surnames of team members.
* While preparing your individual report, provide the necessary hyperlinks and references to your work on GitHub.
* Add your contribution report to the [md file](https://github.com/bounswe/bounswe2022group8/blob/feature/MIL/Deliverables/CMPE451_Customer_Presentation_Milestone_1/Deliverables.md)
### Deadline
31.10.2022@23.59
### Additional Information
- [x] Sena Mumcu
- [x] Karahan Saritas
- [x] Serdar Akol
- [x] Elif Bayraktar
- [x] Mustafa Cihan
- [ ] Metehan Dundar
- [x] Furkan Keskin
- [x] Sinem Kocoglu
- [ ] Serhat Hebun Simsek
- [x] Dogukan Turksoy
- [x] Mustafa Emre Erengül
### Reviewers
_No response_
|
non_build
|
mil adding individual contributions report what s up as a part of we need to add individual contribution report to do each member should add a subsection under the ‘individual reports section these sections should be sorted alphabetically according to the surnames of team members while preparing your individual report provide the necessary hyperlinks and references to your work on github add your contribution report to the deadline additional information sena mumcu karahan saritas serdar akol elif bayraktar mustafa cihan metehan dundar furkan keskin sinem kocoglu serhat hebun simsek dogukan turksoy mustafa emre erengül reviewers no response
| 0
|
77,877
| 22,034,128,224
|
IssuesEvent
|
2022-05-28 09:43:23
|
NVIDIA/open-gpu-kernel-modules
|
https://api.github.com/repos/NVIDIA/open-gpu-kernel-modules
|
opened
|
make modules_install failed
|
build-problem
|
### NVIDIA Open GPU Kernel Modules Version
515.43.04
### Operating System and Version
openEuler release 22.03 LTS
### Kernel Release
Linux taishan200-2280-2s64p-128g--a134 5.10.0-60.18.0.50.oe2203.aarch64 #1 SMP Wed Mar 30 02:43:08 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
### Build Command
**1. Set signing key**
cd /usr/lib/modules/$(uname -r)/build/certs
sudo tee x509.genkey >/dev/null << 'EOF'
[ req ]
default_bits = 4096
distinguished_name = req_distinguished_name
prompt = no
string_mask = utf8only
x509_extensions = myexts
[ req_distinguished_name ]
CN = Modules
[ myexts ]
basicConstraints=critical,CA:FALSE
keyUsage=digitalSignature
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid
EOF
openssl req -new -nodes -utf8 -sha512 -days 36500 -batch -x509 -config x509.genkey -outform PEM -out signing_key.pem -keyout signing_key.priv
**2. Change compiler flags**
cd open-gpu-kernel-modules-main
sed -i -e s/-march=armv8-a/-march=armv8-a+lse/g */*/Makefile */Kbuild
**3. make install driver**
make modules -j`nproc`
make modules_install -j`nproc`
### Terminal output/Build Log
# make modules_install
make -C kernel-open modules_install
make[1]: Entering directory '/root/open-gpu-kernel-modules-main/kernel-open'
make[2]: Entering directory '/usr/src/kernels/5.10.0-60.31.0.60.oe2203.aarch64'
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia-drm.ko
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia-modeset.ko
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia-peermem.ko
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia-uvm.ko
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 5.10.0-60.31.0.60.oe2203.aarch64
make[2]: Leaving directory '/usr/src/kernels/5.10.0-60.31.0.60.oe2203.aarch64'
make[1]: Leaving directory '/root/open-gpu-kernel-modules-main/kernel-open'
# ll /usr/src/kernels/5.10.0-60.31.0.60.oe2203.aarch64/certs/signing_key.pem
-rw-r--r-- 1 root root 1.8K 2022-05-28 17:37 /usr/src/kernels/5.10.0-60.31.0.60.oe2203.aarch64/certs/signing_key.pem
# cd /lib/modules/5.10.0-60.31.0.60.oe2203.aarch64/kernel/drivers/video/
# ls
nvidia-drm.ko nvidia.ko nvidia-modeset.ko nvidia-peermem.ko nvidia-uvm.ko
### More Info
My env has **/usr/lib/modules/$(uname -r)/build/certs/signing_key.pem** file, but when I execute make install driver, it would to be install failed.
In /lib/modules/$(uname -r)/kernel/drivers/video directory, there are ko files which can be insmod mannually.
|
1.0
|
make modules_install failed - ### NVIDIA Open GPU Kernel Modules Version
515.43.04
### Operating System and Version
openEuler release 22.03 LTS
### Kernel Release
Linux taishan200-2280-2s64p-128g--a134 5.10.0-60.18.0.50.oe2203.aarch64 #1 SMP Wed Mar 30 02:43:08 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
### Build Command
**1. Set signing key**
cd /usr/lib/modules/$(uname -r)/build/certs
sudo tee x509.genkey >/dev/null << 'EOF'
[ req ]
default_bits = 4096
distinguished_name = req_distinguished_name
prompt = no
string_mask = utf8only
x509_extensions = myexts
[ req_distinguished_name ]
CN = Modules
[ myexts ]
basicConstraints=critical,CA:FALSE
keyUsage=digitalSignature
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid
EOF
openssl req -new -nodes -utf8 -sha512 -days 36500 -batch -x509 -config x509.genkey -outform PEM -out signing_key.pem -keyout signing_key.priv
**2. Change compiler flags**
cd open-gpu-kernel-modules-main
sed -i -e s/-march=armv8-a/-march=armv8-a+lse/g */*/Makefile */Kbuild
**3. make install driver**
make modules -j`nproc`
make modules_install -j`nproc`
### Terminal output/Build Log
# make modules_install
make -C kernel-open modules_install
make[1]: Entering directory '/root/open-gpu-kernel-modules-main/kernel-open'
make[2]: Entering directory '/usr/src/kernels/5.10.0-60.31.0.60.oe2203.aarch64'
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia-drm.ko
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia-modeset.ko
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia-peermem.ko
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia-uvm.ko
INSTALL /root/open-gpu-kernel-modules-main/kernel-open/nvidia.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 5.10.0-60.31.0.60.oe2203.aarch64
make[2]: Leaving directory '/usr/src/kernels/5.10.0-60.31.0.60.oe2203.aarch64'
make[1]: Leaving directory '/root/open-gpu-kernel-modules-main/kernel-open'
# ll /usr/src/kernels/5.10.0-60.31.0.60.oe2203.aarch64/certs/signing_key.pem
-rw-r--r-- 1 root root 1.8K 2022-05-28 17:37 /usr/src/kernels/5.10.0-60.31.0.60.oe2203.aarch64/certs/signing_key.pem
# cd /lib/modules/5.10.0-60.31.0.60.oe2203.aarch64/kernel/drivers/video/
# ls
nvidia-drm.ko nvidia.ko nvidia-modeset.ko nvidia-peermem.ko nvidia-uvm.ko
### More Info
My env has **/usr/lib/modules/$(uname -r)/build/certs/signing_key.pem** file, but when I execute make install driver, it would to be install failed.
In /lib/modules/$(uname -r)/kernel/drivers/video directory, there are ko files which can be insmod mannually.
|
build
|
make modules install failed nvidia open gpu kernel modules version operating system and version openeuler release lts kernel release linux smp wed mar utc gnu linux build command set signing key cd usr lib modules uname r build certs sudo tee genkey dev null eof default bits distinguished name req distinguished name prompt no string mask extensions myexts cn modules basicconstraints critical ca false keyusage digitalsignature subjectkeyidentifier hash authoritykeyidentifier keyid eof openssl req new nodes days batch config genkey outform pem out signing key pem keyout signing key priv change compiler flags cd open gpu kernel modules main sed i e s march a march a lse g makefile kbuild make install driver make modules j nproc make modules install j nproc terminal output build log make modules install make c kernel open modules install make entering directory root open gpu kernel modules main kernel open make entering directory usr src kernels install root open gpu kernel modules main kernel open nvidia drm ko install root open gpu kernel modules main kernel open nvidia modeset ko install root open gpu kernel modules main kernel open nvidia peermem ko install root open gpu kernel modules main kernel open nvidia uvm ko install root open gpu kernel modules main kernel open nvidia ko at main c ssl error system library fopen no such file or directory crypto bio bss file c ssl error bio routines bio new file no such file crypto bio bss file c sign file certs signing key pem no such file or directory at main c ssl error system library fopen no such file or directory crypto bio bss file c ssl error bio routines bio new file no such file crypto bio bss file c sign file certs signing key pem no such file or directory at main c ssl error system library fopen no such file or directory crypto bio bss file c ssl error bio routines bio new file no such file crypto bio bss file c sign file certs signing key pem no such file or directory at main c ssl error system library fopen no such file or directory crypto bio bss file c ssl error bio routines bio new file no such file crypto bio bss file c sign file certs signing key pem no such file or directory at main c ssl error system library fopen no such file or directory crypto bio bss file c ssl error bio routines bio new file no such file crypto bio bss file c sign file certs signing key pem no such file or directory depmod make leaving directory usr src kernels make leaving directory root open gpu kernel modules main kernel open ll usr src kernels certs signing key pem rw r r root root usr src kernels certs signing key pem cd lib modules kernel drivers video ls nvidia drm ko nvidia ko nvidia modeset ko nvidia peermem ko nvidia uvm ko more info my env has usr lib modules uname r build certs signing key pem file but when i execute make install driver it would to be install failed in lib modules uname r kernel drivers video directory there are ko files which can be insmod mannually
| 1
|
644,477
| 20,978,824,340
|
IssuesEvent
|
2022-03-28 17:44:45
|
HEZR0N/developers-hand
|
https://api.github.com/repos/HEZR0N/developers-hand
|
opened
|
Pause Menu
|
Difficulty:2 Priority:Medium
|
-The Menu button on the Game scene should allow the user to:
- Look at the Rules
- Look at the About
- Quit the game and return to the main menu screen
- Pausing the game should not end the game
- Find a good way to do this
|
1.0
|
Pause Menu -
-The Menu button on the Game scene should allow the user to:
- Look at the Rules
- Look at the About
- Quit the game and return to the main menu screen
- Pausing the game should not end the game
- Find a good way to do this
|
non_build
|
pause menu the menu button on the game scene should allow the user to look at the rules look at the about quit the game and return to the main menu screen pausing the game should not end the game find a good way to do this
| 0
|
69,115
| 17,575,389,494
|
IssuesEvent
|
2021-08-15 14:04:30
|
tenacityteam/tenacity
|
https://api.github.com/repos/tenacityteam/tenacity
|
closed
|
use of deprecated std::uncaught_exception
|
build
|
This warning repeatedly spams the log when building Tenacity:
```
../src/import/../AudacityException.h: In lambda function:
../src/import/../AudacityException.h:214:20: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations]
214 | if (!std::uncaught_exception()) {
| ^~~~~~~~~~~~~~~~~~
```
|
1.0
|
use of deprecated std::uncaught_exception - This warning repeatedly spams the log when building Tenacity:
```
../src/import/../AudacityException.h: In lambda function:
../src/import/../AudacityException.h:214:20: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations]
214 | if (!std::uncaught_exception()) {
| ^~~~~~~~~~~~~~~~~~
```
|
build
|
use of deprecated std uncaught exception this warning repeatedly spams the log when building tenacity src import audacityexception h in lambda function src import audacityexception h warning ‘bool std uncaught exception ’ is deprecated if std uncaught exception
| 1
|
53,545
| 13,839,126,297
|
IssuesEvent
|
2020-10-14 07:28:04
|
fufunoyu/WebGoat-Legacy
|
https://api.github.com/repos/fufunoyu/WebGoat-Legacy
|
opened
|
CVE-2020-14060 (High) detected in jackson-databind-2.0.4.jar
|
security vulnerability
|
## CVE-2020-14060 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: WebGoat-Legacy/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.0.4/jackson-databind-2.0.4.jar,WebGoat-Legacy/target/WebGoat-6.0.1/WEB-INF/lib/jackson-databind-2.0.4.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.0.4.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/fufunoyu/WebGoat-Legacy/commit/1f8459a030c2429120030a7db189e1c02e6f9618">1f8459a030c2429120030a7db189e1c02e6f9618</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.xalan.lib.sql.JNDIConnectionPool (aka apache/drill).
<p>Publish Date: 2020-06-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14060>CVE-2020-14060</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14060">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14060</a></p>
<p>Release Date: 2020-06-14</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.0</p>
</p>
</details>
<p></p>
|
True
|
CVE-2020-14060 (High) detected in jackson-databind-2.0.4.jar - ## CVE-2020-14060 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: WebGoat-Legacy/pom.xml</p>
<p>Path to vulnerable library: canner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.0.4/jackson-databind-2.0.4.jar,WebGoat-Legacy/target/WebGoat-6.0.1/WEB-INF/lib/jackson-databind-2.0.4.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.0.4.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/fufunoyu/WebGoat-Legacy/commit/1f8459a030c2429120030a7db189e1c02e6f9618">1f8459a030c2429120030a7db189e1c02e6f9618</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.xalan.lib.sql.JNDIConnectionPool (aka apache/drill).
<p>Publish Date: 2020-06-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14060>CVE-2020-14060</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14060">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14060</a></p>
<p>Release Date: 2020-06-14</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.0</p>
</p>
</details>
<p></p>
|
non_build
|
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file webgoat legacy pom xml path to vulnerable library canner repository com fasterxml jackson core jackson databind jackson databind jar webgoat legacy target webgoat web inf lib jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to oadd org apache xalan lib sql jndiconnectionpool aka apache drill publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind
| 0
|
42,705
| 11,047,131,598
|
IssuesEvent
|
2019-12-09 18:18:06
|
artichoke/playground
|
https://api.github.com/repos/artichoke/playground
|
opened
|
Cross platform linter
|
A-build A-deps E-medium
|
The artichoke/artichoke repository has a [cross platfrom lint.js script](https://github.com/artichoke/artichoke/blob/6657c0970b00c60ee268e84ed1bccde40c7e2ac0/scripts/lint.js) built with node.
Port that script to the playground, modify package.json, and the circleci build.
This will partially remove the bash dependency along with GH-39.
|
1.0
|
Cross platform linter - The artichoke/artichoke repository has a [cross platfrom lint.js script](https://github.com/artichoke/artichoke/blob/6657c0970b00c60ee268e84ed1bccde40c7e2ac0/scripts/lint.js) built with node.
Port that script to the playground, modify package.json, and the circleci build.
This will partially remove the bash dependency along with GH-39.
|
build
|
cross platform linter the artichoke artichoke repository has a built with node port that script to the playground modify package json and the circleci build this will partially remove the bash dependency along with gh
| 1
|
479,004
| 13,789,849,375
|
IssuesEvent
|
2020-10-09 09:30:31
|
elan-ev/tobira
|
https://api.github.com/repos/elan-ev/tobira
|
opened
|
Speed up ESLint (using incremental TypeScript stuff?)
|
area:frontend kind:improvement needs:research priority:low
|
Of the three parallel tasks `floof` currently runs during development, ESLint actually turned out to be the slowest. (Thanks, @LukasKalbertodt for the measurements.)
I have an inkling that the TypeScript rules might not make use of the incremental build stuff introduced by #44. We might want to look into this.
|
1.0
|
Speed up ESLint (using incremental TypeScript stuff?) - Of the three parallel tasks `floof` currently runs during development, ESLint actually turned out to be the slowest. (Thanks, @LukasKalbertodt for the measurements.)
I have an inkling that the TypeScript rules might not make use of the incremental build stuff introduced by #44. We might want to look into this.
|
non_build
|
speed up eslint using incremental typescript stuff of the three parallel tasks floof currently runs during development eslint actually turned out to be the slowest thanks lukaskalbertodt for the measurements i have an inkling that the typescript rules might not make use of the incremental build stuff introduced by we might want to look into this
| 0
|
210,346
| 23,752,998,234
|
IssuesEvent
|
2022-08-31 22:47:02
|
kube-tarian/sigrun
|
https://api.github.com/repos/kube-tarian/sigrun
|
closed
|
CVE-2021-41091 (Medium) detected in github.com/docker/docker-v20.10.7
|
security vulnerability no-issue-activity
|
## CVE-2021-41091 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/docker/docker-v20.10.7</b></p></summary>
<p>Moby Project - a collaborative project for the container ecosystem to assemble container-based systems</p>
<p>
Dependency Hierarchy:
- github.com/google/go-containerregistry-v0.6.0 (Root Library)
- github.com/docker/cli-v20.10.7
- :x: **github.com/docker/docker-v20.10.7** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kube-tarian/sigrun/commit/df1f7d3f67826e841793324e4796be4fbd91c00f">df1f7d3f67826e841793324e4796be4fbd91c00f</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where the data directory (typically `/var/lib/docker`) contained subdirectories with insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as `setuid`), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This bug has been fixed in Moby (Docker Engine) 20.10.9. Users should update to this version as soon as possible. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade limit access to the host to trusted users. Limit access to host volumes to trusted containers.
<p>Publish Date: 2021-10-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-41091>CVE-2021-41091</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/moby/moby/security/advisories/GHSA-3fwx-pjgw-3558">https://github.com/moby/moby/security/advisories/GHSA-3fwx-pjgw-3558</a></p>
<p>Release Date: 2021-10-04</p>
<p>Fix Resolution: v20.10.9</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2021-41091 (Medium) detected in github.com/docker/docker-v20.10.7 - ## CVE-2021-41091 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/docker/docker-v20.10.7</b></p></summary>
<p>Moby Project - a collaborative project for the container ecosystem to assemble container-based systems</p>
<p>
Dependency Hierarchy:
- github.com/google/go-containerregistry-v0.6.0 (Root Library)
- github.com/docker/cli-v20.10.7
- :x: **github.com/docker/docker-v20.10.7** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kube-tarian/sigrun/commit/df1f7d3f67826e841793324e4796be4fbd91c00f">df1f7d3f67826e841793324e4796be4fbd91c00f</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where the data directory (typically `/var/lib/docker`) contained subdirectories with insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as `setuid`), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This bug has been fixed in Moby (Docker Engine) 20.10.9. Users should update to this version as soon as possible. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade limit access to the host to trusted users. Limit access to host volumes to trusted containers.
<p>Publish Date: 2021-10-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-41091>CVE-2021-41091</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/moby/moby/security/advisories/GHSA-3fwx-pjgw-3558">https://github.com/moby/moby/security/advisories/GHSA-3fwx-pjgw-3558</a></p>
<p>Release Date: 2021-10-04</p>
<p>Fix Resolution: v20.10.9</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_build
|
cve medium detected in github com docker docker cve medium severity vulnerability vulnerable library github com docker docker moby project a collaborative project for the container ecosystem to assemble container based systems dependency hierarchy github com google go containerregistry root library github com docker cli x github com docker docker vulnerable library found in head commit a href found in base branch main vulnerability details moby is an open source project created by docker to enable software containerization a bug was found in moby docker engine where the data directory typically var lib docker contained subdirectories with insufficiently restricted permissions allowing otherwise unprivileged linux users to traverse directory contents and execute programs when containers included executable programs with extended permission bits such as setuid unprivileged linux users could discover and execute those programs when the uid of an unprivileged linux user on the host collided with the file owner or group inside a container the unprivileged linux user on the host could discover read and modify those files this bug has been fixed in moby docker engine users should update to this version as soon as possible running containers should be stopped and restarted for the permissions to be fixed for users unable to upgrade limit access to the host to trusted users limit access to host volumes to trusted containers publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope changed impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
| 0
|
31,719
| 2,736,540,011
|
IssuesEvent
|
2015-04-19 14:55:47
|
cs2103jan2015-t16-3c/Main
|
https://api.github.com/repos/cs2103jan2015-t16-3c/Main
|
closed
|
A user can group the to-do list according to day, week and month
|
priority.low
|
so that the user can see his schedule easier
|
1.0
|
A user can group the to-do list according to day, week and month - so that the user can see his schedule easier
|
non_build
|
a user can group the to do list according to day week and month so that the user can see his schedule easier
| 0
|
59,579
| 14,617,174,767
|
IssuesEvent
|
2020-12-22 14:24:00
|
tmrowco/electricitymap-contrib
|
https://api.github.com/repos/tmrowco/electricitymap-contrib
|
closed
|
Meta-issue: verify or overhaul Australia parsers
|
help wanted parser parser buildable!
|
Australian parser for AEMO has always been wonky and has several remaining outstanding issues, see: https://github.com/tmrowco/electricitymap-contrib/issues/1196, https://github.com/tmrowco/electricitymap-contrib/issues/799
Additionally Western Australia currently has no data, although it worked before.
Currently AEMO is still wonky, see for example the origin of electricity chart below, the flat-line followed by the jump around 4pm (my time) is likely an indication that data was missing or being rejected.

I think it needs a general overheaul, or at least a general verification that this is the best data available.
It would be great if someone could dig into it, get data Electricity Map has collected (comment here to get started) and compare with errors logged (see Kibana link in #1196).
There are also some alternate APIs listed in the issues linked - evaluating those and seeing how they compare to what we're using now would be awesome.
|
1.0
|
Meta-issue: verify or overhaul Australia parsers - Australian parser for AEMO has always been wonky and has several remaining outstanding issues, see: https://github.com/tmrowco/electricitymap-contrib/issues/1196, https://github.com/tmrowco/electricitymap-contrib/issues/799
Additionally Western Australia currently has no data, although it worked before.
Currently AEMO is still wonky, see for example the origin of electricity chart below, the flat-line followed by the jump around 4pm (my time) is likely an indication that data was missing or being rejected.

I think it needs a general overheaul, or at least a general verification that this is the best data available.
It would be great if someone could dig into it, get data Electricity Map has collected (comment here to get started) and compare with errors logged (see Kibana link in #1196).
There are also some alternate APIs listed in the issues linked - evaluating those and seeing how they compare to what we're using now would be awesome.
|
build
|
meta issue verify or overhaul australia parsers australian parser for aemo has always been wonky and has several remaining outstanding issues see additionally western australia currently has no data although it worked before currently aemo is still wonky see for example the origin of electricity chart below the flat line followed by the jump around my time is likely an indication that data was missing or being rejected i think it needs a general overheaul or at least a general verification that this is the best data available it would be great if someone could dig into it get data electricity map has collected comment here to get started and compare with errors logged see kibana link in there are also some alternate apis listed in the issues linked evaluating those and seeing how they compare to what we re using now would be awesome
| 1
|
632,046
| 20,169,257,163
|
IssuesEvent
|
2022-02-10 08:54:37
|
ita-social-projects/horondi_client_fe
|
https://api.github.com/repos/ita-social-projects/horondi_client_fe
|
closed
|
[News Detail] Text has a dark color instead of bright color when user switches to a black theme on 'Альтернатива всім рюкзакам...'
|
bug User Story UI priority: medium severity: trivial
|
**Environment:** macOS Big Sur 11.4, Firefox 89.0
**Reproducible:** always
**Build found:** 44d1c1b
**Pre-conditions:**
1. Go to https://horondi-front-staging.azurewebsites.net/ as a user
2. Go to the News page
**Description**
**Steps to reproduce:**
1. Click on the 'Read more...' button in the news article 'Альтернатива всім рюкзакам...'
2. Turn on Black theme
3. Switch to Ukrainian localization
4. Look at the text color
**Actual result:**
Part of the text has a dark color that blends with the background when the user switches to a black theme on the News Detail page 'Альтернатива всім рюкзакам...'.
**Expected result:**
The text has a bright color when the user switches to a black theme on the News Detail page 'Альтернатива всім рюкзакам...'.
<img width="1440" alt="Text color" src="https://user-images.githubusercontent.com/62054774/121508396-3693fe00-c9ee-11eb-9e77-321708adf0be.png">
[User story] #50
[TC] [LVHRB-244](https://jira.softserve.academy/browse/LVHRB-244)
|
1.0
|
[News Detail] Text has a dark color instead of bright color when user switches to a black theme on 'Альтернатива всім рюкзакам...' - **Environment:** macOS Big Sur 11.4, Firefox 89.0
**Reproducible:** always
**Build found:** 44d1c1b
**Pre-conditions:**
1. Go to https://horondi-front-staging.azurewebsites.net/ as a user
2. Go to the News page
**Description**
**Steps to reproduce:**
1. Click on the 'Read more...' button in the news article 'Альтернатива всім рюкзакам...'
2. Turn on Black theme
3. Switch to Ukrainian localization
4. Look at the text color
**Actual result:**
Part of the text has a dark color that blends with the background when the user switches to a black theme on the News Detail page 'Альтернатива всім рюкзакам...'.
**Expected result:**
The text has a bright color when the user switches to a black theme on the News Detail page 'Альтернатива всім рюкзакам...'.
<img width="1440" alt="Text color" src="https://user-images.githubusercontent.com/62054774/121508396-3693fe00-c9ee-11eb-9e77-321708adf0be.png">
[User story] #50
[TC] [LVHRB-244](https://jira.softserve.academy/browse/LVHRB-244)
|
non_build
|
text has a dark color instead of bright color when user switches to a black theme on альтернатива всім рюкзакам environment macos big sur firefox reproducible always build found pre conditions go to as a user go to the news page description steps to reproduce click on the read more button in the news article альтернатива всім рюкзакам turn on black theme switch to ukrainian localization look at the text color actual result part of the text has a dark color that blends with the background when the user switches to a black theme on the news detail page альтернатива всім рюкзакам expected result the text has a bright color when the user switches to a black theme on the news detail page альтернатива всім рюкзакам img width alt text color src
| 0
|
12,247
| 5,170,247,528
|
IssuesEvent
|
2017-01-18 05:04:30
|
travis-ci/travis-ci
|
https://api.github.com/repos/travis-ci/travis-ci
|
closed
|
Caching build fails with ruby 2.2.1 and above, works fine with 2.2.0
|
bug ruby travis-build
|
Here's the build with 2.2.0 where it works: https://travis-ci.org/projecthydra/hydra-editor/jobs/80956101
Fails with 2.2.1 https://travis-ci.org/projecthydra/hydra-editor/builds/80955996
Fails with 2.2.2 https://travis-ci.org/projecthydra/hydra-editor/builds/80955877
Fails with 2.2.3 https://travis-ci.org/projecthydra/hydra-editor/builds/80955667
Works with 2.2.3 if the cache is not on: https://travis-ci.org/projecthydra/hydra-editor/builds/80955336
Trace:
```
bundle exec rake
/home/travis/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'railties' (= 4.2.4) among 13 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/home/travis/.rvm/gems/ruby-2.2.3:/home/travis/.rvm/gems/ruby-2.2.3@global', execute `gem env` for more information
from /home/travis/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:324:in `to_spec'
from /home/travis/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
from /home/travis/build/projecthydra/hydra-editor/vendor/bundle/ruby/2.2.0/bin/rails:22:in `<main>'
rake aborted!
Errno::ENOENT: No such file or directory @ sys_fail2 - (/tmp/d20150918-4118-1ycwbgo/internal, ./spec/internal)
/home/travis/build/projecthydra/hydra-editor/vendor/bundle/ruby/2.2.0/gems/engine_cart-0.7.1/lib/engine_cart/tasks/engine_cart.rake:45:in `block (3 levels) in <top (required)>'
/home/travis/build/projecthydra/hydra-editor/vendor/bundle/ruby/2.2.0/gems/engine_cart-0.7.1/lib/engine_cart/tasks/engine_cart.rake:29:in `block (2 levels) in <top (required)>'
/home/travis/build/projecthydra/hydra-editor/vendor/bundle/ruby/2.2.0/gems/engine_cart-0.7.1/lib/engine_cart/tasks/engine_cart.rake:85:in `block (2 levels) in <top (required)>'
/home/travis/.rvm/gems/ruby-2.2.3/bin/ruby_executable_hooks:15:in `eval'
/home/travis/.rvm/gems/ruby-2.2.3/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => engine_cart:create_test_rails_app
```
|
1.0
|
Caching build fails with ruby 2.2.1 and above, works fine with 2.2.0 - Here's the build with 2.2.0 where it works: https://travis-ci.org/projecthydra/hydra-editor/jobs/80956101
Fails with 2.2.1 https://travis-ci.org/projecthydra/hydra-editor/builds/80955996
Fails with 2.2.2 https://travis-ci.org/projecthydra/hydra-editor/builds/80955877
Fails with 2.2.3 https://travis-ci.org/projecthydra/hydra-editor/builds/80955667
Works with 2.2.3 if the cache is not on: https://travis-ci.org/projecthydra/hydra-editor/builds/80955336
Trace:
```
bundle exec rake
/home/travis/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'railties' (= 4.2.4) among 13 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/home/travis/.rvm/gems/ruby-2.2.3:/home/travis/.rvm/gems/ruby-2.2.3@global', execute `gem env` for more information
from /home/travis/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:324:in `to_spec'
from /home/travis/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
from /home/travis/build/projecthydra/hydra-editor/vendor/bundle/ruby/2.2.0/bin/rails:22:in `<main>'
rake aborted!
Errno::ENOENT: No such file or directory @ sys_fail2 - (/tmp/d20150918-4118-1ycwbgo/internal, ./spec/internal)
/home/travis/build/projecthydra/hydra-editor/vendor/bundle/ruby/2.2.0/gems/engine_cart-0.7.1/lib/engine_cart/tasks/engine_cart.rake:45:in `block (3 levels) in <top (required)>'
/home/travis/build/projecthydra/hydra-editor/vendor/bundle/ruby/2.2.0/gems/engine_cart-0.7.1/lib/engine_cart/tasks/engine_cart.rake:29:in `block (2 levels) in <top (required)>'
/home/travis/build/projecthydra/hydra-editor/vendor/bundle/ruby/2.2.0/gems/engine_cart-0.7.1/lib/engine_cart/tasks/engine_cart.rake:85:in `block (2 levels) in <top (required)>'
/home/travis/.rvm/gems/ruby-2.2.3/bin/ruby_executable_hooks:15:in `eval'
/home/travis/.rvm/gems/ruby-2.2.3/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => engine_cart:create_test_rails_app
```
|
build
|
caching build fails with ruby and above works fine with here s the build with where it works fails with fails with fails with works with if the cache is not on trace bundle exec rake home travis rvm rubies ruby lib ruby site ruby rubygems dependency rb in to specs could not find railties among total gem s gem loaderror checked in gem path home travis rvm gems ruby home travis rvm gems ruby global execute gem env for more information from home travis rvm rubies ruby lib ruby site ruby rubygems dependency rb in to spec from home travis rvm rubies ruby lib ruby site ruby rubygems core ext kernel gem rb in gem from home travis build projecthydra hydra editor vendor bundle ruby bin rails in rake aborted errno enoent no such file or directory sys tmp internal spec internal home travis build projecthydra hydra editor vendor bundle ruby gems engine cart lib engine cart tasks engine cart rake in block levels in home travis build projecthydra hydra editor vendor bundle ruby gems engine cart lib engine cart tasks engine cart rake in block levels in home travis build projecthydra hydra editor vendor bundle ruby gems engine cart lib engine cart tasks engine cart rake in block levels in home travis rvm gems ruby bin ruby executable hooks in eval home travis rvm gems ruby bin ruby executable hooks in tasks top engine cart create test rails app
| 1
|
245,656
| 18,790,027,153
|
IssuesEvent
|
2021-11-08 15:54:14
|
AY2122S1-CS2103T-W08-1/tp
|
https://api.github.com/repos/AY2122S1-CS2103T-W08-1/tp
|
closed
|
[PE-D] UG examples should include screenshots to make readibility easier
|
documentation
|
Currently very few screenshots.
<!--session: 1635494113239-9c8655db-6fab-485c-80cb-b763dbf6bf9b--><!--Version: Web v3.4.1-->
-------------
Labels: `type.DocumentationBug` `severity.Low`
original: michael-lee-sk/ped#11
|
1.0
|
[PE-D] UG examples should include screenshots to make readibility easier - Currently very few screenshots.
<!--session: 1635494113239-9c8655db-6fab-485c-80cb-b763dbf6bf9b--><!--Version: Web v3.4.1-->
-------------
Labels: `type.DocumentationBug` `severity.Low`
original: michael-lee-sk/ped#11
|
non_build
|
ug examples should include screenshots to make readibility easier currently very few screenshots labels type documentationbug severity low original michael lee sk ped
| 0
|
326,339
| 9,955,289,529
|
IssuesEvent
|
2019-07-05 10:36:33
|
mozilla/addons-frontend
|
https://api.github.com/repos/mozilla/addons-frontend
|
closed
|
Dictionary available in API endpoint but not available in language-tools page
|
component: i18n priority: p3
|
The API endpoint includes a dictionary for az-IR
https://addons.mozilla.org/api/v3/addons/language-tools/?app=firefox&type=dictionary
But this dictionary is not displayed in the language-tools page, which is supposedly fed by the same API
https://addons.mozilla.org/firefox/language-tools/
I assumed this was a "feature", with the language-tools page being manually curated by editors and not generated from that API, but it doesn't seem to be the case.
|
1.0
|
Dictionary available in API endpoint but not available in language-tools page - The API endpoint includes a dictionary for az-IR
https://addons.mozilla.org/api/v3/addons/language-tools/?app=firefox&type=dictionary
But this dictionary is not displayed in the language-tools page, which is supposedly fed by the same API
https://addons.mozilla.org/firefox/language-tools/
I assumed this was a "feature", with the language-tools page being manually curated by editors and not generated from that API, but it doesn't seem to be the case.
|
non_build
|
dictionary available in api endpoint but not available in language tools page the api endpoint includes a dictionary for az ir but this dictionary is not displayed in the language tools page which is supposedly fed by the same api i assumed this was a feature with the language tools page being manually curated by editors and not generated from that api but it doesn t seem to be the case
| 0
|
280,258
| 30,815,872,631
|
IssuesEvent
|
2023-08-01 13:26:55
|
Trinadh465/linux-4.19.72_CVE-2020-27815
|
https://api.github.com/repos/Trinadh465/linux-4.19.72_CVE-2020-27815
|
opened
|
CVE-2023-3212 (Medium) detected in linuxlinux-4.19.289
|
Mend: dependency security vulnerability
|
## CVE-2023-3212 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.289</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Trinadh465/linux-4.19.72_CVE-2020-27815/commit/2a727895ea700acee0599e21e201c379d6964cbc">2a727895ea700acee0599e21e201c379d6964cbc</a></p>
<p>Found in base branch: <b>main</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
gfs2: Don't deref jdesc in evict
<p>Publish Date: 2023-06-12
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-3212>CVE-2023-3212</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-3212">https://www.linuxkernelcves.com/cves/CVE-2023-3212</a></p>
<p>Release Date: 2023-06-23</p>
<p>Fix Resolution: 5.10.183,5.15.116,6.1.33</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2023-3212 (Medium) detected in linuxlinux-4.19.289 - ## CVE-2023-3212 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.289</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Trinadh465/linux-4.19.72_CVE-2020-27815/commit/2a727895ea700acee0599e21e201c379d6964cbc">2a727895ea700acee0599e21e201c379d6964cbc</a></p>
<p>Found in base branch: <b>main</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
gfs2: Don't deref jdesc in evict
<p>Publish Date: 2023-06-12
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-3212>CVE-2023-3212</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-3212">https://www.linuxkernelcves.com/cves/CVE-2023-3212</a></p>
<p>Release Date: 2023-06-23</p>
<p>Fix Resolution: 5.10.183,5.15.116,6.1.33</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_build
|
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch main vulnerable source files vulnerability details don t deref jdesc in evict publish date url a href cvss score details base score metrics exploitability metrics attack vector physical attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
| 0
|
29,974
| 8,452,394,529
|
IssuesEvent
|
2018-10-20 03:12:07
|
knative/serving
|
https://api.github.com/repos/knative/serving
|
closed
|
Update knative CRD status with "UpdateStatus" instead of "Update"
|
area/API area/autoscale area/build area/monitoring area/networking area/test-and-release kind/cleanup kind/spec
|
<!--
Pro-tip: You can leave this block commented, and it still works!
Select the appropriate areas for your issue:
/area API
/area autoscale
/area build
/area monitoring
/area networking
/area test-and-release
Classify what kind of issue this is:
/kind cleanup
/kind spec
-->
## Expected Behavior
Updating knative CRD status with kube client with "UpdateStatus" .
## Actual Behavior
We are calling "Update" interface for status update.
## Additional Info
As described in https://github.com/knative/serving/pull/2189#discussion_r226693319, currently we are calling "Update" interface for CRD resources status update. And related codes are commented with "for CRD there's no updatestatus, so use normal update".
Is it just cruft due to historic reasons? or currently there's still bug (that I'm not aware of) in `UpdateStatus` for CRDs that block us from moving forward?
Can we just get rid of this and call `UpdateStatus` for status update directly?
/cc @vaikas-google @mattmoor @tcnghia for thoughts
|
1.0
|
Update knative CRD status with "UpdateStatus" instead of "Update" - <!--
Pro-tip: You can leave this block commented, and it still works!
Select the appropriate areas for your issue:
/area API
/area autoscale
/area build
/area monitoring
/area networking
/area test-and-release
Classify what kind of issue this is:
/kind cleanup
/kind spec
-->
## Expected Behavior
Updating knative CRD status with kube client with "UpdateStatus" .
## Actual Behavior
We are calling "Update" interface for status update.
## Additional Info
As described in https://github.com/knative/serving/pull/2189#discussion_r226693319, currently we are calling "Update" interface for CRD resources status update. And related codes are commented with "for CRD there's no updatestatus, so use normal update".
Is it just cruft due to historic reasons? or currently there's still bug (that I'm not aware of) in `UpdateStatus` for CRDs that block us from moving forward?
Can we just get rid of this and call `UpdateStatus` for status update directly?
/cc @vaikas-google @mattmoor @tcnghia for thoughts
|
build
|
update knative crd status with updatestatus instead of update pro tip you can leave this block commented and it still works select the appropriate areas for your issue area api area autoscale area build area monitoring area networking area test and release classify what kind of issue this is kind cleanup kind spec expected behavior updating knative crd status with kube client with updatestatus actual behavior we are calling update interface for status update additional info as described in currently we are calling update interface for crd resources status update and related codes are commented with for crd there s no updatestatus so use normal update is it just cruft due to historic reasons or currently there s still bug that i m not aware of in updatestatus for crds that block us from moving forward can we just get rid of this and call updatestatus for status update directly cc vaikas google mattmoor tcnghia for thoughts
| 1
|
46,595
| 13,055,942,604
|
IssuesEvent
|
2020-07-30 03:11:19
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
opened
|
[ppc] has unused function ListToTree() (Trac #1530)
|
Incomplete Migration Migrated from Trac cmake defect
|
Migrated from https://code.icecube.wisc.edu/ticket/1530
```json
{
"status": "closed",
"changetime": "2016-02-03T17:08:29",
"description": "These unused functions are causing warnings and appear in both `i3ppc.cxx` and `I3EpriFilt.cxx`\n\nThis appears to be a vestige of IceSim V1 which had I3MCLists. These were discontinued with V2. The code which references ListToTree is commented out and should also be deleted.",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"_ts": "1454519309071178",
"component": "cmake",
"summary": "[ppc] has unused function ListToTree()",
"priority": "normal",
"keywords": "",
"time": "2016-01-26T10:29:09",
"milestone": "",
"owner": "dima",
"type": "defect"
}
```
|
1.0
|
[ppc] has unused function ListToTree() (Trac #1530) - Migrated from https://code.icecube.wisc.edu/ticket/1530
```json
{
"status": "closed",
"changetime": "2016-02-03T17:08:29",
"description": "These unused functions are causing warnings and appear in both `i3ppc.cxx` and `I3EpriFilt.cxx`\n\nThis appears to be a vestige of IceSim V1 which had I3MCLists. These were discontinued with V2. The code which references ListToTree is commented out and should also be deleted.",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"_ts": "1454519309071178",
"component": "cmake",
"summary": "[ppc] has unused function ListToTree()",
"priority": "normal",
"keywords": "",
"time": "2016-01-26T10:29:09",
"milestone": "",
"owner": "dima",
"type": "defect"
}
```
|
non_build
|
has unused function listtotree trac migrated from json status closed changetime description these unused functions are causing warnings and appear in both cxx and cxx n nthis appears to be a vestige of icesim which had these were discontinued with the code which references listtotree is commented out and should also be deleted reporter kjmeagher cc resolution fixed ts component cmake summary has unused function listtotree priority normal keywords time milestone owner dima type defect
| 0
|
36,383
| 9,799,059,629
|
IssuesEvent
|
2019-06-11 13:42:23
|
WordPress/gutenberg
|
https://api.github.com/repos/WordPress/gutenberg
|
closed
|
Playground won't run - cannot resolve dependency core-js/modules/es6.array...
|
[Type] Bug [Type] Build Tooling
|
**Describe the bug**
Playground won't run - cannot resolve dependency core-js/modules/es6.array...
` × K:\SkyBindProjects\gutenberg\playground\src\index.js: Cannot resolve dependency 'core-js/modules/es6.array.copy-within'
at Resolver.resolve (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Resolver.js:71:17)
at async Bundler.resolveAsset (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:433:18)
at async Bundler.resolveDep (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:484:14)
at async K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:608:26
at async Promise.all (index 4)
at async Bundler.loadAsset (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:599:21)
at async K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:610:13
at async Promise.all (index 0)
at async Bundler.loadAsset (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:599:21)
at async Bundler.processAsset (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:557:5)`
**To reproduce**
Steps to reproduce the behavior:
1. install node (https://nodejs.org/en/download/)
2. clone gutenberg (https://github.com/WordPress/gutenberg.git)
3. npm install --save-dev --save-exact @wordpress/scripts
4. npm run playground:start
NOTE: attempts to install core-js (npm install --save core-js) do not resolve this issue.
**Expected behavior**
Gutenberg playground available at localhost:1234
**Screenshots**
None applicable.
**Desktop (please complete the following information):**
- OS: Windows10
- Browser not an issue
- Version not an issue
**Smartphone (please complete the following information):**
Not applicable
**Additional context**
- Gutenberg latest version
|
1.0
|
Playground won't run - cannot resolve dependency core-js/modules/es6.array... - **Describe the bug**
Playground won't run - cannot resolve dependency core-js/modules/es6.array...
` × K:\SkyBindProjects\gutenberg\playground\src\index.js: Cannot resolve dependency 'core-js/modules/es6.array.copy-within'
at Resolver.resolve (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Resolver.js:71:17)
at async Bundler.resolveAsset (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:433:18)
at async Bundler.resolveDep (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:484:14)
at async K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:608:26
at async Promise.all (index 4)
at async Bundler.loadAsset (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:599:21)
at async K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:610:13
at async Promise.all (index 0)
at async Bundler.loadAsset (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:599:21)
at async Bundler.processAsset (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Bundler.js:557:5)`
**To reproduce**
Steps to reproduce the behavior:
1. install node (https://nodejs.org/en/download/)
2. clone gutenberg (https://github.com/WordPress/gutenberg.git)
3. npm install --save-dev --save-exact @wordpress/scripts
4. npm run playground:start
NOTE: attempts to install core-js (npm install --save core-js) do not resolve this issue.
**Expected behavior**
Gutenberg playground available at localhost:1234
**Screenshots**
None applicable.
**Desktop (please complete the following information):**
- OS: Windows10
- Browser not an issue
- Version not an issue
**Smartphone (please complete the following information):**
Not applicable
**Additional context**
- Gutenberg latest version
|
build
|
playground won t run cannot resolve dependency core js modules array describe the bug playground won t run cannot resolve dependency core js modules array × k skybindprojects gutenberg playground src index js cannot resolve dependency core js modules array copy within at resolver resolve k skybindprojects gutenberg node modules parcel bundler src resolver js at async bundler resolveasset k skybindprojects gutenberg node modules parcel bundler src bundler js at async bundler resolvedep k skybindprojects gutenberg node modules parcel bundler src bundler js at async k skybindprojects gutenberg node modules parcel bundler src bundler js at async promise all index at async bundler loadasset k skybindprojects gutenberg node modules parcel bundler src bundler js at async k skybindprojects gutenberg node modules parcel bundler src bundler js at async promise all index at async bundler loadasset k skybindprojects gutenberg node modules parcel bundler src bundler js at async bundler processasset k skybindprojects gutenberg node modules parcel bundler src bundler js to reproduce steps to reproduce the behavior install node clone gutenberg npm install save dev save exact wordpress scripts npm run playground start note attempts to install core js npm install save core js do not resolve this issue expected behavior gutenberg playground available at localhost screenshots none applicable desktop please complete the following information os browser not an issue version not an issue smartphone please complete the following information not applicable additional context gutenberg latest version
| 1
|
129,730
| 27,551,452,564
|
IssuesEvent
|
2023-03-07 15:11:24
|
appsmithorg/appsmith
|
https://api.github.com/repos/appsmithorg/appsmith
|
reopened
|
[Bug]: On logging in as say an admin user - inside app I see a different user shown
|
Bug Needs Triaging Deploy Preview BE Coders Pod medium Data Platform Pod Datasource Environments
|
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
When I login as an admin user, and go into the application, I see a ui component next to the Preview button, which shows a user logged in, and an incorrect user at that.
### Steps To Reproduce
1. Login as an admin user.
2. Go into the application and note a UI component showing logged in user next to the preview button
3. This component should not exist
4. Also this shows an incorrect user though we have logged in as a different user.
### Public Sample App
_No response_
### Issue video log
_No response_
### Version
EC2 instance
|
1.0
|
[Bug]: On logging in as say an admin user - inside app I see a different user shown - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
When I login as an admin user, and go into the application, I see a ui component next to the Preview button, which shows a user logged in, and an incorrect user at that.
### Steps To Reproduce
1. Login as an admin user.
2. Go into the application and note a UI component showing logged in user next to the preview button
3. This component should not exist
4. Also this shows an incorrect user though we have logged in as a different user.
### Public Sample App
_No response_
### Issue video log
_No response_
### Version
EC2 instance
|
non_build
|
on logging in as say an admin user inside app i see a different user shown is there an existing issue for this i have searched the existing issues description when i login as an admin user and go into the application i see a ui component next to the preview button which shows a user logged in and an incorrect user at that steps to reproduce login as an admin user go into the application and note a ui component showing logged in user next to the preview button this component should not exist also this shows an incorrect user though we have logged in as a different user public sample app no response issue video log no response version instance
| 0
|
59,305
| 14,562,842,630
|
IssuesEvent
|
2020-12-17 01:01:30
|
TotalCross/totalcross
|
https://api.github.com/repos/TotalCross/totalcross
|
opened
|
Build inside docker container for arm64 is broken
|
Linux ARM bug build
|
The latest build **inside docker** container for arm64 with clang and c++ 17 returned:
```log
#14 322.7 In file included from /sources/src/nm/ui/android/skia.cpp:37:
#14 322.7 In file included from /sources/modules/skia/include/core/SkPathEffect.h:12:
#14 322.7 /sources/modules/skia/include/core/SkPath.h:1593:20: error: chosen constructor is explicit in copy-initialization
#14 322.7 return {verb, fPoints + backset, fWeights};
#14 322.7 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#14 322.7 /usr/bin/../lib/gcc/aarch64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple:479:19: note: constructor declared here
#14 322.7 constexpr tuple(_UElements&&... __elements)
#14 322.7 ^
#14 322.7 1 error generated.
#14 322.7 ninja: build stopped: subcommand failed.
#14 ERROR: executor failed running [/bin/sh -c cmake /sources -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DPNG_ARM_NEON_OPT=0 -G Ninja && ninja]: exit code: 1
------
> [build 10/10] RUN cmake /sources -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DPNG_ARM_NEON_OPT=0 -G Ninja && ninja:
```
this error needs to be investigated further. All scripts and build references were made to the files in the docker subfolder. The branch in which this is seen is the `revert/5e1166b6d7c0510290ca4c96483296f57ced1ffe` (bad named by me).
|
1.0
|
Build inside docker container for arm64 is broken - The latest build **inside docker** container for arm64 with clang and c++ 17 returned:
```log
#14 322.7 In file included from /sources/src/nm/ui/android/skia.cpp:37:
#14 322.7 In file included from /sources/modules/skia/include/core/SkPathEffect.h:12:
#14 322.7 /sources/modules/skia/include/core/SkPath.h:1593:20: error: chosen constructor is explicit in copy-initialization
#14 322.7 return {verb, fPoints + backset, fWeights};
#14 322.7 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#14 322.7 /usr/bin/../lib/gcc/aarch64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple:479:19: note: constructor declared here
#14 322.7 constexpr tuple(_UElements&&... __elements)
#14 322.7 ^
#14 322.7 1 error generated.
#14 322.7 ninja: build stopped: subcommand failed.
#14 ERROR: executor failed running [/bin/sh -c cmake /sources -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DPNG_ARM_NEON_OPT=0 -G Ninja && ninja]: exit code: 1
------
> [build 10/10] RUN cmake /sources -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DPNG_ARM_NEON_OPT=0 -G Ninja && ninja:
```
this error needs to be investigated further. All scripts and build references were made to the files in the docker subfolder. The branch in which this is seen is the `revert/5e1166b6d7c0510290ca4c96483296f57ced1ffe` (bad named by me).
|
build
|
build inside docker container for is broken the latest build inside docker container for with clang and c returned log in file included from sources src nm ui android skia cpp in file included from sources modules skia include core skpatheffect h sources modules skia include core skpath h error chosen constructor is explicit in copy initialization return verb fpoints backset fweights usr bin lib gcc linux gnu include c tuple note constructor declared here constexpr tuple uelements elements error generated ninja build stopped subcommand failed error executor failed running exit code run cmake sources dcmake c compiler clang dcmake cxx compiler clang dpng arm neon opt g ninja ninja this error needs to be investigated further all scripts and build references were made to the files in the docker subfolder the branch in which this is seen is the revert bad named by me
| 1
|
65,574
| 16,415,973,487
|
IssuesEvent
|
2021-05-19 06:46:48
|
mautic/mautic
|
https://api.github.com/repos/mautic/mautic
|
closed
|
After installation, git status shows few Assets/js deleted from the GrapesJsBuilderBundle.
|
builders needs-triage
|
[//]: # ( Invisible comment:
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
Before you create the issue:
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
Search for similar report among other reported issues.
Learn how to troubleshoot at https://www.mautic.org/docs/en/tips/troubleshooting.html
Use drag&drop to attach images or other files )
## Bug Description
After installation using `ddev start`, basically the `mautic-setup.sh` script; I found that the some of the file from `GrapesJsBuilderBundle` are got deleted.
Please see the screenshot,
<img width="1671" alt="Some random delete" src="https://user-images.githubusercontent.com/1046788/118632395-ff1aa300-b7ed-11eb-8b1c-5d4a3e0bd38a.png">
| Q | A
| --- | ---
| Mautic branch | features
| PHP version | 7.4.18
### Steps to reproduce
1. Clone the mautic, `gh repo clone mautic/mautic`
2. Change the directory, `cd mautic`
3. Run `ddev start` and then answer yes to prompt `Answer [yes/no]:`
4. Once your app is up, run `git status`
### Log errors
[//]: # ( Invisible comment:
Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable. )
|
1.0
|
After installation, git status shows few Assets/js deleted from the GrapesJsBuilderBundle. - [//]: # ( Invisible comment:
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
Before you create the issue:
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
Search for similar report among other reported issues.
Learn how to troubleshoot at https://www.mautic.org/docs/en/tips/troubleshooting.html
Use drag&drop to attach images or other files )
## Bug Description
After installation using `ddev start`, basically the `mautic-setup.sh` script; I found that the some of the file from `GrapesJsBuilderBundle` are got deleted.
Please see the screenshot,
<img width="1671" alt="Some random delete" src="https://user-images.githubusercontent.com/1046788/118632395-ff1aa300-b7ed-11eb-8b1c-5d4a3e0bd38a.png">
| Q | A
| --- | ---
| Mautic branch | features
| PHP version | 7.4.18
### Steps to reproduce
1. Clone the mautic, `gh repo clone mautic/mautic`
2. Change the directory, `cd mautic`
3. Run `ddev start` and then answer yes to prompt `Answer [yes/no]:`
4. Once your app is up, run `git status`
### Log errors
[//]: # ( Invisible comment:
Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable. )
|
build
|
after installation git status shows few assets js deleted from the grapesjsbuilderbundle invisible comment iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii before you create the issue iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii search for similar report among other reported issues learn how to troubleshoot at use drag drop to attach images or other files bug description after installation using ddev start basically the mautic setup sh script i found that the some of the file from grapesjsbuilderbundle are got deleted please see the screenshot img width alt some random delete src q a mautic branch features php version steps to reproduce clone the mautic gh repo clone mautic mautic change the directory cd mautic run ddev start and then answer yes to prompt answer once your app is up run git status log errors invisible comment please check for related errors in the latest log file in app log and or the web server s logs and post them here be sure to remove sensitive information if applicable
| 1
|
340,096
| 30,492,934,041
|
IssuesEvent
|
2023-07-18 08:55:46
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
roachtest: cdc/ledger failed
|
C-test-failure O-robot A-cdc O-roachtest branch-master release-blocker T-cdc
|
roachtest.cdc/ledger [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifacts#/cdc/ledger) on master @ [7675ca4998134028f0623e04737b5cb69fcc33a9](https://github.com/cockroachdb/cockroach/commits/7675ca4998134028f0623e04737b5cb69fcc33a9):
```
(cluster.go:2180).Start: ~ COCKROACH_CONNECT_TIMEOUT=1200 ./cockroach sql --url 'postgres://root@localhost:26257?sslmode=disable' -e "CREATE SCHEDULE IF NOT EXISTS test_only_backup FOR BACKUP INTO 'gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-49-n4cpu16/1689661772477664457?AUTH=implicit' RECURRING '*/15 * * * *' FULL BACKUP '@hourly' WITH SCHEDULE OPTIONS first_run = 'now'"
ERROR: unexpected error occurred when checking for existing backups in gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-49-n4cpu16/1689661772477664457?AUTH=implicit: unable to list files in gcs bucket: googleapi: Error 403: 21965078311-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist).
SQLSTATE: 58030
Failed running "sql": COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/cdc/ledger/run_1
```
<p>Parameters: <code>ROACHTEST_arch=amd64</code>
, <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=16</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/cdc
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*cdc/ledger.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-29812
|
2.0
|
roachtest: cdc/ledger failed - roachtest.cdc/ledger [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifacts#/cdc/ledger) on master @ [7675ca4998134028f0623e04737b5cb69fcc33a9](https://github.com/cockroachdb/cockroach/commits/7675ca4998134028f0623e04737b5cb69fcc33a9):
```
(cluster.go:2180).Start: ~ COCKROACH_CONNECT_TIMEOUT=1200 ./cockroach sql --url 'postgres://root@localhost:26257?sslmode=disable' -e "CREATE SCHEDULE IF NOT EXISTS test_only_backup FOR BACKUP INTO 'gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-49-n4cpu16/1689661772477664457?AUTH=implicit' RECURRING '*/15 * * * *' FULL BACKUP '@hourly' WITH SCHEDULE OPTIONS first_run = 'now'"
ERROR: unexpected error occurred when checking for existing backups in gs://cockroach-backup-testing-private/roachprod-scheduled-backups/teamcity-10950435-1689659335-49-n4cpu16/1689661772477664457?AUTH=implicit: unable to list files in gcs bucket: googleapi: Error 403: 21965078311-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist).
SQLSTATE: 58030
Failed running "sql": COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/cdc/ledger/run_1
```
<p>Parameters: <code>ROACHTEST_arch=amd64</code>
, <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=16</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/cdc
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*cdc/ledger.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-29812
|
non_build
|
roachtest cdc ledger failed roachtest cdc ledger with on master cluster go start cockroach connect timeout cockroach sql url postgres root localhost sslmode disable e create schedule if not exists test only backup for backup into gs cockroach backup testing private roachprod scheduled backups teamcity auth implicit recurring full backup hourly with schedule options first run now error unexpected error occurred when checking for existing backups in gs cockroach backup testing private roachprod scheduled backups teamcity auth implicit unable to list files in gcs bucket googleapi error compute developer gserviceaccount com does not have storage objects list access to the google cloud storage bucket permission storage objects list denied on resource or it may not exist sqlstate failed running sql command problem exit status test artifacts and logs in artifacts cdc ledger run parameters roachtest arch roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see cc cockroachdb cdc jira issue crdb
| 0
|
143,826
| 11,580,436,330
|
IssuesEvent
|
2020-02-21 20:08:23
|
elastic/kibana
|
https://api.github.com/repos/elastic/kibana
|
opened
|
Failing test: Jest Tests.src/dev/notice - src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes *LICENSE* files from packages
|
failed-test
|
A test failed on a tracked branch
```
Error: expect(received).toBe(expected) // Object.is equality
Expected: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/target/.bootstrap-cache"
Received: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/__fixtures__/node_modules/foo/NOTICE.txt"
at jest.requireMock.readFile.mockImplementation (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/src/optimizer/cache_keys.test.ts:60:20)
at finalReturnValue (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:480:41)
at /var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:489:13
at mockConstructor (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:182:19)
at text.cb (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:32:29)
at tryCatcher (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/bluebird/js/release/util.js:16:23)
at Promise.fromNode.Promise.fromCallback (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/bluebird/js/release/promise.js:185:30)
at map (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:32:19)
at Array.map (<anonymous>)
at getBundledNotices (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:30:11)
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/3115/)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.src/dev/notice","test.name":"src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes *LICENSE* files from packages","test.failCount":1}} -->
|
1.0
|
Failing test: Jest Tests.src/dev/notice - src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes *LICENSE* files from packages - A test failed on a tracked branch
```
Error: expect(received).toBe(expected) // Object.is equality
Expected: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/target/.bootstrap-cache"
Received: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/__fixtures__/node_modules/foo/NOTICE.txt"
at jest.requireMock.readFile.mockImplementation (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/src/optimizer/cache_keys.test.ts:60:20)
at finalReturnValue (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:480:41)
at /var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:489:13
at mockConstructor (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:182:19)
at text.cb (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:32:29)
at tryCatcher (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/bluebird/js/release/util.js:16:23)
at Promise.fromNode.Promise.fromCallback (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/bluebird/js/release/promise.js:185:30)
at map (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:32:19)
at Array.map (<anonymous>)
at getBundledNotices (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:30:11)
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/3115/)
<!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.src/dev/notice","test.name":"src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes *LICENSE* files from packages","test.failCount":1}} -->
|
non_build
|
failing test jest tests src dev notice src dev build tasks notice file generate notice generatebuildnoticetext includes license files from packages a test failed on a tracked branch error expect received tobe expected object is equality expected var lib jenkins workspace elastic kibana master kibana packages kbn optimizer target bootstrap cache received var lib jenkins workspace elastic kibana master kibana src dev notice fixtures node modules foo notice txt at jest requiremock readfile mockimplementation var lib jenkins workspace elastic kibana master kibana packages kbn optimizer src optimizer cache keys test ts at finalreturnvalue var lib jenkins workspace elastic kibana master kibana node modules jest mock build index js at var lib jenkins workspace elastic kibana master kibana node modules jest mock build index js at mockconstructor var lib jenkins workspace elastic kibana master kibana node modules jest mock build index js at text cb var lib jenkins workspace elastic kibana master kibana src dev notice bundled notices js at trycatcher var lib jenkins workspace elastic kibana master kibana node modules bluebird js release util js at promise fromnode promise fromcallback var lib jenkins workspace elastic kibana master kibana node modules bluebird js release promise js at map var lib jenkins workspace elastic kibana master kibana src dev notice bundled notices js at array map at getbundlednotices var lib jenkins workspace elastic kibana master kibana src dev notice bundled notices js first failure
| 0
|
219,310
| 7,334,730,857
|
IssuesEvent
|
2018-03-06 00:07:51
|
langbakk/HSS
|
https://api.github.com/repos/langbakk/HSS
|
closed
|
Bug: panties in bathroom stays after picking them up and revisiting bathroom
|
bug priority 1
|
The panties shouldn't be replaced and possible to pick up unless you leave them
|
1.0
|
Bug: panties in bathroom stays after picking them up and revisiting bathroom - The panties shouldn't be replaced and possible to pick up unless you leave them
|
non_build
|
bug panties in bathroom stays after picking them up and revisiting bathroom the panties shouldn t be replaced and possible to pick up unless you leave them
| 0
|
35,862
| 9,667,647,697
|
IssuesEvent
|
2019-05-21 13:40:02
|
coditva/Jazz
|
https://api.github.com/repos/coditva/Jazz
|
closed
|
Dependencies are remade because gcc tar is re-extracted
|
bug build
|
If stopped once before building, then next time everything goes smoothly, but if not, gcc is remade every time.
|
1.0
|
Dependencies are remade because gcc tar is re-extracted - If stopped once before building, then next time everything goes smoothly, but if not, gcc is remade every time.
|
build
|
dependencies are remade because gcc tar is re extracted if stopped once before building then next time everything goes smoothly but if not gcc is remade every time
| 1
|
17,161
| 6,376,080,265
|
IssuesEvent
|
2017-08-02 06:11:14
|
golang/go
|
https://api.github.com/repos/golang/go
|
closed
|
x/build: solaris-amd64-smartosbuildlet builders flaky
|
Builders HelpWanted
|
The `solaris-amd64-smartosbuildlet` builders are flaky.
Why?
Needs investigation.
Suspicion: those containers are reused between runs, and something's spinning in the background, making things too slow.
We should delete & re-create those containers for every build. Needs Joyent API calls.
Short-term: restart them.
/cc @zombiezen
|
1.0
|
x/build: solaris-amd64-smartosbuildlet builders flaky - The `solaris-amd64-smartosbuildlet` builders are flaky.
Why?
Needs investigation.
Suspicion: those containers are reused between runs, and something's spinning in the background, making things too slow.
We should delete & re-create those containers for every build. Needs Joyent API calls.
Short-term: restart them.
/cc @zombiezen
|
build
|
x build solaris smartosbuildlet builders flaky the solaris smartosbuildlet builders are flaky why needs investigation suspicion those containers are reused between runs and something s spinning in the background making things too slow we should delete re create those containers for every build needs joyent api calls short term restart them cc zombiezen
| 1
|
60,108
| 14,705,270,090
|
IssuesEvent
|
2021-01-04 17:50:29
|
kubevirt/kubevirt
|
https://api.github.com/repos/kubevirt/kubevirt
|
closed
|
[flaky ci] [Serial]Storage Starting a VirtualMachineInstance [rfe_id:2288][crit:high][vendor:cnv-qe@redhat.com][level:component] With Cirros BlockMode PVC [test_id:1015] should be successfully started
|
kind/bug triage/build-watcher
|
<!-- This form is for bug reports and feature requests ONLY!
Also make sure that you visit our User Guide at https://kubevirt.io/user-guide/
-->
**Is this a BUG REPORT or FEATURE REQUEST?**:
> Uncomment only one, leave it on its own line:
>
/kind bug
> /kind enhancement
/triage build-watcher
**What happened**:
Test `[Serial]Storage Starting a VirtualMachineInstance [rfe_id:2288][crit:high][vendor:cnv-qe@redhat.com][level:component] With Cirros BlockMode PVC [test_id:1015] should be successfully started` flaked before #4444 got merged.
Offending runs:
* https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/4444/pull-kubevirt-e2e-k8s-1.18/1326078002827628544
* https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/4444/pull-kubevirt-e2e-k8s-1.19/1321752250875383808
PR history: https://prow.apps.ovirt.org/pr-history?org=kubevirt&repo=kubevirt&pr=4444
Test stacktrace:
```
tests/storage_test.go:874
Cirros login successfully
Unexpected error:
<*errors.errorString | 0xc0020503c0>: {
s: "send to spawned process command reached the timeout 9.965397689s",
}
send to spawned process command reached the timeout 9.965397689s
occurred
tests/storage_test.go:885
```
Related: #4314
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else we need to know?**:
**Environment**:
- KubeVirt version (use `virtctl version`):
- Kubernetes version (use `kubectl version`):
- VM or VMI specifications:
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g. `uname -a`):
- Install tools:
- Others:
|
1.0
|
[flaky ci] [Serial]Storage Starting a VirtualMachineInstance [rfe_id:2288][crit:high][vendor:cnv-qe@redhat.com][level:component] With Cirros BlockMode PVC [test_id:1015] should be successfully started - <!-- This form is for bug reports and feature requests ONLY!
Also make sure that you visit our User Guide at https://kubevirt.io/user-guide/
-->
**Is this a BUG REPORT or FEATURE REQUEST?**:
> Uncomment only one, leave it on its own line:
>
/kind bug
> /kind enhancement
/triage build-watcher
**What happened**:
Test `[Serial]Storage Starting a VirtualMachineInstance [rfe_id:2288][crit:high][vendor:cnv-qe@redhat.com][level:component] With Cirros BlockMode PVC [test_id:1015] should be successfully started` flaked before #4444 got merged.
Offending runs:
* https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/4444/pull-kubevirt-e2e-k8s-1.18/1326078002827628544
* https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/4444/pull-kubevirt-e2e-k8s-1.19/1321752250875383808
PR history: https://prow.apps.ovirt.org/pr-history?org=kubevirt&repo=kubevirt&pr=4444
Test stacktrace:
```
tests/storage_test.go:874
Cirros login successfully
Unexpected error:
<*errors.errorString | 0xc0020503c0>: {
s: "send to spawned process command reached the timeout 9.965397689s",
}
send to spawned process command reached the timeout 9.965397689s
occurred
tests/storage_test.go:885
```
Related: #4314
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else we need to know?**:
**Environment**:
- KubeVirt version (use `virtctl version`):
- Kubernetes version (use `kubectl version`):
- VM or VMI specifications:
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g. `uname -a`):
- Install tools:
- Others:
|
build
|
storage starting a virtualmachineinstance with cirros blockmode pvc should be successfully started this form is for bug reports and feature requests only also make sure that you visit our user guide at is this a bug report or feature request uncomment only one leave it on its own line kind bug kind enhancement triage build watcher what happened test storage starting a virtualmachineinstance with cirros blockmode pvc should be successfully started flaked before got merged offending runs pr history test stacktrace tests storage test go cirros login successfully unexpected error s send to spawned process command reached the timeout send to spawned process command reached the timeout occurred tests storage test go related what you expected to happen how to reproduce it as minimally and precisely as possible anything else we need to know environment kubevirt version use virtctl version kubernetes version use kubectl version vm or vmi specifications cloud provider or hardware configuration os e g from etc os release kernel e g uname a install tools others
| 1
|
57,743
| 14,213,264,574
|
IssuesEvent
|
2020-11-17 02:07:20
|
GoogleCloudPlatform/nodejs-docs-samples
|
https://api.github.com/repos/GoogleCloudPlatform/nodejs-docs-samples
|
opened
|
appengine/metadata/flexible: should be listening failed
|
buildcop: issue priority: p1 type: bug
|
This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop commenting.
---
commit: ad9fb39cf2f91202d80db9223da3a034d61e92df
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/fa0091bd-a7c7-46d9-a0c9-2117b82f0b0c), [Sponge](http://sponge2/fa0091bd-a7c7-46d9-a0c9-2117b82f0b0c)
status: failed
<details><summary>Test output</summary><br><pre>app.address is not a function
TypeError: app.address is not a function
at Test.serverAddress (node_modules/supertest/lib/test.js:57:18)
at new Test (node_modules/supertest/lib/test.js:38:12)
at Object.obj.<computed> [as get] (node_modules/supertest/index.js:27:14)
at Context.<anonymous> (test/server.test.js:7:26)
at processImmediate (internal/timers.js:456:21)</pre></details>
|
1.0
|
appengine/metadata/flexible: should be listening failed - This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop commenting.
---
commit: ad9fb39cf2f91202d80db9223da3a034d61e92df
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/fa0091bd-a7c7-46d9-a0c9-2117b82f0b0c), [Sponge](http://sponge2/fa0091bd-a7c7-46d9-a0c9-2117b82f0b0c)
status: failed
<details><summary>Test output</summary><br><pre>app.address is not a function
TypeError: app.address is not a function
at Test.serverAddress (node_modules/supertest/lib/test.js:57:18)
at new Test (node_modules/supertest/lib/test.js:38:12)
at Object.obj.<computed> [as get] (node_modules/supertest/index.js:27:14)
at Context.<anonymous> (test/server.test.js:7:26)
at processImmediate (internal/timers.js:456:21)</pre></details>
|
build
|
appengine metadata flexible should be listening failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status failed test output app address is not a function typeerror app address is not a function at test serveraddress node modules supertest lib test js at new test node modules supertest lib test js at object obj node modules supertest index js at context test server test js at processimmediate internal timers js
| 1
|
81,278
| 30,780,658,145
|
IssuesEvent
|
2023-07-31 09:46:30
|
idaholab/moose
|
https://api.github.com/repos/idaholab/moose
|
opened
|
Elements refined with RefineBlockGenerator then converted to another subdomain seem to keep their old subdomain
|
T: defect P: normal C: Meshing
|
## Bug Description
Following #25028 I investigated and found that the IC pattern shown was as if the subdomain had not changed from its previous assignment after using a SubdomainBoundingBox on refined blocks with RefineBlockGenerator
## Steps to Reproduce
This shows it
```
xmax = 50
ymax = 50
[Mesh]
[gen]
type = GeneratedMeshGenerator
dim = 2
nx = 60
ny = 70
xmin = 0
xmax = ${xmax}
ymin = 0
ymax = ${ymax}
zmin = 0
zmax = 0
elem_type = QUAD4
[]
[blk1]
type = SubdomainBoundingBoxGenerator
block_id = 1 bottom_left = '0.0 0.000 0.0'
top_right = '${xmax} 30.00000 0.0'
block_name = 'reservoir'
input = gen
[]
[refine_0]
type = RefineBlockGenerator
input = blk1
block = 0
refinement = '2'
[]
[blk2]
type = SubdomainBoundingBoxGenerator
block_id = 2
bottom_left = '10.00 30.00 0.0'
top_right = '20.00 35.00 0.0'
block_name = 'filament'
input = refine_0
[]
[bd1]
type = SideSetsAroundSubdomainGenerator
block = 1
new_boundary = 'interface'
normal = '0 1 0'
input = blk2
[]
[]
[Functions]
[bc_func]
type = ParsedFunction
expression = 'x + 3 - y'
[]
[bc_func2]
type = ParsedFunction
expression = '-100'
[]
[bc_func3]
type = ParsedFunction
expression = '-300'
[]
[]
[Variables]
[N]
order = FIRST
family = LAGRANGE
[]
[]
[ICs]
[IC1]
type = FunctionIC
variable = N
function = bc_func
block = 1
[]
[IC2]
type = FunctionIC
variable = N
function = bc_func2
block = 2
[]
[IC3]
type = FunctionIC
variable = N
function = bc_func3
block = 0
[]
[]
[Problem]
solve = false
[]
[Executioner]
type = Steady
[]
[Outputs]
exodus = true
[]
```
## Impact
Wrong initial condition. Users generally should check their IC so the potential for unseen wrong result is limited.
|
1.0
|
Elements refined with RefineBlockGenerator then converted to another subdomain seem to keep their old subdomain - ## Bug Description
Following #25028 I investigated and found that the IC pattern shown was as if the subdomain had not changed from its previous assignment after using a SubdomainBoundingBox on refined blocks with RefineBlockGenerator
## Steps to Reproduce
This shows it
```
xmax = 50
ymax = 50
[Mesh]
[gen]
type = GeneratedMeshGenerator
dim = 2
nx = 60
ny = 70
xmin = 0
xmax = ${xmax}
ymin = 0
ymax = ${ymax}
zmin = 0
zmax = 0
elem_type = QUAD4
[]
[blk1]
type = SubdomainBoundingBoxGenerator
block_id = 1 bottom_left = '0.0 0.000 0.0'
top_right = '${xmax} 30.00000 0.0'
block_name = 'reservoir'
input = gen
[]
[refine_0]
type = RefineBlockGenerator
input = blk1
block = 0
refinement = '2'
[]
[blk2]
type = SubdomainBoundingBoxGenerator
block_id = 2
bottom_left = '10.00 30.00 0.0'
top_right = '20.00 35.00 0.0'
block_name = 'filament'
input = refine_0
[]
[bd1]
type = SideSetsAroundSubdomainGenerator
block = 1
new_boundary = 'interface'
normal = '0 1 0'
input = blk2
[]
[]
[Functions]
[bc_func]
type = ParsedFunction
expression = 'x + 3 - y'
[]
[bc_func2]
type = ParsedFunction
expression = '-100'
[]
[bc_func3]
type = ParsedFunction
expression = '-300'
[]
[]
[Variables]
[N]
order = FIRST
family = LAGRANGE
[]
[]
[ICs]
[IC1]
type = FunctionIC
variable = N
function = bc_func
block = 1
[]
[IC2]
type = FunctionIC
variable = N
function = bc_func2
block = 2
[]
[IC3]
type = FunctionIC
variable = N
function = bc_func3
block = 0
[]
[]
[Problem]
solve = false
[]
[Executioner]
type = Steady
[]
[Outputs]
exodus = true
[]
```
## Impact
Wrong initial condition. Users generally should check their IC so the potential for unseen wrong result is limited.
|
non_build
|
elements refined with refineblockgenerator then converted to another subdomain seem to keep their old subdomain bug description following i investigated and found that the ic pattern shown was as if the subdomain had not changed from its previous assignment after using a subdomainboundingbox on refined blocks with refineblockgenerator steps to reproduce this shows it xmax ymax type generatedmeshgenerator dim nx ny xmin xmax xmax ymin ymax ymax zmin zmax elem type type subdomainboundingboxgenerator block id bottom left top right xmax block name reservoir input gen type refineblockgenerator input block refinement type subdomainboundingboxgenerator block id bottom left top right block name filament input refine type sidesetsaroundsubdomaingenerator block new boundary interface normal input type parsedfunction expression x y type parsedfunction expression type parsedfunction expression order first family lagrange type functionic variable n function bc func block type functionic variable n function bc block type functionic variable n function bc block solve false type steady exodus true impact wrong initial condition users generally should check their ic so the potential for unseen wrong result is limited
| 0
|
289,313
| 21,779,200,055
|
IssuesEvent
|
2022-05-13 16:48:31
|
Rogibb111/Ski-Resort-Dashboard
|
https://api.github.com/repos/Rogibb111/Ski-Resort-Dashboard
|
closed
|
Research and Document Release Pipeline
|
Documentation
|
Would like to start versioning the project beyond just using Git commit hashes. GitHub has a tags feature that allows you to give your project a major, minor, and patch version. I should look into how to use it as well as how I plan to determine what kind of change should constitute a bump in each type of version.
|
1.0
|
Research and Document Release Pipeline - Would like to start versioning the project beyond just using Git commit hashes. GitHub has a tags feature that allows you to give your project a major, minor, and patch version. I should look into how to use it as well as how I plan to determine what kind of change should constitute a bump in each type of version.
|
non_build
|
research and document release pipeline would like to start versioning the project beyond just using git commit hashes github has a tags feature that allows you to give your project a major minor and patch version i should look into how to use it as well as how i plan to determine what kind of change should constitute a bump in each type of version
| 0
|
18,506
| 6,613,095,489
|
IssuesEvent
|
2017-09-20 07:55:20
|
openshiftio/openshift.io
|
https://api.github.com/repos/openshiftio/openshift.io
|
closed
|
Group ID does not get properly generated into my project
|
area/app-wizard area/quickstarts kind/bug severity/P1 team/build-cd team/launch team/platform
|
Group ID is a prompt in the Forge Wizard, yet making a change to this field does not actually "stick" and show up in the generated codebase.
https://screencast.com/t/uNK6tv3rn
https://screencast.com/t/I0qwY7EE1Jt
Why is this the case? We are currently copying a pre-defined template and not using a Maven archetype, however, we could "search & replace" the original Maven package name and replace it with the proper maven group id
|
1.0
|
Group ID does not get properly generated into my project - Group ID is a prompt in the Forge Wizard, yet making a change to this field does not actually "stick" and show up in the generated codebase.
https://screencast.com/t/uNK6tv3rn
https://screencast.com/t/I0qwY7EE1Jt
Why is this the case? We are currently copying a pre-defined template and not using a Maven archetype, however, we could "search & replace" the original Maven package name and replace it with the proper maven group id
|
build
|
group id does not get properly generated into my project group id is a prompt in the forge wizard yet making a change to this field does not actually stick and show up in the generated codebase why is this the case we are currently copying a pre defined template and not using a maven archetype however we could search replace the original maven package name and replace it with the proper maven group id
| 1
|
498,464
| 14,407,562,628
|
IssuesEvent
|
2020-12-03 22:04:07
|
ngageoint/hootenanny
|
https://api.github.com/repos/ngageoint/hootenanny
|
opened
|
Add debug option to sort element tags in output
|
Category: Core Priority: Low Status: Defined Type: Task
|
would be useful for debugging and not meant to be turned on by default
|
1.0
|
Add debug option to sort element tags in output - would be useful for debugging and not meant to be turned on by default
|
non_build
|
add debug option to sort element tags in output would be useful for debugging and not meant to be turned on by default
| 0
|
368,175
| 25,780,286,638
|
IssuesEvent
|
2022-12-09 15:21:23
|
WordPress/WordPress-Coding-Standards
|
https://api.github.com/repos/WordPress/WordPress-Coding-Standards
|
closed
|
Add instructions for setting up WPCS with more CIs
|
Type: Documentation Status: help wanted
|
The Readme currently contains [instructions on how to setup WPCS to run on Travis](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#running-your-code-through-wpcs-automatically-using-ci-tools).
It would be great to also have instructions for other CIs, such as:
* CircleCI
* ScrutinizerCI
Once more instructions are available for CIs, the section should probably be moved to the Wiki with the Readme only containing a link to the relevant Wiki pages.
@schlessera has offered to write up the CircleCI instructions.
Issue inspired by a question from @missjwo on [Twitter](https://twitter.com/miss_jwo/status/1023952760469970945).
Possible inspiration / links which could be mentioned in the write-up:
* https://carlalexander.ca/continuous-deployment-wordpress-directory-circleci/ by @carlalexander
* https://github.com/peterwilsoncc/universal-wp-ci by @peterwilsoncc
|
1.0
|
Add instructions for setting up WPCS with more CIs - The Readme currently contains [instructions on how to setup WPCS to run on Travis](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#running-your-code-through-wpcs-automatically-using-ci-tools).
It would be great to also have instructions for other CIs, such as:
* CircleCI
* ScrutinizerCI
Once more instructions are available for CIs, the section should probably be moved to the Wiki with the Readme only containing a link to the relevant Wiki pages.
@schlessera has offered to write up the CircleCI instructions.
Issue inspired by a question from @missjwo on [Twitter](https://twitter.com/miss_jwo/status/1023952760469970945).
Possible inspiration / links which could be mentioned in the write-up:
* https://carlalexander.ca/continuous-deployment-wordpress-directory-circleci/ by @carlalexander
* https://github.com/peterwilsoncc/universal-wp-ci by @peterwilsoncc
|
non_build
|
add instructions for setting up wpcs with more cis the readme currently contains it would be great to also have instructions for other cis such as circleci scrutinizerci once more instructions are available for cis the section should probably be moved to the wiki with the readme only containing a link to the relevant wiki pages schlessera has offered to write up the circleci instructions issue inspired by a question from missjwo on possible inspiration links which could be mentioned in the write up by carlalexander by peterwilsoncc
| 0
|
51,749
| 7,726,338,699
|
IssuesEvent
|
2018-05-24 20:52:16
|
GoogleCloudPlatform/google-cloud-go
|
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-go
|
closed
|
bigtable: In the cbt help, don't show the full path to the .cbtrc file
|
api: bigtable documentation priority: p1
|
The help text for the cbt tool currently [displays the full path where the user would create their `.cbtrc` file](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/1275fd64585a78b42fae1534ae424d462a4547ed/bigtable/cmd/cbt/cbt.go#L187). This is not desirable because if you use `go generate` to regenerate the `cbtdoc.go` file, [the full path to your home directory shows up in that file](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/1275fd64585a78b42fae1534ae424d462a4547ed/bigtable/cmd/cbt/cbtdoc.go#L73).
A simple fix would be to always display the string `~/.cbtrc` rather than the actual filepath.
|
1.0
|
bigtable: In the cbt help, don't show the full path to the .cbtrc file - The help text for the cbt tool currently [displays the full path where the user would create their `.cbtrc` file](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/1275fd64585a78b42fae1534ae424d462a4547ed/bigtable/cmd/cbt/cbt.go#L187). This is not desirable because if you use `go generate` to regenerate the `cbtdoc.go` file, [the full path to your home directory shows up in that file](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/1275fd64585a78b42fae1534ae424d462a4547ed/bigtable/cmd/cbt/cbtdoc.go#L73).
A simple fix would be to always display the string `~/.cbtrc` rather than the actual filepath.
|
non_build
|
bigtable in the cbt help don t show the full path to the cbtrc file the help text for the cbt tool currently this is not desirable because if you use go generate to regenerate the cbtdoc go file a simple fix would be to always display the string cbtrc rather than the actual filepath
| 0
|
29,795
| 7,125,402,985
|
IssuesEvent
|
2018-01-19 22:52:28
|
joomla/joomla-cms
|
https://api.github.com/repos/joomla/joomla-cms
|
closed
|
"Category List" Menu item - hits will not hide
|
No Code Attached Yet
|
### Steps to reproduce the issue
Create a menu item of type "Articles" -> "Category List"
Under "Options" tab "Show Hits" set to "Hide"
### Expected result
Hits column hidden
### Actual result
Hits are shown
### System information (as much as possible)
Joomla 3.8.3 fresh install, php 7.0.27,
see phpinfo(); at location below
https://test02.dependentmedia.com/test/info.php
### Additional comments
Have a nice day.
|
1.0
|
"Category List" Menu item - hits will not hide - ### Steps to reproduce the issue
Create a menu item of type "Articles" -> "Category List"
Under "Options" tab "Show Hits" set to "Hide"
### Expected result
Hits column hidden
### Actual result
Hits are shown
### System information (as much as possible)
Joomla 3.8.3 fresh install, php 7.0.27,
see phpinfo(); at location below
https://test02.dependentmedia.com/test/info.php
### Additional comments
Have a nice day.
|
non_build
|
category list menu item hits will not hide steps to reproduce the issue create a menu item of type articles category list under options tab show hits set to hide expected result hits column hidden actual result hits are shown system information as much as possible joomla fresh install php see phpinfo at location below additional comments have a nice day
| 0
|
42,569
| 9,255,095,777
|
IssuesEvent
|
2019-03-16 06:10:48
|
joomla/joomla-cms
|
https://api.github.com/repos/joomla/joomla-cms
|
closed
|
[3.8.13] New User Activation : None, but joomla tries to send mail
|
J3 Issue No Code Attached Yet
|
### Steps to reproduce the issue
In Global Configuration, set the **New User Account Activation**
to **None**
Then try to register a new user.
### Expected result
The user is created with no errors or warnings
### Actual result
The user is created with the following errors/warnings
Warning :
**Message
The mail function has been disabled by an administrator.**
Error :
**An error was encountered while sending the registration email. A message has been sent to the administrator of this site.**
### System information (as much as possible)
apache 2.4.18-2ubuntu3.9
Joomla 3.8.13
### Additional comments
I am in a localhost and do not have mail setup. So I understand why I get those errors.
The problem is that I am developing a component and in my controller I call the **register()** method
of the **UsersModelRegistration**.
Because there is no mail in my system the method returns false which is not true because the user is created.
The point is that since the **New User Account Activation** is set to **None** and the **user is created** then the **returned value** from the **UsersModelRegistration::register** method should return **true** (even with warnings) because the requested action (user registration) is completed.
In the UsersModelRegistration :
```
public function register($temp)
{
$params = JComponentHelper::getParams('com_users');
JLog::add('$params :' . print_r($params,1), JLog::DEBUG, 'site.user.registration.model.register');
...
```
The log
```
DEBUG 127.0.0.1 site.user.registration.model.register $params :Joomla\Registry\Registry Object
(
[data:protected] => stdClass Object
(
[allowUserRegistration] => 1
[new_usertype] => 2
[guest_usergroup] => 9
[sendpassword] => 0
[useractivation] => 0
[mail_to_admin] => 0
[captcha] =>
[frontend_userparams] => 1
[site_language] => 0
[change_login_name] => 0
[reset_count] => 10
[reset_time] => 1
[minimum_length] => 4
[minimum_integers] => 0
[minimum_symbols] => 0
[minimum_uppercase] => 0
[save_history] => 1
[history_limit] => 5
[mailSubjectPrefix] =>
[mailBodySuffix] =>
[debugUsers] => 1
[debugGroups] => 1
[sef_advanced] => 0
[custom_fields_enable] => 1
)
[initialized:protected] => 1
[separator] => .
)
```
|
1.0
|
[3.8.13] New User Activation : None, but joomla tries to send mail - ### Steps to reproduce the issue
In Global Configuration, set the **New User Account Activation**
to **None**
Then try to register a new user.
### Expected result
The user is created with no errors or warnings
### Actual result
The user is created with the following errors/warnings
Warning :
**Message
The mail function has been disabled by an administrator.**
Error :
**An error was encountered while sending the registration email. A message has been sent to the administrator of this site.**
### System information (as much as possible)
apache 2.4.18-2ubuntu3.9
Joomla 3.8.13
### Additional comments
I am in a localhost and do not have mail setup. So I understand why I get those errors.
The problem is that I am developing a component and in my controller I call the **register()** method
of the **UsersModelRegistration**.
Because there is no mail in my system the method returns false which is not true because the user is created.
The point is that since the **New User Account Activation** is set to **None** and the **user is created** then the **returned value** from the **UsersModelRegistration::register** method should return **true** (even with warnings) because the requested action (user registration) is completed.
In the UsersModelRegistration :
```
public function register($temp)
{
$params = JComponentHelper::getParams('com_users');
JLog::add('$params :' . print_r($params,1), JLog::DEBUG, 'site.user.registration.model.register');
...
```
The log
```
DEBUG 127.0.0.1 site.user.registration.model.register $params :Joomla\Registry\Registry Object
(
[data:protected] => stdClass Object
(
[allowUserRegistration] => 1
[new_usertype] => 2
[guest_usergroup] => 9
[sendpassword] => 0
[useractivation] => 0
[mail_to_admin] => 0
[captcha] =>
[frontend_userparams] => 1
[site_language] => 0
[change_login_name] => 0
[reset_count] => 10
[reset_time] => 1
[minimum_length] => 4
[minimum_integers] => 0
[minimum_symbols] => 0
[minimum_uppercase] => 0
[save_history] => 1
[history_limit] => 5
[mailSubjectPrefix] =>
[mailBodySuffix] =>
[debugUsers] => 1
[debugGroups] => 1
[sef_advanced] => 0
[custom_fields_enable] => 1
)
[initialized:protected] => 1
[separator] => .
)
```
|
non_build
|
new user activation none but joomla tries to send mail steps to reproduce the issue in global configuration set the new user account activation to none then try to register a new user expected result the user is created with no errors or warnings actual result the user is created with the following errors warnings warning message the mail function has been disabled by an administrator error an error was encountered while sending the registration email a message has been sent to the administrator of this site system information as much as possible apache joomla additional comments i am in a localhost and do not have mail setup so i understand why i get those errors the problem is that i am developing a component and in my controller i call the register method of the usersmodelregistration because there is no mail in my system the method returns false which is not true because the user is created the point is that since the new user account activation is set to none and the user is created then the returned value from the usersmodelregistration register method should return true even with warnings because the requested action user registration is completed in the usersmodelregistration public function register temp params jcomponenthelper getparams com users jlog add params print r params jlog debug site user registration model register the log debug site user registration model register params joomla registry registry object stdclass object
| 0
|
13,837
| 5,468,886,921
|
IssuesEvent
|
2017-03-10 08:08:12
|
docker/docker
|
https://api.github.com/repos/docker/docker
|
reopened
|
Docker Windows Container fails to run in priviledged mode
|
area/builder platform/arm platform/windows version/1.13
|
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
-->
**Description**
When using docker-compose up with the yml file below, container will run in priviledged mode.
```
version: "2.1"
services:
web:
build: .
command: nodemon -L --debug=5858
privileged: true
tty: true
ports:
- "3000:3000"
- "5858:5858"
networks:
default:
external:
name: nat
```
dockerfile for base node image
```
FROM microsoft/windowsservercore
ENV NPM_CONFIG_LOGLEVEL info
RUN powershell -Command "wget -Uri https://nodejs.org/dist/v6.9.5/node-v6.9.5-x64.msi -OutFile node.msi -UseBasicParsing"
RUN msiexec.exe /q /i node.msi
CMD [ "node" ]
```
dockerfile for hapi server with serialport
```
FROM node:695
WORKDIR /app
RUN npm install --silent --progress=false -g nodemon@1.10.2
COPY package.json /app/package.json
RUN npm install
COPY . /app
CMD ["npm.cmd", "start"]
```
Steps to reproduce the behavior
1. docker build -t node . (the first dockerfile from above)
2. docker tag node:latest node:695
3. docker-compose build
4. docker-compose up
**Describe the results you received:**
```
When docker-compose up is run the initialization fails with the following error
PS C:\Users\honeyws\Documents\ComApiNodeWindows> docker-compose up
Removing comapinodewindows_web_1
Recreating f8442170a78f_comapinodewindows_web_1
ERROR: for web Cannot start service web: container c1e3bd481a189a4f68566e4dd470af1ef385288ec7e831633e39363809358613 enc
ountered an error during CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x
2) extra info: {"ApplicationName":"","CommandLine":"nodemon -L --debug=5858","User":"","WorkingDirectory":"C:\\app","Env
ironment":{"NPM_CONFIG_LOGLEVEL":"info"},"EmulateConsole":true,"CreateStdInPipe":true,"CreateStdOutPipe":true,"CreateStd
ErrPipe":false,"ConsoleSize":[0,0]}
ERROR: Encountered errors while bringing up the project.
PS C:\Users\honeyws\Documents\ComApiNodeWindows>
```
**Describe the results you expected:**
Container should start in priviledged mode
**Additional information you deem important (e.g. issue happens only occasionally):**
Diagnostic id: ID 097756B2-58F4-436C-901D-FFC79D6EA8B6/2017-02-15_15-24-44
originally reported:
https://github.com/docker/for-win/issues/501
**Output of `docker version`:**
```
PS C:\Users\honeyws\Documents\ComApiNodeWindows> docker version
Client:
Version: 1.13.1
API version: 1.26
Go version: go1.7.5
Git commit: 092cba3
Built: Wed Feb 8 08:47:51 2017
OS/Arch: windows/amd64
Server:
Version: 1.13.1
API version: 1.26 (minimum version 1.24)
Go version: go1.7.5
Git commit: 092cba3
Built: Wed Feb 8 08:47:51 2017
OS/Arch: windows/amd64
Experimental: true
```
**Additional environment details (AWS, VirtualBox, physical, etc.):**
Windows 10 pro
|
1.0
|
Docker Windows Container fails to run in priviledged mode -
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
-->
**Description**
When using docker-compose up with the yml file below, container will run in priviledged mode.
```
version: "2.1"
services:
web:
build: .
command: nodemon -L --debug=5858
privileged: true
tty: true
ports:
- "3000:3000"
- "5858:5858"
networks:
default:
external:
name: nat
```
dockerfile for base node image
```
FROM microsoft/windowsservercore
ENV NPM_CONFIG_LOGLEVEL info
RUN powershell -Command "wget -Uri https://nodejs.org/dist/v6.9.5/node-v6.9.5-x64.msi -OutFile node.msi -UseBasicParsing"
RUN msiexec.exe /q /i node.msi
CMD [ "node" ]
```
dockerfile for hapi server with serialport
```
FROM node:695
WORKDIR /app
RUN npm install --silent --progress=false -g nodemon@1.10.2
COPY package.json /app/package.json
RUN npm install
COPY . /app
CMD ["npm.cmd", "start"]
```
Steps to reproduce the behavior
1. docker build -t node . (the first dockerfile from above)
2. docker tag node:latest node:695
3. docker-compose build
4. docker-compose up
**Describe the results you received:**
```
When docker-compose up is run the initialization fails with the following error
PS C:\Users\honeyws\Documents\ComApiNodeWindows> docker-compose up
Removing comapinodewindows_web_1
Recreating f8442170a78f_comapinodewindows_web_1
ERROR: for web Cannot start service web: container c1e3bd481a189a4f68566e4dd470af1ef385288ec7e831633e39363809358613 enc
ountered an error during CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x
2) extra info: {"ApplicationName":"","CommandLine":"nodemon -L --debug=5858","User":"","WorkingDirectory":"C:\\app","Env
ironment":{"NPM_CONFIG_LOGLEVEL":"info"},"EmulateConsole":true,"CreateStdInPipe":true,"CreateStdOutPipe":true,"CreateStd
ErrPipe":false,"ConsoleSize":[0,0]}
ERROR: Encountered errors while bringing up the project.
PS C:\Users\honeyws\Documents\ComApiNodeWindows>
```
**Describe the results you expected:**
Container should start in priviledged mode
**Additional information you deem important (e.g. issue happens only occasionally):**
Diagnostic id: ID 097756B2-58F4-436C-901D-FFC79D6EA8B6/2017-02-15_15-24-44
originally reported:
https://github.com/docker/for-win/issues/501
**Output of `docker version`:**
```
PS C:\Users\honeyws\Documents\ComApiNodeWindows> docker version
Client:
Version: 1.13.1
API version: 1.26
Go version: go1.7.5
Git commit: 092cba3
Built: Wed Feb 8 08:47:51 2017
OS/Arch: windows/amd64
Server:
Version: 1.13.1
API version: 1.26 (minimum version 1.24)
Go version: go1.7.5
Git commit: 092cba3
Built: Wed Feb 8 08:47:51 2017
OS/Arch: windows/amd64
Experimental: true
```
**Additional environment details (AWS, VirtualBox, physical, etc.):**
Windows 10 pro
|
build
|
docker windows container fails to run in priviledged mode bug report information use the commands below to provide key information from your environment you do not have to include this information if this is a feature request description when using docker compose up with the yml file below container will run in priviledged mode version services web build command nodemon l debug privileged true tty true ports networks default external name nat dockerfile for base node image from microsoft windowsservercore env npm config loglevel info run powershell command wget uri outfile node msi usebasicparsing run msiexec exe q i node msi cmd dockerfile for hapi server with serialport from node workdir app run npm install silent progress false g nodemon copy package json app package json run npm install copy app cmd steps to reproduce the behavior docker build t node the first dockerfile from above docker tag node latest node docker compose build docker compose up describe the results you received when docker compose up is run the initialization fails with the following error ps c users honeyws documents comapinodewindows docker compose up removing comapinodewindows web recreating comapinodewindows web error for web cannot start service web container enc ountered an error during createprocess failure in a windows system call the system cannot find the file specified extra info applicationname commandline nodemon l debug user workingdirectory c app env ironment npm config loglevel info emulateconsole true createstdinpipe true createstdoutpipe true createstd errpipe false consolesize error encountered errors while bringing up the project ps c users honeyws documents comapinodewindows describe the results you expected container should start in priviledged mode additional information you deem important e g issue happens only occasionally diagnostic id id originally reported output of docker version ps c users honeyws documents comapinodewindows docker version client version api version go version git commit built wed feb os arch windows server version api version minimum version go version git commit built wed feb os arch windows experimental true additional environment details aws virtualbox physical etc windows pro
| 1
|
72,130
| 19,027,222,664
|
IssuesEvent
|
2021-11-24 06:08:40
|
google/mediapipe
|
https://api.github.com/repos/google/mediapipe
|
opened
|
How do I convert the camera's data stream into a Bitmap stream to recognize hand_landmark_lite.tflite and then convert the Bitmap back to video output?
|
type:build/install
|
How do I convert the camera's data stream into a Bitmap stream to recognize hand_landmark_lite.tflite and then convert the Bitmap back to video output?
|
1.0
|
How do I convert the camera's data stream into a Bitmap stream to recognize hand_landmark_lite.tflite and then convert the Bitmap back to video output? - How do I convert the camera's data stream into a Bitmap stream to recognize hand_landmark_lite.tflite and then convert the Bitmap back to video output?
|
build
|
how do i convert the camera s data stream into a bitmap stream to recognize hand landmark lite tflite and then convert the bitmap back to video output how do i convert the camera s data stream into a bitmap stream to recognize hand landmark lite tflite and then convert the bitmap back to video output
| 1
|
26,165
| 4,209,568,090
|
IssuesEvent
|
2016-06-29 06:14:29
|
Azure/azure-xplat-cli
|
https://api.github.com/repos/Azure/azure-xplat-cli
|
closed
|
azure vm docker create: --location option will be ignored
|
docker P2 Ready For Test
|
```sh
$ azure vm docker create -z large -e 22 -s SUBSID -l 'West US' HSNAME b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140724-en-us-30GB azureuser 'PA$$W0RD!'
info: Executing command vm docker create
info: Found docker certificates.
+ Looking up image b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140724-en-us-30GB
+ Looking up cloud service
info: cloud service HSNAME not found.
+ Creating cloud service
+ Retrieving storage accounts
+ Looking up cloud service
warn: --location option will be ignored
+ Getting cloud service properties
+ Looking up deployment
+ Creating VM
info: OK
info: vm docker create command OK
```
the `warn: --location option will be ignored` line is a bit concerning. It is not ignored and the command uses that option correctly to create the VM however prints this anyway.
<!---@tfsbridge:{"tfsId":3435757}-->
|
1.0
|
azure vm docker create: --location option will be ignored -
```sh
$ azure vm docker create -z large -e 22 -s SUBSID -l 'West US' HSNAME b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140724-en-us-30GB azureuser 'PA$$W0RD!'
info: Executing command vm docker create
info: Found docker certificates.
+ Looking up image b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140724-en-us-30GB
+ Looking up cloud service
info: cloud service HSNAME not found.
+ Creating cloud service
+ Retrieving storage accounts
+ Looking up cloud service
warn: --location option will be ignored
+ Getting cloud service properties
+ Looking up deployment
+ Creating VM
info: OK
info: vm docker create command OK
```
the `warn: --location option will be ignored` line is a bit concerning. It is not ignored and the command uses that option correctly to create the VM however prints this anyway.
<!---@tfsbridge:{"tfsId":3435757}-->
|
non_build
|
azure vm docker create location option will be ignored sh azure vm docker create z large e s subsid l west us hsname ubuntu lts server en us azureuser pa info executing command vm docker create info found docker certificates looking up image ubuntu lts server en us looking up cloud service info cloud service hsname not found creating cloud service retrieving storage accounts looking up cloud service warn location option will be ignored getting cloud service properties looking up deployment creating vm info ok info vm docker create command ok the warn location option will be ignored line is a bit concerning it is not ignored and the command uses that option correctly to create the vm however prints this anyway
| 0
|
98,624
| 30,020,236,872
|
IssuesEvent
|
2023-06-26 22:25:57
|
jqlang/jq
|
https://api.github.com/repos/jqlang/jq
|
closed
|
glibc warning: _BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE
|
build
|
Compiling jq 1.6 with glibc >=2.20 (2.20 released 5 years ago!) gives a warning:
```
In file included from jq/src/builtin.c:10:
In file included from /usr/include/sys/time.h:21:
/usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
```
Relevant piece from glibc 2.20 [release notes](https://sourceware.org/ml/libc-alpha/2014-09/msg00088.html):
```
* The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer
supported; they now act the same as _DEFAULT_SOURCE (but generate a
warning).
```
|
1.0
|
glibc warning: _BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE - Compiling jq 1.6 with glibc >=2.20 (2.20 released 5 years ago!) gives a warning:
```
In file included from jq/src/builtin.c:10:
In file included from /usr/include/sys/time.h:21:
/usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
```
Relevant piece from glibc 2.20 [release notes](https://sourceware.org/ml/libc-alpha/2014-09/msg00088.html):
```
* The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer
supported; they now act the same as _DEFAULT_SOURCE (but generate a
warning).
```
|
build
|
glibc warning bsd source and svid source are deprecated use default source compiling jq with glibc released years ago gives a warning in file included from jq src builtin c in file included from usr include sys time h usr include features h warning bsd source and svid source are deprecated use default source relevant piece from glibc the bsd source and svid source feature test macros are no longer supported they now act the same as default source but generate a warning
| 1
|
66,067
| 12,707,129,463
|
IssuesEvent
|
2020-06-23 08:24:31
|
hzi-braunschweig/SORMAS-Project
|
https://api.github.com/repos/hzi-braunschweig/SORMAS-Project
|
opened
|
AbstractForm: Max length validation only for datatype String
|
Code Quality change sormas-ui
|
<!--
If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (accessible in the right sidebar) for an explanation about the information we'd like you to provide.
-->
### Feature Description
### Problem Description
Follow-up to #580: It seems that text length validation is applied to any `TextField`, but these fields are also often used for other data types like `Integer`. #2301 already proved that this is errorprone.
### Proposed Change
1. `MaxLengthValidator`s should only be set if the data type is `String`.
2. Maybe remove `AbstractForm.removeMaxLengthValidators` (I consider that this method should be superfluous after the point 1.
### Additional Information
Checking for data type is already a pattern in other vitagroup products using Vaadin 7.
|
1.0
|
AbstractForm: Max length validation only for datatype String - <!--
If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (accessible in the right sidebar) for an explanation about the information we'd like you to provide.
-->
### Feature Description
### Problem Description
Follow-up to #580: It seems that text length validation is applied to any `TextField`, but these fields are also often used for other data types like `Integer`. #2301 already proved that this is errorprone.
### Proposed Change
1. `MaxLengthValidator`s should only be set if the data type is `String`.
2. Maybe remove `AbstractForm.removeMaxLengthValidators` (I consider that this method should be superfluous after the point 1.
### Additional Information
Checking for data type is already a pattern in other vitagroup products using Vaadin 7.
|
non_build
|
abstractform max length validation only for datatype string if you ve never submitted an issue to the sormas repository before or this is your first time using this template please read the contributing guidelines accessible in the right sidebar for an explanation about the information we d like you to provide feature description problem description follow up to it seems that text length validation is applied to any textfield but these fields are also often used for other data types like integer already proved that this is errorprone proposed change maxlengthvalidator s should only be set if the data type is string maybe remove abstractform removemaxlengthvalidators i consider that this method should be superfluous after the point additional information checking for data type is already a pattern in other vitagroup products using vaadin
| 0
|
30,243
| 8,506,703,166
|
IssuesEvent
|
2018-10-30 17:11:35
|
SpineEventEngine/base
|
https://api.github.com/repos/SpineEventEngine/base
|
closed
|
Duplicate artifacts for Javadoc Prettifier
|
/Build bug
|
When published, `io.spine.tools` contain:
* `javadoc-prettifier`
* `spine-javadoc-prettifier`
There should be only `spine-javadoc-prettifier`.
|
1.0
|
Duplicate artifacts for Javadoc Prettifier - When published, `io.spine.tools` contain:
* `javadoc-prettifier`
* `spine-javadoc-prettifier`
There should be only `spine-javadoc-prettifier`.
|
build
|
duplicate artifacts for javadoc prettifier when published io spine tools contain javadoc prettifier spine javadoc prettifier there should be only spine javadoc prettifier
| 1
|
83,529
| 24,075,767,321
|
IssuesEvent
|
2022-09-18 19:28:43
|
stdgraph/graph-v2
|
https://api.github.com/repos/stdgraph/graph-v2
|
closed
|
Build instructions may need some work.
|
build
|
```
sudo apt install build-essential gdb cmake
```
May not install the correct cmake version. Installing correct cmake version is easy!
1) Find the respective version here; https://github.com/Kitware/CMake/releases, and
2) replace the [x.xx.x] in the following commands with the version number (remove the brackets). For example, if you are installing CMake 3.22.1, replace [x.xx.x] with 3.22.1:
```bash
wget https://github.com/Kitware/CMake/releases/download/v[x.xx.x]/cmake-[x.xx.x]-linux-x86_64.sh
chmod +x ./cmake-[x.xx.x]-linux-x86_64.sh
./cmake-[x.xx.x]-linux-x86_64.sh
sudo mv cmake-[x.xx.x]-linux-x86_64 /opt/cmake
sudo ln -s /opt/cmake/bin/* /usr/local/bin/
```
|
1.0
|
Build instructions may need some work. - ```
sudo apt install build-essential gdb cmake
```
May not install the correct cmake version. Installing correct cmake version is easy!
1) Find the respective version here; https://github.com/Kitware/CMake/releases, and
2) replace the [x.xx.x] in the following commands with the version number (remove the brackets). For example, if you are installing CMake 3.22.1, replace [x.xx.x] with 3.22.1:
```bash
wget https://github.com/Kitware/CMake/releases/download/v[x.xx.x]/cmake-[x.xx.x]-linux-x86_64.sh
chmod +x ./cmake-[x.xx.x]-linux-x86_64.sh
./cmake-[x.xx.x]-linux-x86_64.sh
sudo mv cmake-[x.xx.x]-linux-x86_64 /opt/cmake
sudo ln -s /opt/cmake/bin/* /usr/local/bin/
```
|
build
|
build instructions may need some work sudo apt install build essential gdb cmake may not install the correct cmake version installing correct cmake version is easy find the respective version here and replace the in the following commands with the version number remove the brackets for example if you are installing cmake replace with bash wget cmake linux sh chmod x cmake linux sh cmake linux sh sudo mv cmake linux opt cmake sudo ln s opt cmake bin usr local bin
| 1
|
55,066
| 13,519,354,105
|
IssuesEvent
|
2020-09-15 01:43:45
|
mapbox/mapbox-navigation-ios
|
https://api.github.com/repos/mapbox/mapbox-navigation-ios
|
opened
|
Support installation via Swift Package Manager
|
- build blocked epic
|
The navigation SDK is currently available for installation via CocoaPods and Carthage, with some of the lighterweight dependencies (MapboxDirections, Turf, etc.) also available for installation via Swift Package Manager. SPM has a brighter long-term outlook than CocoaPods and Carthage, so we should try to support it as soon as it’s ready.
The navigation SDK can only support SPM once all its dependencies also support SPM, in particular:
* [ ] Mapbox [map SDK]
* [ ] MapboxAccounts
* [x] MapboxCommon
* [x] MapboxDirections
* [ ] MapboxMobileEvents
* [ ] MapboxNavigationNative
* [x] MapboxSpeech
* [ ] Solar
* [x] Turf
/cc @mapbox/navigation-ios @frederoni
|
1.0
|
Support installation via Swift Package Manager - The navigation SDK is currently available for installation via CocoaPods and Carthage, with some of the lighterweight dependencies (MapboxDirections, Turf, etc.) also available for installation via Swift Package Manager. SPM has a brighter long-term outlook than CocoaPods and Carthage, so we should try to support it as soon as it’s ready.
The navigation SDK can only support SPM once all its dependencies also support SPM, in particular:
* [ ] Mapbox [map SDK]
* [ ] MapboxAccounts
* [x] MapboxCommon
* [x] MapboxDirections
* [ ] MapboxMobileEvents
* [ ] MapboxNavigationNative
* [x] MapboxSpeech
* [ ] Solar
* [x] Turf
/cc @mapbox/navigation-ios @frederoni
|
build
|
support installation via swift package manager the navigation sdk is currently available for installation via cocoapods and carthage with some of the lighterweight dependencies mapboxdirections turf etc also available for installation via swift package manager spm has a brighter long term outlook than cocoapods and carthage so we should try to support it as soon as it’s ready the navigation sdk can only support spm once all its dependencies also support spm in particular mapbox mapboxaccounts mapboxcommon mapboxdirections mapboxmobileevents mapboxnavigationnative mapboxspeech solar turf cc mapbox navigation ios frederoni
| 1
|
460,292
| 13,207,644,868
|
IssuesEvent
|
2020-08-14 23:57:54
|
phetsims/balancing-act
|
https://api.github.com/repos/phetsims/balancing-act
|
closed
|
For research study version based on 1.2.0 branch, remove all Mystery Objects except for Mystery Object G
|
priority:2-high
|
We received a request from our research partner:
> We have done some analysis on the log data of the Mystery Object problem-solving study. It was observed that quite a few participants were distracted by the other Mystery Objects and conducted trials investigating those, despite being explicitly instructed to figure out the mass of Mystery Object G (see example attached). Is there any way to hide the other M.O.s in the simulation?
Here is a patch that will likely accomplish this:
<details>
```diff
Index: js/common/view/MassCarousel.js
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- js/common/view/MassCarousel.js (revision 63941e3678903f3f8a6f8bfb6c98ab5ccc8ba101)
+++ js/common/view/MassCarousel.js (date 1597358505641)
@@ -148,18 +148,14 @@
new HBox(
{
children: [
- new MysteryMassCreatorNode( 4, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode4' ) } ),
- new MysteryMassCreatorNode( 5, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode5' ) } )
+ new MysteryMassCreatorNode( 6, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode6' ) } ),
],
spacing: 20
} ),
new HBox(
{
- children: [
- new MysteryMassCreatorNode( 6, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode6' ) } ),
- new MysteryMassCreatorNode( 7, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode7' ) } )
- ],
+ children: [],
spacing: 20
} )
],
@@ -180,10 +176,10 @@
title: new Text( peopleString, { font: TITLE_FONT } ),
content: peopleKit2
} ],
- {
- title: new Text( mysteryObjectsString, { font: TITLE_FONT } ),
- content: mysteryMassesKit1
- },
+ // {
+ // title: new Text( mysteryObjectsString, { font: TITLE_FONT } ),
+ // content: mysteryMassesKit1
+ // },
{
title: new Text( mysteryObjectsString, { font: TITLE_FONT } ),
content: mysteryMassesKit2
```
</details>
@kathy-phet can you please prioritize, indicate timeline and assign? Next steps for this issue would be applying this patch in the 1.2.0 branch, republishing, testing (probably doesn't require QA) and redelivering.
|
1.0
|
For research study version based on 1.2.0 branch, remove all Mystery Objects except for Mystery Object G - We received a request from our research partner:
> We have done some analysis on the log data of the Mystery Object problem-solving study. It was observed that quite a few participants were distracted by the other Mystery Objects and conducted trials investigating those, despite being explicitly instructed to figure out the mass of Mystery Object G (see example attached). Is there any way to hide the other M.O.s in the simulation?
Here is a patch that will likely accomplish this:
<details>
```diff
Index: js/common/view/MassCarousel.js
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- js/common/view/MassCarousel.js (revision 63941e3678903f3f8a6f8bfb6c98ab5ccc8ba101)
+++ js/common/view/MassCarousel.js (date 1597358505641)
@@ -148,18 +148,14 @@
new HBox(
{
children: [
- new MysteryMassCreatorNode( 4, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode4' ) } ),
- new MysteryMassCreatorNode( 5, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode5' ) } )
+ new MysteryMassCreatorNode( 6, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode6' ) } ),
],
spacing: 20
} ),
new HBox(
{
- children: [
- new MysteryMassCreatorNode( 6, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode6' ) } ),
- new MysteryMassCreatorNode( 7, model, modelViewTransform, { tandem: options.tandem.createTandem( 'mysteryMassCreatorNode7' ) } )
- ],
+ children: [],
spacing: 20
} )
],
@@ -180,10 +176,10 @@
title: new Text( peopleString, { font: TITLE_FONT } ),
content: peopleKit2
} ],
- {
- title: new Text( mysteryObjectsString, { font: TITLE_FONT } ),
- content: mysteryMassesKit1
- },
+ // {
+ // title: new Text( mysteryObjectsString, { font: TITLE_FONT } ),
+ // content: mysteryMassesKit1
+ // },
{
title: new Text( mysteryObjectsString, { font: TITLE_FONT } ),
content: mysteryMassesKit2
```
</details>
@kathy-phet can you please prioritize, indicate timeline and assign? Next steps for this issue would be applying this patch in the 1.2.0 branch, republishing, testing (probably doesn't require QA) and redelivering.
|
non_build
|
for research study version based on branch remove all mystery objects except for mystery object g we received a request from our research partner we have done some analysis on the log data of the mystery object problem solving study it was observed that quite a few participants were distracted by the other mystery objects and conducted trials investigating those despite being explicitly instructed to figure out the mass of mystery object g see example attached is there any way to hide the other m o s in the simulation here is a patch that will likely accomplish this diff index js common view masscarousel js idea additional info subsystem com intellij openapi diff impl patch charsetep utf js common view masscarousel js revision js common view masscarousel js date new hbox children new mysterymasscreatornode model modelviewtransform tandem options tandem createtandem new mysterymasscreatornode model modelviewtransform tandem options tandem createtandem new mysterymasscreatornode model modelviewtransform tandem options tandem createtandem spacing new hbox children new mysterymasscreatornode model modelviewtransform tandem options tandem createtandem new mysterymasscreatornode model modelviewtransform tandem options tandem createtandem children spacing title new text peoplestring font title font content title new text mysteryobjectsstring font title font content title new text mysteryobjectsstring font title font content title new text mysteryobjectsstring font title font content kathy phet can you please prioritize indicate timeline and assign next steps for this issue would be applying this patch in the branch republishing testing probably doesn t require qa and redelivering
| 0
|
41,127
| 10,650,415,881
|
IssuesEvent
|
2019-10-17 08:17:51
|
sylabs/singularity
|
https://api.github.com/repos/sylabs/singularity
|
opened
|
Cross build image architecture
|
Bug ImageBuilding
|
### Version of Singularity:
```
3.4.2+455-gfac1ca469
```
### Expected behavior
```
singularity sif list /tmp/ubuntu-s390x.sif
Container id: b7251108-9d5c-4acf-b645-adfc5c792247
Created on: 2019-10-17 10:14:14 +0200 CEST
Modified on: 2019-10-17 10:14:14 +0200 CEST
----------------------------------------------------
Descriptor list:
ID |GROUP |LINK |SIF POSITION (start-end) |TYPE
------------------------------------------------------------------------------
1 |1 |NONE |32768-32825 |Def.FILE
2 |1 |NONE |36864-36961 |JSON.Generic
3 |1 |NONE |40960-24965120 |FS (Squashfs/*System/s390x)
```
### Actual behavior
See steps to reproduce and run after :
```
singularity sif list /tmp/ubuntu-s390x.sif
Container id: b7251108-9d5c-4acf-b645-adfc5c792247
Created on: 2019-10-17 10:14:14 +0200 CEST
Modified on: 2019-10-17 10:14:14 +0200 CEST
----------------------------------------------------
Descriptor list:
ID |GROUP |LINK |SIF POSITION (start-end) |TYPE
------------------------------------------------------------------------------
1 |1 |NONE |32768-32825 |Def.FILE
2 |1 |NONE |36864-36961 |JSON.Generic
3 |1 |NONE |40960-24965120 |FS (Squashfs/*System/amd64)
```
### Steps to reproduce this behavior
```
cat > /tmp/ubuntu-s390.def <<EOF
bootstrap: docker
from: s390x/ubuntu
%post
uname -m
EOF
sudo singularity run docker://multiarch/qemu-user-static --reset -p yes
singularity build --fakeroot /tmp/ubuntu-s390x.sif /tmp/ubuntu-s390.def
```
### What OS/distro are you running
```
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
```
### How did you install Singularity
Git
|
1.0
|
Cross build image architecture - ### Version of Singularity:
```
3.4.2+455-gfac1ca469
```
### Expected behavior
```
singularity sif list /tmp/ubuntu-s390x.sif
Container id: b7251108-9d5c-4acf-b645-adfc5c792247
Created on: 2019-10-17 10:14:14 +0200 CEST
Modified on: 2019-10-17 10:14:14 +0200 CEST
----------------------------------------------------
Descriptor list:
ID |GROUP |LINK |SIF POSITION (start-end) |TYPE
------------------------------------------------------------------------------
1 |1 |NONE |32768-32825 |Def.FILE
2 |1 |NONE |36864-36961 |JSON.Generic
3 |1 |NONE |40960-24965120 |FS (Squashfs/*System/s390x)
```
### Actual behavior
See steps to reproduce and run after :
```
singularity sif list /tmp/ubuntu-s390x.sif
Container id: b7251108-9d5c-4acf-b645-adfc5c792247
Created on: 2019-10-17 10:14:14 +0200 CEST
Modified on: 2019-10-17 10:14:14 +0200 CEST
----------------------------------------------------
Descriptor list:
ID |GROUP |LINK |SIF POSITION (start-end) |TYPE
------------------------------------------------------------------------------
1 |1 |NONE |32768-32825 |Def.FILE
2 |1 |NONE |36864-36961 |JSON.Generic
3 |1 |NONE |40960-24965120 |FS (Squashfs/*System/amd64)
```
### Steps to reproduce this behavior
```
cat > /tmp/ubuntu-s390.def <<EOF
bootstrap: docker
from: s390x/ubuntu
%post
uname -m
EOF
sudo singularity run docker://multiarch/qemu-user-static --reset -p yes
singularity build --fakeroot /tmp/ubuntu-s390x.sif /tmp/ubuntu-s390.def
```
### What OS/distro are you running
```
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
```
### How did you install Singularity
Git
|
build
|
cross build image architecture version of singularity expected behavior singularity sif list tmp ubuntu sif container id created on cest modified on cest descriptor list id group link sif position start end type none def file none json generic none fs squashfs system actual behavior see steps to reproduce and run after singularity sif list tmp ubuntu sif container id created on cest modified on cest descriptor list id group link sif position start end type none def file none json generic none fs squashfs system steps to reproduce this behavior cat tmp ubuntu def eof bootstrap docker from ubuntu post uname m eof sudo singularity run docker multiarch qemu user static reset p yes singularity build fakeroot tmp ubuntu sif tmp ubuntu def what os distro are you running name ubuntu version lts bionic beaver id ubuntu id like debian pretty name ubuntu lts version id home url support url bug report url privacy policy url version codename bionic ubuntu codename bionic how did you install singularity git
| 1
|
100,123
| 8,724,297,527
|
IssuesEvent
|
2018-12-10 04:17:21
|
humera987/FXLabs-Test-Automation
|
https://api.github.com/repos/humera987/FXLabs-Test-Automation
|
closed
|
app testing 10 : ApiV1NotificationsGetQueryParamPageInvalidDatatype
|
app testing 10 app testing 10
|
Project : app testing 10
Job : UAT
Env : UAT
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=M2RiZWE0N2MtMmQ5MC00ZjRmLWJhYjctNjhlOTQ5MGUxYjVm; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Mon, 10 Dec 2018 04:14:15 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/notifications?page=jYSdFg
Request :
Response :
{
"timestamp" : "2018-12-10T04:14:16.427+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/notifications"
}
Logs :
Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]
--- FX Bot ---
|
2.0
|
app testing 10 : ApiV1NotificationsGetQueryParamPageInvalidDatatype - Project : app testing 10
Job : UAT
Env : UAT
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=M2RiZWE0N2MtMmQ5MC00ZjRmLWJhYjctNjhlOTQ5MGUxYjVm; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Mon, 10 Dec 2018 04:14:15 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/notifications?page=jYSdFg
Request :
Response :
{
"timestamp" : "2018-12-10T04:14:16.427+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/notifications"
}
Logs :
Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]
--- FX Bot ---
|
non_build
|
app testing project app testing job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api notifications logs assertion resolved to result assertion resolved to result fx bot
| 0
|
86,427
| 24,847,065,054
|
IssuesEvent
|
2022-10-26 16:42:19
|
CRBT-Team/Purplet
|
https://api.github.com/repos/CRBT-Team/Purplet
|
opened
|
new adapter: "bun"
|
pkg:purplet interaction endpoints build
|
this will create a bun http server, not a gateway client (the gateway adapter already does this). it will look really really similar to the cloudflare adapter, since they both use `export default` syntax.
|
1.0
|
new adapter: "bun" - this will create a bun http server, not a gateway client (the gateway adapter already does this). it will look really really similar to the cloudflare adapter, since they both use `export default` syntax.
|
build
|
new adapter bun this will create a bun http server not a gateway client the gateway adapter already does this it will look really really similar to the cloudflare adapter since they both use export default syntax
| 1
|
7,002
| 3,933,932,686
|
IssuesEvent
|
2016-04-25 20:49:29
|
jens-maus/yam
|
https://api.github.com/repos/jens-maus/yam
|
closed
|
Warn about incompatible filetype when importing mails
|
#trivial @normal enhancement fixed GUI nightly build
|
**Originally by _mario@cattaneo.de_ on 2011-01-22 19:47:12 +0100**
___
Try to import eg. S:Startup-Sequence (I know, you have to change the filter to do so, but this is just an example ;)).
YAM will silently ignore that file, ie. do nothing. Would be nice, if there was a requester informing the user that something went wrong (incompatiible/corrupted...) with the selected file.
|
1.0
|
Warn about incompatible filetype when importing mails - **Originally by _mario@cattaneo.de_ on 2011-01-22 19:47:12 +0100**
___
Try to import eg. S:Startup-Sequence (I know, you have to change the filter to do so, but this is just an example ;)).
YAM will silently ignore that file, ie. do nothing. Would be nice, if there was a requester informing the user that something went wrong (incompatiible/corrupted...) with the selected file.
|
build
|
warn about incompatible filetype when importing mails originally by mario cattaneo de on try to import eg s startup sequence i know you have to change the filter to do so but this is just an example yam will silently ignore that file ie do nothing would be nice if there was a requester informing the user that something went wrong incompatiible corrupted with the selected file
| 1
|
33,146
| 9,037,347,683
|
IssuesEvent
|
2019-02-09 09:37:08
|
angular/angular
|
https://api.github.com/repos/angular/angular
|
closed
|
Pin Angular & dependency versions in plunkers for repros
|
comp: build & ci type: feature
|
When we refer developers to http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5?p=preview for reproducing issues, this currently refers to the latest npm release.
Instead, developers should be using a version of the plunker that is pinned to specific versions of Angular (eg 2.0.2 or 2.1.0-beta0) and all of its dependencies (rxjs, zones, etc).
This plunker could be auto-generated as part of our build/deployment process.
We will need to update the issue template to use these generated plunkers, or use an intermediate wiki or markdown page referring to the latest versions.
|
1.0
|
Pin Angular & dependency versions in plunkers for repros - When we refer developers to http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5?p=preview for reproducing issues, this currently refers to the latest npm release.
Instead, developers should be using a version of the plunker that is pinned to specific versions of Angular (eg 2.0.2 or 2.1.0-beta0) and all of its dependencies (rxjs, zones, etc).
This plunker could be auto-generated as part of our build/deployment process.
We will need to update the issue template to use these generated plunkers, or use an intermediate wiki or markdown page referring to the latest versions.
|
build
|
pin angular dependency versions in plunkers for repros when we refer developers to for reproducing issues this currently refers to the latest npm release instead developers should be using a version of the plunker that is pinned to specific versions of angular eg or and all of its dependencies rxjs zones etc this plunker could be auto generated as part of our build deployment process we will need to update the issue template to use these generated plunkers or use an intermediate wiki or markdown page referring to the latest versions
| 1
|
252,588
| 27,245,884,373
|
IssuesEvent
|
2023-02-22 01:56:36
|
hiagorios/charlib
|
https://api.github.com/repos/hiagorios/charlib
|
closed
|
WS-2023-0004 (High) detected in jszip-3.5.0.tgz - autoclosed
|
security vulnerability
|
## WS-2023-0004 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jszip-3.5.0.tgz</b></p></summary>
<p>Create, read and edit .zip files with JavaScript http://stuartk.com/jszip</p>
<p>Library home page: <a href="https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz">https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/jszip/package.json</p>
<p>
Dependency Hierarchy:
- protractor-7.0.0.tgz (Root Library)
- selenium-webdriver-3.6.0.tgz
- :x: **jszip-3.5.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jszip before 3.8.0 does not sanitize filenames when files are loaded with `loadAsync`, which makes the library vunerable to zip-slip attack.
<p>Publish Date: 2023-01-04
<p>URL: <a href=https://github.com/Stuk/jszip/commit/2edab366119c9ee948357c02f1206c28566cdf15>WS-2023-0004</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2023-01-04</p>
<p>Fix Resolution: jszip - 3.8.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
WS-2023-0004 (High) detected in jszip-3.5.0.tgz - autoclosed - ## WS-2023-0004 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jszip-3.5.0.tgz</b></p></summary>
<p>Create, read and edit .zip files with JavaScript http://stuartk.com/jszip</p>
<p>Library home page: <a href="https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz">https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/jszip/package.json</p>
<p>
Dependency Hierarchy:
- protractor-7.0.0.tgz (Root Library)
- selenium-webdriver-3.6.0.tgz
- :x: **jszip-3.5.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jszip before 3.8.0 does not sanitize filenames when files are loaded with `loadAsync`, which makes the library vunerable to zip-slip attack.
<p>Publish Date: 2023-01-04
<p>URL: <a href=https://github.com/Stuk/jszip/commit/2edab366119c9ee948357c02f1206c28566cdf15>WS-2023-0004</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2023-01-04</p>
<p>Fix Resolution: jszip - 3.8.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_build
|
ws high detected in jszip tgz autoclosed ws high severity vulnerability vulnerable library jszip tgz create read and edit zip files with javascript library home page a href path to dependency file package json path to vulnerable library node modules jszip package json dependency hierarchy protractor tgz root library selenium webdriver tgz x jszip tgz vulnerable library found in base branch main vulnerability details jszip before does not sanitize filenames when files are loaded with loadasync which makes the library vunerable to zip slip attack publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution jszip step up your open source security game with mend
| 0
|
15,508
| 5,970,929,774
|
IssuesEvent
|
2017-05-31 00:23:45
|
VOREStation/VOREStation
|
https://api.github.com/repos/VOREStation/VOREStation
|
closed
|
Lack of taur-suits in engineering (and possibly mining).
|
Pri: 3-Moderate Status: Works in latest build Type: Map
|
#### Brief description of the issue
Engineering doesn't have taur suits, simple as that, possibly with mining as well if I remember right.
#### What you expected to happen
To have taur suits (at least two for atmos, engineering, and mining)
#### What actually happened
Not having any except for the hardsuits in EVA (and even then there's only one atmos taur suit.)
#### Code Revision
- release - 2017-01-15
|
1.0
|
Lack of taur-suits in engineering (and possibly mining). - #### Brief description of the issue
Engineering doesn't have taur suits, simple as that, possibly with mining as well if I remember right.
#### What you expected to happen
To have taur suits (at least two for atmos, engineering, and mining)
#### What actually happened
Not having any except for the hardsuits in EVA (and even then there's only one atmos taur suit.)
#### Code Revision
- release - 2017-01-15
|
build
|
lack of taur suits in engineering and possibly mining brief description of the issue engineering doesn t have taur suits simple as that possibly with mining as well if i remember right what you expected to happen to have taur suits at least two for atmos engineering and mining what actually happened not having any except for the hardsuits in eva and even then there s only one atmos taur suit code revision release
| 1
|
26,972
| 7,883,506,072
|
IssuesEvent
|
2018-06-27 05:31:56
|
exaile/exaile
|
https://api.github.com/repos/exaile/exaile
|
closed
|
Need to finish migrating to git
|
Build system Type: enhancement
|
- [x] version.py needs to pull information from git instead of bzr (probably using `git describe --tags`)
- [ ] Release build instructions need to be updated in docs
- [x] Release build scripts need to be updated to use git instead of bzr
... there are probably other pieces I've missed.
|
1.0
|
Need to finish migrating to git - - [x] version.py needs to pull information from git instead of bzr (probably using `git describe --tags`)
- [ ] Release build instructions need to be updated in docs
- [x] Release build scripts need to be updated to use git instead of bzr
... there are probably other pieces I've missed.
|
build
|
need to finish migrating to git version py needs to pull information from git instead of bzr probably using git describe tags release build instructions need to be updated in docs release build scripts need to be updated to use git instead of bzr there are probably other pieces i ve missed
| 1
|
64,581
| 15,952,826,283
|
IssuesEvent
|
2021-04-15 11:39:49
|
siodb/siodb
|
https://api.github.com/repos/siodb/siodb
|
closed
|
Protobuf go files generation issue
|
component:build priority:critical type:bug
|
Something is wrong with the generation of protobuf go files:
```bash
================================================================================
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/ClientProtocol.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/ColumnDataType.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/CommonProtocol.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/CommonMessages.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/IOManagerProtocol.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/SystemTables.pb.o
AR /siodbbuild/siodb/build/release/lib/libsiodb_common_proto.a
DONE /siodbbuild/siodb/build/release/lib/libsiodb_common_proto.a
PROTOC /siodbbuild/siodb/build/cross-config/generated-src/go-modules/siodb.io/siodb/siodbproto/ClientProtocol.pb.go
protoc-gen-go: invalid Go import path "." for "ColumnDataType.proto"
The import path must contain at least one forward slash ('/') character.
See https://developers.google.com/protocol-buffers/docs/reference/go-generated#package for more information.
--go_out: protoc-gen-go: Plugin failed with status code 1.
make[5]: *** [/siodbbuild/siodb/mk//Main.mk:294: /siodbbuild/siodb/build/cross-config/generated-src/go-modules/siodb.io/siodb/siodbproto/ClientProtocol.pb.go] Error 1
make[5]: Leaving directory '/siodbbuild/siodb/common/lib/siodb/common/proto'
make[4]: *** [/siodbbuild/siodb/mk//ParallelRecurse.mk:14: proto/.] Error 2
make[4]: Leaving directory '/siodbbuild/siodb/common/lib/siodb/common'
make[3]: *** [/siodbbuild/siodb/mk//SequentialRecurse.mk:14: common/.] Error 2
make[3]: Leaving directory '/siodbbuild/siodb/common/lib/siodb'
make[2]: *** [/siodbbuild/siodb/mk//ParallelRecurse.mk:14: siodb/.] Error 2
make[2]: Leaving directory '/siodbbuild/siodb/common/lib'
make[1]: *** [Makefile:19: all] Error 2
make[1]: Leaving directory '/siodbbuild/siodb/common'
make: *** [Makefile:65: release-no-ut] Error 2
```
|
1.0
|
Protobuf go files generation issue - Something is wrong with the generation of protobuf go files:
```bash
================================================================================
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/ClientProtocol.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/ColumnDataType.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/CommonProtocol.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/CommonMessages.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/IOManagerProtocol.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/SystemTables.pb.o
AR /siodbbuild/siodb/build/release/lib/libsiodb_common_proto.a
DONE /siodbbuild/siodb/build/release/lib/libsiodb_common_proto.a
PROTOC /siodbbuild/siodb/build/cross-config/generated-src/go-modules/siodb.io/siodb/siodbproto/ClientProtocol.pb.go
protoc-gen-go: invalid Go import path "." for "ColumnDataType.proto"
The import path must contain at least one forward slash ('/') character.
See https://developers.google.com/protocol-buffers/docs/reference/go-generated#package for more information.
--go_out: protoc-gen-go: Plugin failed with status code 1.
make[5]: *** [/siodbbuild/siodb/mk//Main.mk:294: /siodbbuild/siodb/build/cross-config/generated-src/go-modules/siodb.io/siodb/siodbproto/ClientProtocol.pb.go] Error 1
make[5]: Leaving directory '/siodbbuild/siodb/common/lib/siodb/common/proto'
make[4]: *** [/siodbbuild/siodb/mk//ParallelRecurse.mk:14: proto/.] Error 2
make[4]: Leaving directory '/siodbbuild/siodb/common/lib/siodb/common'
make[3]: *** [/siodbbuild/siodb/mk//SequentialRecurse.mk:14: common/.] Error 2
make[3]: Leaving directory '/siodbbuild/siodb/common/lib/siodb'
make[2]: *** [/siodbbuild/siodb/mk//ParallelRecurse.mk:14: siodb/.] Error 2
make[2]: Leaving directory '/siodbbuild/siodb/common/lib'
make[1]: *** [Makefile:19: all] Error 2
make[1]: Leaving directory '/siodbbuild/siodb/common'
make: *** [Makefile:65: release-no-ut] Error 2
```
|
build
|
protobuf go files generation issue something is wrong with the generation of protobuf go files bash cxx siodbbuild siodb build release obj common lib siodb common proto clientprotocol pb o cxx siodbbuild siodb build release obj common lib siodb common proto columndatatype pb o cxx siodbbuild siodb build release obj common lib siodb common proto commonprotocol pb o cxx siodbbuild siodb build release obj common lib siodb common proto commonmessages pb o cxx siodbbuild siodb build release obj common lib siodb common proto iomanagerprotocol pb o cxx siodbbuild siodb build release obj common lib siodb common proto systemtables pb o ar siodbbuild siodb build release lib libsiodb common proto a done siodbbuild siodb build release lib libsiodb common proto a protoc siodbbuild siodb build cross config generated src go modules siodb io siodb siodbproto clientprotocol pb go protoc gen go invalid go import path for columndatatype proto the import path must contain at least one forward slash character see for more information go out protoc gen go plugin failed with status code make error make leaving directory siodbbuild siodb common lib siodb common proto make error make leaving directory siodbbuild siodb common lib siodb common make error make leaving directory siodbbuild siodb common lib siodb make error make leaving directory siodbbuild siodb common lib make error make leaving directory siodbbuild siodb common make error
| 1
|
286,758
| 21,608,034,234
|
IssuesEvent
|
2022-05-04 07:01:20
|
cyrusae/highlighter-public
|
https://api.github.com/repos/cyrusae/highlighter-public
|
opened
|
Wipe test database, sync with main branch, add to gitignore
|
documentation enhancement backend database frontend Priority: +
|
- [ ] Remove detritus of tooltip testing
- [ ] Wipe codes and existing encodings
- [ ] Leave a handful of sample statements and example codes though
- [ ] Add *.db and Prisma migrations to gitignore when done
- [ ] Wipe migration history
- [ ] See if that fixes #55
|
1.0
|
Wipe test database, sync with main branch, add to gitignore - - [ ] Remove detritus of tooltip testing
- [ ] Wipe codes and existing encodings
- [ ] Leave a handful of sample statements and example codes though
- [ ] Add *.db and Prisma migrations to gitignore when done
- [ ] Wipe migration history
- [ ] See if that fixes #55
|
non_build
|
wipe test database sync with main branch add to gitignore remove detritus of tooltip testing wipe codes and existing encodings leave a handful of sample statements and example codes though add db and prisma migrations to gitignore when done wipe migration history see if that fixes
| 0
|
74,317
| 20,115,487,673
|
IssuesEvent
|
2022-02-07 19:03:35
|
EscherLabs/Graphene
|
https://api.github.com/repos/EscherLabs/Graphene
|
closed
|
Graphene Forms: The parse condition of the output type fields is not working as expected
|
bug awaiting test form builder
|
**Description**
Even though the parse condition of the output type fields are set to "Show" in the Form Builder and the "Show" condition is set to true in the Form Builder, the value of the output fields are not being included in the resulting data object
**Feature / Subsystem**
Graphene Forms
**To Reproduce**
Steps to reproduce the behavior.
1. Go to https://my.binghamton.edu/app/153/test_ali_app
2. Click on "Save" button
3. Open developer console, and see that the form object is empty, even though I am printing out the whole form data object
4. Go to https://my.binghamton.edu/admin/apps/278#forms
5. Select "test" form
6. There is only one field defined, which is an output type field, click on that field to see field sections in the form builder
7. Click on Conditions, and see the "parse" value of the output type field is set to "Show".
**Console Errors**
None
**Link(s)**
Dev Instance: https://my.binghamton.edu/app/153/test_ali_app
Microapp: https://my.binghamton.edu/admin/apps/278
**Additional context**
@Cloverstone let me know if you need additional documentation.
|
1.0
|
Graphene Forms: The parse condition of the output type fields is not working as expected - **Description**
Even though the parse condition of the output type fields are set to "Show" in the Form Builder and the "Show" condition is set to true in the Form Builder, the value of the output fields are not being included in the resulting data object
**Feature / Subsystem**
Graphene Forms
**To Reproduce**
Steps to reproduce the behavior.
1. Go to https://my.binghamton.edu/app/153/test_ali_app
2. Click on "Save" button
3. Open developer console, and see that the form object is empty, even though I am printing out the whole form data object
4. Go to https://my.binghamton.edu/admin/apps/278#forms
5. Select "test" form
6. There is only one field defined, which is an output type field, click on that field to see field sections in the form builder
7. Click on Conditions, and see the "parse" value of the output type field is set to "Show".
**Console Errors**
None
**Link(s)**
Dev Instance: https://my.binghamton.edu/app/153/test_ali_app
Microapp: https://my.binghamton.edu/admin/apps/278
**Additional context**
@Cloverstone let me know if you need additional documentation.
|
build
|
graphene forms the parse condition of the output type fields is not working as expected description even though the parse condition of the output type fields are set to show in the form builder and the show condition is set to true in the form builder the value of the output fields are not being included in the resulting data object feature subsystem graphene forms to reproduce steps to reproduce the behavior go to click on save button open developer console and see that the form object is empty even though i am printing out the whole form data object go to select test form there is only one field defined which is an output type field click on that field to see field sections in the form builder click on conditions and see the parse value of the output type field is set to show console errors none link s dev instance microapp additional context cloverstone let me know if you need additional documentation
| 1
|
472,798
| 13,631,524,564
|
IssuesEvent
|
2020-09-24 18:08:59
|
oppia/oppia-android
|
https://api.github.com/repos/oppia/oppia-android
|
opened
|
Throughly test `TexInputStartsWithRuleClassifier`
|
Priority: Important SLoP 2020 Status: Not started Type: Improvement good first issue
|
Since the `TexInputStartsWithRuleClassifier` was copied from Oppia web, it didn't have corresponding tests added to verify correctness. These should be ported over from Oppia web as well to ensure that each classifier has working functionality.
Useful reference - https://github.com/oppia/oppia-android/tree/develop/domain/src/test/java/org/oppia/domain/classify
|
1.0
|
Throughly test `TexInputStartsWithRuleClassifier` - Since the `TexInputStartsWithRuleClassifier` was copied from Oppia web, it didn't have corresponding tests added to verify correctness. These should be ported over from Oppia web as well to ensure that each classifier has working functionality.
Useful reference - https://github.com/oppia/oppia-android/tree/develop/domain/src/test/java/org/oppia/domain/classify
|
non_build
|
throughly test texinputstartswithruleclassifier since the texinputstartswithruleclassifier was copied from oppia web it didn t have corresponding tests added to verify correctness these should be ported over from oppia web as well to ensure that each classifier has working functionality useful reference
| 0
|
54,964
| 23,371,774,777
|
IssuesEvent
|
2022-08-10 20:35:25
|
cityofaustin/atd-data-tech
|
https://api.github.com/repos/cityofaustin/atd-data-tech
|
closed
|
[URGENT] Grant Daniil access to the ATD Development Review Web Map & Sharepoint access for the TDS group
|
Impact: 1-Severe Service: Geo Workgroup: TDS Product: O365
|
<!-- Email -->
<!-- daniil.kontsevoy@austintexas.gov -->
> What application are you using?
ArcGIS
> Describe the problem.
Please grant Daniil access to the ATD Development Review Web Map
(https://austin.maps.arcgis.com/apps/webappviewer/index.html?id=f90baebe5f0a49ddb3f5ff52672b3bbf)
and SharePoint access for the TDS group.
> How soon do you need this?
Urgently — Critical that this is addressed today
> Requested By
Daniil K.
Request ID: DTS22-104690
|
1.0
|
[URGENT] Grant Daniil access to the ATD Development Review Web Map & Sharepoint access for the TDS group - <!-- Email -->
<!-- daniil.kontsevoy@austintexas.gov -->
> What application are you using?
ArcGIS
> Describe the problem.
Please grant Daniil access to the ATD Development Review Web Map
(https://austin.maps.arcgis.com/apps/webappviewer/index.html?id=f90baebe5f0a49ddb3f5ff52672b3bbf)
and SharePoint access for the TDS group.
> How soon do you need this?
Urgently — Critical that this is addressed today
> Requested By
Daniil K.
Request ID: DTS22-104690
|
non_build
|
grant daniil access to the atd development review web map sharepoint access for the tds group what application are you using arcgis describe the problem please grant daniil access to the atd development review web map and sharepoint access for the tds group how soon do you need this urgently — critical that this is addressed today requested by daniil k request id
| 0
|
43,282
| 11,199,267,445
|
IssuesEvent
|
2020-01-03 18:13:39
|
angular/angular-cli
|
https://api.github.com/repos/angular/angular-cli
|
closed
|
+= 1 counter missing when build with --prod
|
comp: devkit/build-angular freq2: medium severity3: broken type: bug/fix
|
The code is ok when i run "ng serve", but when I publish it with "ng build --prod", something is wrong
It took me a long time to find where the err come from, and eventually I found it.
origin code:
PS. A function to find whether the item is in nodes and return the index.
```
function(item,nodes){
let index = -1;
for (const node of nodes) {
index += 1;
if (item === node) {
return index;
}
}
return -1;
}
```
After the compiler's optimazation and zip the corresponding code is:
if always return 0 or -1 because the variable 'e' never plus itself by 1
```
function(n,l){
for(var e=-1,t=0,i=l;t<i.length;t++)
if(n===i[t])return e+1;return-1}
}
```
## 🌍 My Environment
"@angular-devkit/build-angular": # test on "0.802.2" && "0.83.18"
"@angular/animations": "^8.2.6",
"@angular/common": "8.2.2",
"@angular/compiler": "8.2.2",
"@angular/core": "8.2.2",
"@angular/forms": "8.2.2",
"@angular/platform-browser": "8.2.2",
"@angular/platform-browser-dynamic": "8.2.2",
|
1.0
|
+= 1 counter missing when build with --prod - The code is ok when i run "ng serve", but when I publish it with "ng build --prod", something is wrong
It took me a long time to find where the err come from, and eventually I found it.
origin code:
PS. A function to find whether the item is in nodes and return the index.
```
function(item,nodes){
let index = -1;
for (const node of nodes) {
index += 1;
if (item === node) {
return index;
}
}
return -1;
}
```
After the compiler's optimazation and zip the corresponding code is:
if always return 0 or -1 because the variable 'e' never plus itself by 1
```
function(n,l){
for(var e=-1,t=0,i=l;t<i.length;t++)
if(n===i[t])return e+1;return-1}
}
```
## 🌍 My Environment
"@angular-devkit/build-angular": # test on "0.802.2" && "0.83.18"
"@angular/animations": "^8.2.6",
"@angular/common": "8.2.2",
"@angular/compiler": "8.2.2",
"@angular/core": "8.2.2",
"@angular/forms": "8.2.2",
"@angular/platform-browser": "8.2.2",
"@angular/platform-browser-dynamic": "8.2.2",
|
build
|
counter missing when build with prod the code is ok when i run ng serve but when i publish it with ng build prod something is wrong it took me a long time to find where the err come from and eventually i found it origin code ps a function to find whether the item is in nodes and return the index function item nodes let index for const node of nodes index if item node return index return after the compiler s optimazation and zip the corresponding code is if always return or because the variable e never plus itself by function n l for var e t i l t i length t if n i return e return 🌍 my environment angular devkit build angular test on angular animations angular common angular compiler angular core angular forms angular platform browser angular platform browser dynamic
| 1
|
59,511
| 14,598,819,423
|
IssuesEvent
|
2020-12-21 02:13:43
|
quicklisp/quicklisp-projects
|
https://api.github.com/repos/quicklisp/quicklisp-projects
|
closed
|
Please add GUTE
|
canbuild
|
https://github.com/genelkim/gute
This is my personal utility repository. It is a dependency for a few other projects that I plan to upload soon.
|
1.0
|
Please add GUTE - https://github.com/genelkim/gute
This is my personal utility repository. It is a dependency for a few other projects that I plan to upload soon.
|
build
|
please add gute this is my personal utility repository it is a dependency for a few other projects that i plan to upload soon
| 1
|
577,625
| 17,115,419,920
|
IssuesEvent
|
2021-07-11 08:38:40
|
googleapis/java-spanner
|
https://api.github.com/repos/googleapis/java-spanner
|
opened
|
spanner.spi.v1.GapicSpannerRpcTest: testMultipleOpenSpanners failed
|
flakybot: issue priority: p1 type: bug
|
Note: #1172 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 3dfdc0bdf149e6da21377ab7e433ddc5207dc1a7
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/12c04ad5-5ff3-4a82-8cc5-08e1a33cbc4e), [Sponge](http://sponge2/12c04ad5-5ff3-4a82-8cc5-08e1a33cbc4e)
status: failed
<details><summary>Test output</summary><br><pre>java.lang.AssertionError: expected:<0> but was:<7>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at com.google.cloud.spanner.spi.v1.GapicSpannerRpcTest.testMultipleOpenSpanners(GapicSpannerRpcTest.java:322)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:157)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
</pre></details>
|
1.0
|
spanner.spi.v1.GapicSpannerRpcTest: testMultipleOpenSpanners failed - Note: #1172 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 3dfdc0bdf149e6da21377ab7e433ddc5207dc1a7
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/12c04ad5-5ff3-4a82-8cc5-08e1a33cbc4e), [Sponge](http://sponge2/12c04ad5-5ff3-4a82-8cc5-08e1a33cbc4e)
status: failed
<details><summary>Test output</summary><br><pre>java.lang.AssertionError: expected:<0> but was:<7>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at com.google.cloud.spanner.spi.v1.GapicSpannerRpcTest.testMultipleOpenSpanners(GapicSpannerRpcTest.java:322)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:157)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
</pre></details>
|
non_build
|
spanner spi gapicspannerrpctest testmultipleopenspanners failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnotequals assert java at org junit assert assertequals assert java at org junit assert assertequals assert java at com google cloud spanner spi gapicspannerrpctest testmultipleopenspanners gapicspannerrpctest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore junitcore run junitcore java at org apache maven surefire junitcore junitcorewrapper createrequestandrun junitcorewrapper java at org apache maven surefire junitcore junitcorewrapper executeeager junitcorewrapper java at org apache maven surefire junitcore junitcorewrapper execute junitcorewrapper java at org apache maven surefire junitcore junitcorewrapper execute junitcorewrapper java at org apache maven surefire junitcore junitcoreprovider invoke junitcoreprovider java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter run forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java
| 0
|
33,484
| 12,216,627,160
|
IssuesEvent
|
2020-05-01 15:31:44
|
uniquelyparticular/sync-moltin-to-shipengine
|
https://api.github.com/repos/uniquelyparticular/sync-moltin-to-shipengine
|
opened
|
CVE-2020-11022 (Medium) detected in jquery-1.7.2.min.js, jquery-1.8.1.min.js
|
security vulnerability
|
## CVE-2020-11022 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.2.min.js</b>, <b>jquery-1.8.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-1.7.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/sync-moltin-to-shipengine/node_modules/jmespath/index.html</p>
<p>Path to vulnerable library: /sync-moltin-to-shipengine/node_modules/jmespath/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.7.2.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.8.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/sync-moltin-to-shipengine/node_modules/redeyed/examples/browser/index.html</p>
<p>Path to vulnerable library: /sync-moltin-to-shipengine/node_modules/redeyed/examples/browser/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.8.1.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/uniquelyparticular/sync-moltin-to-shipengine/commit/1cdecf94e708d33b1dfd71663c5bf0fd9e81692b">1cdecf94e708d33b1dfd71663c5bf0fd9e81692b</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: N/A
- Attack Complexity: N/A
- Privileges Required: N/A
- User Interaction: N/A
- Scope: N/A
- Impact Metrics:
- Confidentiality Impact: N/A
- Integrity Impact: N/A
- Availability Impact: N/A
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jQuery - 3.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2020-11022 (Medium) detected in jquery-1.7.2.min.js, jquery-1.8.1.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.2.min.js</b>, <b>jquery-1.8.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-1.7.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/sync-moltin-to-shipengine/node_modules/jmespath/index.html</p>
<p>Path to vulnerable library: /sync-moltin-to-shipengine/node_modules/jmespath/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.7.2.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.8.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/sync-moltin-to-shipengine/node_modules/redeyed/examples/browser/index.html</p>
<p>Path to vulnerable library: /sync-moltin-to-shipengine/node_modules/redeyed/examples/browser/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.8.1.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/uniquelyparticular/sync-moltin-to-shipengine/commit/1cdecf94e708d33b1dfd71663c5bf0fd9e81692b">1cdecf94e708d33b1dfd71663c5bf0fd9e81692b</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: N/A
- Attack Complexity: N/A
- Privileges Required: N/A
- User Interaction: N/A
- Scope: N/A
- Impact Metrics:
- Confidentiality Impact: N/A
- Integrity Impact: N/A
- Availability Impact: N/A
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jQuery - 3.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_build
|
cve medium detected in jquery min js jquery min js cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm sync moltin to shipengine node modules jmespath index html path to vulnerable library sync moltin to shipengine node modules jmespath index html dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm sync moltin to shipengine node modules redeyed examples browser index html path to vulnerable library sync moltin to shipengine node modules redeyed examples browser index html dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details in jquery before passing html from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector n a attack complexity n a privileges required n a user interaction n a scope n a impact metrics confidentiality impact n a integrity impact n a availability impact n a for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource
| 0
|
102,330
| 31,895,863,907
|
IssuesEvent
|
2023-09-18 01:35:10
|
locationtech/geotrellis
|
https://api.github.com/repos/locationtech/geotrellis
|
opened
|
Drop JDK8 support
|
build
|
GeoTools is already JDK11+; JDK11 is well supported by Spark and other libs from the Hadoop ecosystems; JDK11 is on EMR as well.
I'm thinking of dropping JDK8 once GeoTools 30 is released.
Spark thread: https://issues.apache.org/jira/browse/SPARK-44112
Spark mailing list: https://lists.apache.org/thread/ptbg70k3tfq4ljz4rbz0y5hqlvof8y31
|
1.0
|
Drop JDK8 support - GeoTools is already JDK11+; JDK11 is well supported by Spark and other libs from the Hadoop ecosystems; JDK11 is on EMR as well.
I'm thinking of dropping JDK8 once GeoTools 30 is released.
Spark thread: https://issues.apache.org/jira/browse/SPARK-44112
Spark mailing list: https://lists.apache.org/thread/ptbg70k3tfq4ljz4rbz0y5hqlvof8y31
|
build
|
drop support geotools is already is well supported by spark and other libs from the hadoop ecosystems is on emr as well i m thinking of dropping once geotools is released spark thread spark mailing list
| 1
|
70,399
| 18,108,897,650
|
IssuesEvent
|
2021-09-22 23:12:57
|
dotnet/efcore
|
https://api.github.com/repos/dotnet/efcore
|
closed
|
HasKey should override previous HasNoKey
|
type-bug closed-fixed customer-reported area-model-building
|
I have a view that returns a key column (using ROW_NUMBER() OVER in SQL as TempID), however using db-scaffold the generated code for the view contains "entity.HasNoKey();". This is causing queries to break because the linq subqueries are requiring the parent projection to contain a primary key. Manually changing the generated code will allow my queries to work, but is a problem because as soon as i regenerate my context using db-scaffold then the custom change is lost. If i
There has to be a way in EF Core 5 to specify a key column in a view (without altering generated code).
I tried using the "OnModelCreatingPartial" method to set the key but this causes a "The key cannot be added to keyless type" exception.
partial void OnModelCreatingPartial(ModelBuilder modelBuilder)
{
modelBuilder.Entity<TemplateLocationView>().HasKey(e => e.TempId);
}
|
1.0
|
HasKey should override previous HasNoKey - I have a view that returns a key column (using ROW_NUMBER() OVER in SQL as TempID), however using db-scaffold the generated code for the view contains "entity.HasNoKey();". This is causing queries to break because the linq subqueries are requiring the parent projection to contain a primary key. Manually changing the generated code will allow my queries to work, but is a problem because as soon as i regenerate my context using db-scaffold then the custom change is lost. If i
There has to be a way in EF Core 5 to specify a key column in a view (without altering generated code).
I tried using the "OnModelCreatingPartial" method to set the key but this causes a "The key cannot be added to keyless type" exception.
partial void OnModelCreatingPartial(ModelBuilder modelBuilder)
{
modelBuilder.Entity<TemplateLocationView>().HasKey(e => e.TempId);
}
|
build
|
haskey should override previous hasnokey i have a view that returns a key column using row number over in sql as tempid however using db scaffold the generated code for the view contains entity hasnokey this is causing queries to break because the linq subqueries are requiring the parent projection to contain a primary key manually changing the generated code will allow my queries to work but is a problem because as soon as i regenerate my context using db scaffold then the custom change is lost if i there has to be a way in ef core to specify a key column in a view without altering generated code i tried using the onmodelcreatingpartial method to set the key but this causes a the key cannot be added to keyless type exception partial void onmodelcreatingpartial modelbuilder modelbuilder modelbuilder entity haskey e e tempid
| 1
|
632,451
| 20,197,358,679
|
IssuesEvent
|
2022-02-11 11:56:02
|
aws-samples/aws-last-mile-delivery-hyperlocal
|
https://api.github.com/repos/aws-samples/aws-last-mile-delivery-hyperlocal
|
closed
|
Switch from Elasticache Redis to Amazon MemoryDB
|
priority:high component:data-store research effort:low
|
To research:
* Switch from Elasticache Redis to Amazon MemoryDB
* Elasticache Redis Cluster -> Elasticache Replication Group
* Elasticache Autoscaling
|
1.0
|
Switch from Elasticache Redis to Amazon MemoryDB - To research:
* Switch from Elasticache Redis to Amazon MemoryDB
* Elasticache Redis Cluster -> Elasticache Replication Group
* Elasticache Autoscaling
|
non_build
|
switch from elasticache redis to amazon memorydb to research switch from elasticache redis to amazon memorydb elasticache redis cluster elasticache replication group elasticache autoscaling
| 0
|
98,325
| 29,735,615,070
|
IssuesEvent
|
2023-06-14 00:26:12
|
ClickHouse/ClickHouse
|
https://api.github.com/repos/ClickHouse/ClickHouse
|
opened
|
Clang 15 Build failed after #49752
|
build
|
Using Clang 15 build latest code with #49752 will failed:
```
[2023-06-13T23:38:02.611Z] /ClickHouse/src/Formats/CapnProtoSerializer.cpp:754:9: error: missing 'typename' prior to dependent type name 'CapnpType::Reader'
[2023-06-13T23:38:02.611Z] CapnpType::Reader getData(const ColumnPtr & column, size_t row_num)
[2023-06-13T23:38:02.611Z] ^~~~~~~~~~~~~~~~~
[2023-06-13T23:38:02.611Z] typename
[2023-06-13T23:38:02.611Z] /ClickHouse/src/Formats/CapnProtoSerializer.cpp:804:9: error: missing 'typename' prior to dependent type name 'CapnpType::Reader'
[2023-06-13T23:38:02.611Z] CapnpType::Reader getData(const ColumnPtr & column, size_t row_num)
[2023-06-13T23:38:02.611Z] ^~~~~~~~~~~~~~~~~
[2023-06-13T23:38:02.611Z] typename
```
Clang 16 is ok
|
1.0
|
Clang 15 Build failed after #49752 - Using Clang 15 build latest code with #49752 will failed:
```
[2023-06-13T23:38:02.611Z] /ClickHouse/src/Formats/CapnProtoSerializer.cpp:754:9: error: missing 'typename' prior to dependent type name 'CapnpType::Reader'
[2023-06-13T23:38:02.611Z] CapnpType::Reader getData(const ColumnPtr & column, size_t row_num)
[2023-06-13T23:38:02.611Z] ^~~~~~~~~~~~~~~~~
[2023-06-13T23:38:02.611Z] typename
[2023-06-13T23:38:02.611Z] /ClickHouse/src/Formats/CapnProtoSerializer.cpp:804:9: error: missing 'typename' prior to dependent type name 'CapnpType::Reader'
[2023-06-13T23:38:02.611Z] CapnpType::Reader getData(const ColumnPtr & column, size_t row_num)
[2023-06-13T23:38:02.611Z] ^~~~~~~~~~~~~~~~~
[2023-06-13T23:38:02.611Z] typename
```
Clang 16 is ok
|
build
|
clang build failed after using clang build latest code with will failed clickhouse src formats capnprotoserializer cpp error missing typename prior to dependent type name capnptype reader capnptype reader getdata const columnptr column size t row num typename clickhouse src formats capnprotoserializer cpp error missing typename prior to dependent type name capnptype reader capnptype reader getdata const columnptr column size t row num typename clang is ok
| 1
|
72,591
| 19,343,827,828
|
IssuesEvent
|
2021-12-15 08:44:39
|
openego/eGon-data
|
https://api.github.com/repos/openego/eGon-data
|
closed
|
Add storages to eTraGo tables
|
:building_construction: integration
|
Storage data needs to be added to the input tables for eTraGo. This issue depends on #332
|
1.0
|
Add storages to eTraGo tables - Storage data needs to be added to the input tables for eTraGo. This issue depends on #332
|
build
|
add storages to etrago tables storage data needs to be added to the input tables for etrago this issue depends on
| 1
|
87,467
| 25,130,529,408
|
IssuesEvent
|
2022-11-09 14:51:32
|
scikit-learn/scikit-learn
|
https://api.github.com/repos/scikit-learn/scikit-learn
|
opened
|
MAINT Remove all Cython, C and C++ compilations warnings
|
Easy Build / CI cython C/C++
|
## Context
scikit-learn builds with Cython, C and C++ warnings (when building wheels or for when installing locally (for development)).
### Kinds of warnings
There are several kinds of warnings, each kind having its own cause, solutions and mitigations.
### 🏷 Use of the deprecated NumPy API (via Cython) (`-Wcpp`)
Some Cython implementations might use old Cython idiomatic constructs or old symbols of NumPy directly via [NumPy's Cython API](https://github.com/cython/cython/blob/master/Cython/Includes/numpy/__init__.pxd) (generally used via `cnp` from `cimport numpy as cnp`) which are deprecated.
Examples of such symbols non-exhaustively involves:
- the `cnp.ndarray`
- some constants (see [this enum](https://github.com/cython/cython/blob/master/Cython/Includes/numpy/__init__.pxd#L127-L158) for instance)
Such warnings are not raised compiling Cython code, but are when compiling C and C++ code, generated by Cython (or even in standalone implementations using the NumPy C API directly).
🧰 Resolutions involves:
- using newest Cython idiomatic constructs (notably memoryviews) and up-to-date symbols of NumPy via NumPy's Cython API
- adding extensions in the `USE_NEWEST_NUMPY_C_API` list (so that it `#define` macros indicating not to use of old deprecated symbols from NumPy)
https://github.com/scikit-learn/scikit-learn/blob/3e47fa91b6ed73f358105f2a1c6501e14f633bba/setup.py#L64-L70
- at least the following Cython extensions:
- `sklearn.cluster._dbscan_inner`
- `sklearn.cluster._hierarchical_fast`
- `sklearn.decomposition._online_lda_fast`
- `sklearn.ensemble._gradient_boosting`
- `sklearn.linear_model._cd_fast`
- `sklearn.linear_model._sgd_fast`
- `sklearn.linear_model._sag_fast`
- `sklearn.manifold._utils`
- `sklearn.metrics._dist_metrics`
- `sklearn.preprocessing._csr_polynomial_expansion`
- `sklearn.neighbors._ball_tree`
- `sklearn.neighbors._kd_tree`
- `sklearn.neighbors._quad_tree`
- `sklearn.svm._libsvm`
- `sklearn.svm._liblinear`
- `sklearn.svm._libsvm_sparse`
- `sklearn.tree._tree`
- `sklearn.tree._criterion`
- `sklearn.utils.sparsefuncs_fast`
- `sklearn.utils.arrayfuncs`
- `sklearn.utils.murmurhash`
- `sklearn.utils._seq_dataset`
<details>
<summary>Example of such warning in context</summary>
```
building 'sklearn.cluster._dbscan_inner' extension
creating /tmp/tmpuptw2_72.build-temp/sklearn/cluster
gcc -pthread -B /home/jjerphan/.local/share/miniconda3/envs/sk/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/jjerphan/.local/share/miniconda3/envs/sk/include -fPIC -O2 -isystem /home/jjerphan/.local/share/miniconda3/envs/sk/include -fPIC -I/home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include -I/home/jjerphan/.local/share/miniconda3/envs/sk/include/python3.11 -c sklearn/cluster/_dbscan_inner.cpp -o /tmp/tmpuptw2_72.build-temp/sklearn/cluster/_dbscan_inner.o -O3 -fopenmp
In file included from /home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include/numpy/ndarraytypes.h:1948,
from /home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include/numpy/arrayobject.h:5,
from sklearn/cluster/_dbscan_inner.cpp:794:
/home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
```
</details>
### 🏷 Discarded `const`-qualification (`-Wdiscarded-qualifiers`)
In some implementation, some variables are being defined using `const`-qualified variables.
For instance in C:
```c
// a is const-qualified and can't be modified then
const int a = 5;
// The const-qualification of a is discarded for the definition of b.
// b is not const-qualified and thus can be modified.
int b = a;
```
While most of such definitions aren't harmful, some might be and compilers generally raise warning when the `const`-qualifications are discarded.
🧰 Resolutions involves:
- `const` qualifying variables (like b) which currently aren't
<details>
<summary>Example of such warning in context</summary>
```
sklearn/metrics/_dist_metrics.c: In function ‘__pyx_pf_7sklearn_7metrics_13_dist_metrics_14DistanceMetric_22_pairwise_sparse_dense’:
sklearn/metrics/_dist_metrics.c:9143:29: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
9143 | __pyx_v_x2_data = ((&(*((__pyx_t_7sklearn_5utils_9_typedefs_DTYPE_t const *) ( /* dim=1 */ ((char *) (((__pyx_t_7sklearn_5utils_9_typedefs_DTYPE_t const *) ( /* dim=0 */ (__pyx_v_Y_data.data + __pyx_t_14 * __pyx_v_Y_data.strides[0]) )) + __pyx_t_18)) )))) + (__pyx_v_i2 * __pyx_v_n_features));
| ^
```
</details>
### 🏷 Comparison on different integral-typed values (`Wsign-compare`) and integer overflow (`-Woverflow`)
Various integral dtypes (namely `(unsigned) {short,int,long)`, an NumPy aliases i.e. `cnp.int*`, `size`, `Py_ssize_t`, other custom aliases in scikit-learn, etc.) are used in scikit-learn.
In Cython and C and C++ implementation, it is possible that binary operations (comparison, assignation, etc.) are applied on variable having different dtypes. Some of
While such instructions aren't harmful, some might be and compilers generally raise warning in their presence.
🧰 Resolutions involves:
- adapting type so that both values have the same one
- explicitly casting some variables' value to other temporary variables of the same type
- reworking the use of fused types which generate specialised versions of functions for various combinations of types
<details>
<summary>Example of such warning in context</summary>
```
sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.cpp: In function ‘void __pyx_f_7sklearn_7metrics_29_pairwise_distances_reduction_17_radius_neighbors_17RadiusNeighbors64_compute_exact_distances(__pyx_obj_7sklearn_7metrics_29_pairwise_distances_reduction_17_radius_neighbors_RadiusNeighbors64*)’:
sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.cpp:6285:59: warning: comparison of integer expressions of different signedness: ‘__pyx_t_7sklearn_5utils_9_typedefs_ITYPE_t’ {aka ‘long int’} and ‘std::vector<long int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
6285 | for (__pyx_t_6 = 0; __pyx_t_6 < __pyx_t_5; __pyx_t_6+=1) {
| ~~~~~~~~~~^~~~~~~~~~~
```
</details>
### 🏷 Incompatible pointers types casts (`-Wincompatible-pointer-types`)
On some Cython class, polymorphism implementations apparently cast to a incompatible pointers type.
This runs and works fine but this is a code smell which yet is to be inspected.
This problems mainly is present for the `DistanceMetric` class hierarchy.
🧰 Resolutions involves:
- experimenting with the `@final` Cython decorator for `DistanceMetrics`' methods'
- understanding how polymorphism is implemented
- changing `DistanceMetrics`'' methods' signature
<details>
<summary>Example of such warning in context</summary>
```
sklearn/metrics/_dist_metrics.c: In function ‘__pyx_f_7sklearn_7metrics_13_dist_metrics_17EuclideanDistance_dist_csr’:
sklearn/metrics/_dist_metrics.c:11320:88: warning: passing argument 1 of ‘__pyx_f_7sklearn_7metrics_13_dist_metrics_17EuclideanDistance_rdist_csr’ from incompatible pointer type [-Wincompatible-pointer-types]
11320 | __pyx_t_1 = __pyx_f_7sklearn_7metrics_13_dist_metrics_17EuclideanDistance_rdist_csr(((struct __pyx_obj_7sklearn_7metrics_13_dist_metrics_DistanceMetric *)__pyx_v_self), __pyx_v_x1_data, __pyx_v_x1_indices, __pyx_v_x2_data, __pyx_v_x2_indices, __pyx_v_x1_start, __pyx_v_x1_end, __pyx_v_x2_start, __pyx_v_x2_end, __pyx_v_size); if (unlikely(__pyx_t_1 == ((__pyx_t_7sklearn_5utils_9_typedefs_DTYPE_t)-1.0))) __PYX_ERR(1, 927, __pyx_L1_error)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| struct __pyx_obj_7sklearn_7metrics_13_dist_metrics_DistanceMetric *
```
</details>
## Proposed solution: treat one kind of warning for one file/extension at a time
- Create PRs for each warning with the following title:
```
MAINT Remove `-Wkind` warnings when compiling <source_file>
```
where:
- `kind` is the kind of warning (🏷), here represented as the formatted string in the subtitles, i.e. an element of (`cpp`, `incompatible-pointer-types`, `sign-compare`,`overflow`)
- Only perform changes necessary to remove one kind of warning (🏷) for one file or one Cython extension at a time using information given in 🧰.
- ⚠ It might not be possible to remove all warnings at once, e.g. we are waiting for Cython 3 to be released to use `const`-memory view
- ⚠ Changes might not be trivial or might necessitate adaption. In this case, please do explain the logic.
- To be discussed among maintainers: once a kind of warnings as been entirely removed, turn on strict compilations compilation flags to raise error for this kind of warning.
## Miscellaneous
Extract of warnings in their context stems from a the verbose trace when building scikit-learn locally.
To see this full development installation trace (as of 2e481f114169396660f0051eee1bcf6bcddfd556), see [this gist](https://gist.github.com/jjerphan/8cfbb5349f5680856460ff80152ab69d).
|
1.0
|
MAINT Remove all Cython, C and C++ compilations warnings - ## Context
scikit-learn builds with Cython, C and C++ warnings (when building wheels or for when installing locally (for development)).
### Kinds of warnings
There are several kinds of warnings, each kind having its own cause, solutions and mitigations.
### 🏷 Use of the deprecated NumPy API (via Cython) (`-Wcpp`)
Some Cython implementations might use old Cython idiomatic constructs or old symbols of NumPy directly via [NumPy's Cython API](https://github.com/cython/cython/blob/master/Cython/Includes/numpy/__init__.pxd) (generally used via `cnp` from `cimport numpy as cnp`) which are deprecated.
Examples of such symbols non-exhaustively involves:
- the `cnp.ndarray`
- some constants (see [this enum](https://github.com/cython/cython/blob/master/Cython/Includes/numpy/__init__.pxd#L127-L158) for instance)
Such warnings are not raised compiling Cython code, but are when compiling C and C++ code, generated by Cython (or even in standalone implementations using the NumPy C API directly).
🧰 Resolutions involves:
- using newest Cython idiomatic constructs (notably memoryviews) and up-to-date symbols of NumPy via NumPy's Cython API
- adding extensions in the `USE_NEWEST_NUMPY_C_API` list (so that it `#define` macros indicating not to use of old deprecated symbols from NumPy)
https://github.com/scikit-learn/scikit-learn/blob/3e47fa91b6ed73f358105f2a1c6501e14f633bba/setup.py#L64-L70
- at least the following Cython extensions:
- `sklearn.cluster._dbscan_inner`
- `sklearn.cluster._hierarchical_fast`
- `sklearn.decomposition._online_lda_fast`
- `sklearn.ensemble._gradient_boosting`
- `sklearn.linear_model._cd_fast`
- `sklearn.linear_model._sgd_fast`
- `sklearn.linear_model._sag_fast`
- `sklearn.manifold._utils`
- `sklearn.metrics._dist_metrics`
- `sklearn.preprocessing._csr_polynomial_expansion`
- `sklearn.neighbors._ball_tree`
- `sklearn.neighbors._kd_tree`
- `sklearn.neighbors._quad_tree`
- `sklearn.svm._libsvm`
- `sklearn.svm._liblinear`
- `sklearn.svm._libsvm_sparse`
- `sklearn.tree._tree`
- `sklearn.tree._criterion`
- `sklearn.utils.sparsefuncs_fast`
- `sklearn.utils.arrayfuncs`
- `sklearn.utils.murmurhash`
- `sklearn.utils._seq_dataset`
<details>
<summary>Example of such warning in context</summary>
```
building 'sklearn.cluster._dbscan_inner' extension
creating /tmp/tmpuptw2_72.build-temp/sklearn/cluster
gcc -pthread -B /home/jjerphan/.local/share/miniconda3/envs/sk/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/jjerphan/.local/share/miniconda3/envs/sk/include -fPIC -O2 -isystem /home/jjerphan/.local/share/miniconda3/envs/sk/include -fPIC -I/home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include -I/home/jjerphan/.local/share/miniconda3/envs/sk/include/python3.11 -c sklearn/cluster/_dbscan_inner.cpp -o /tmp/tmpuptw2_72.build-temp/sklearn/cluster/_dbscan_inner.o -O3 -fopenmp
In file included from /home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include/numpy/ndarraytypes.h:1948,
from /home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include/numpy/arrayobject.h:5,
from sklearn/cluster/_dbscan_inner.cpp:794:
/home/jjerphan/.local/share/miniconda3/envs/sk/lib/python3.11/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
```
</details>
### 🏷 Discarded `const`-qualification (`-Wdiscarded-qualifiers`)
In some implementation, some variables are being defined using `const`-qualified variables.
For instance in C:
```c
// a is const-qualified and can't be modified then
const int a = 5;
// The const-qualification of a is discarded for the definition of b.
// b is not const-qualified and thus can be modified.
int b = a;
```
While most of such definitions aren't harmful, some might be and compilers generally raise warning when the `const`-qualifications are discarded.
🧰 Resolutions involves:
- `const` qualifying variables (like b) which currently aren't
<details>
<summary>Example of such warning in context</summary>
```
sklearn/metrics/_dist_metrics.c: In function ‘__pyx_pf_7sklearn_7metrics_13_dist_metrics_14DistanceMetric_22_pairwise_sparse_dense’:
sklearn/metrics/_dist_metrics.c:9143:29: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
9143 | __pyx_v_x2_data = ((&(*((__pyx_t_7sklearn_5utils_9_typedefs_DTYPE_t const *) ( /* dim=1 */ ((char *) (((__pyx_t_7sklearn_5utils_9_typedefs_DTYPE_t const *) ( /* dim=0 */ (__pyx_v_Y_data.data + __pyx_t_14 * __pyx_v_Y_data.strides[0]) )) + __pyx_t_18)) )))) + (__pyx_v_i2 * __pyx_v_n_features));
| ^
```
</details>
### 🏷 Comparison on different integral-typed values (`Wsign-compare`) and integer overflow (`-Woverflow`)
Various integral dtypes (namely `(unsigned) {short,int,long)`, an NumPy aliases i.e. `cnp.int*`, `size`, `Py_ssize_t`, other custom aliases in scikit-learn, etc.) are used in scikit-learn.
In Cython and C and C++ implementation, it is possible that binary operations (comparison, assignation, etc.) are applied on variable having different dtypes. Some of
While such instructions aren't harmful, some might be and compilers generally raise warning in their presence.
🧰 Resolutions involves:
- adapting type so that both values have the same one
- explicitly casting some variables' value to other temporary variables of the same type
- reworking the use of fused types which generate specialised versions of functions for various combinations of types
<details>
<summary>Example of such warning in context</summary>
```
sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.cpp: In function ‘void __pyx_f_7sklearn_7metrics_29_pairwise_distances_reduction_17_radius_neighbors_17RadiusNeighbors64_compute_exact_distances(__pyx_obj_7sklearn_7metrics_29_pairwise_distances_reduction_17_radius_neighbors_RadiusNeighbors64*)’:
sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.cpp:6285:59: warning: comparison of integer expressions of different signedness: ‘__pyx_t_7sklearn_5utils_9_typedefs_ITYPE_t’ {aka ‘long int’} and ‘std::vector<long int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
6285 | for (__pyx_t_6 = 0; __pyx_t_6 < __pyx_t_5; __pyx_t_6+=1) {
| ~~~~~~~~~~^~~~~~~~~~~
```
</details>
### 🏷 Incompatible pointers types casts (`-Wincompatible-pointer-types`)
On some Cython class, polymorphism implementations apparently cast to a incompatible pointers type.
This runs and works fine but this is a code smell which yet is to be inspected.
This problems mainly is present for the `DistanceMetric` class hierarchy.
🧰 Resolutions involves:
- experimenting with the `@final` Cython decorator for `DistanceMetrics`' methods'
- understanding how polymorphism is implemented
- changing `DistanceMetrics`'' methods' signature
<details>
<summary>Example of such warning in context</summary>
```
sklearn/metrics/_dist_metrics.c: In function ‘__pyx_f_7sklearn_7metrics_13_dist_metrics_17EuclideanDistance_dist_csr’:
sklearn/metrics/_dist_metrics.c:11320:88: warning: passing argument 1 of ‘__pyx_f_7sklearn_7metrics_13_dist_metrics_17EuclideanDistance_rdist_csr’ from incompatible pointer type [-Wincompatible-pointer-types]
11320 | __pyx_t_1 = __pyx_f_7sklearn_7metrics_13_dist_metrics_17EuclideanDistance_rdist_csr(((struct __pyx_obj_7sklearn_7metrics_13_dist_metrics_DistanceMetric *)__pyx_v_self), __pyx_v_x1_data, __pyx_v_x1_indices, __pyx_v_x2_data, __pyx_v_x2_indices, __pyx_v_x1_start, __pyx_v_x1_end, __pyx_v_x2_start, __pyx_v_x2_end, __pyx_v_size); if (unlikely(__pyx_t_1 == ((__pyx_t_7sklearn_5utils_9_typedefs_DTYPE_t)-1.0))) __PYX_ERR(1, 927, __pyx_L1_error)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| struct __pyx_obj_7sklearn_7metrics_13_dist_metrics_DistanceMetric *
```
</details>
## Proposed solution: treat one kind of warning for one file/extension at a time
- Create PRs for each warning with the following title:
```
MAINT Remove `-Wkind` warnings when compiling <source_file>
```
where:
- `kind` is the kind of warning (🏷), here represented as the formatted string in the subtitles, i.e. an element of (`cpp`, `incompatible-pointer-types`, `sign-compare`,`overflow`)
- Only perform changes necessary to remove one kind of warning (🏷) for one file or one Cython extension at a time using information given in 🧰.
- ⚠ It might not be possible to remove all warnings at once, e.g. we are waiting for Cython 3 to be released to use `const`-memory view
- ⚠ Changes might not be trivial or might necessitate adaption. In this case, please do explain the logic.
- To be discussed among maintainers: once a kind of warnings as been entirely removed, turn on strict compilations compilation flags to raise error for this kind of warning.
## Miscellaneous
Extract of warnings in their context stems from a the verbose trace when building scikit-learn locally.
To see this full development installation trace (as of 2e481f114169396660f0051eee1bcf6bcddfd556), see [this gist](https://gist.github.com/jjerphan/8cfbb5349f5680856460ff80152ab69d).
|
build
|
maint remove all cython c and c compilations warnings context scikit learn builds with cython c and c warnings when building wheels or for when installing locally for development kinds of warnings there are several kinds of warnings each kind having its own cause solutions and mitigations 🏷 use of the deprecated numpy api via cython wcpp some cython implementations might use old cython idiomatic constructs or old symbols of numpy directly via generally used via cnp from cimport numpy as cnp which are deprecated examples of such symbols non exhaustively involves the cnp ndarray some constants see for instance such warnings are not raised compiling cython code but are when compiling c and c code generated by cython or even in standalone implementations using the numpy c api directly 🧰 resolutions involves using newest cython idiomatic constructs notably memoryviews and up to date symbols of numpy via numpy s cython api adding extensions in the use newest numpy c api list so that it define macros indicating not to use of old deprecated symbols from numpy at least the following cython extensions sklearn cluster dbscan inner sklearn cluster hierarchical fast sklearn decomposition online lda fast sklearn ensemble gradient boosting sklearn linear model cd fast sklearn linear model sgd fast sklearn linear model sag fast sklearn manifold utils sklearn metrics dist metrics sklearn preprocessing csr polynomial expansion sklearn neighbors ball tree sklearn neighbors kd tree sklearn neighbors quad tree sklearn svm libsvm sklearn svm liblinear sklearn svm libsvm sparse sklearn tree tree sklearn tree criterion sklearn utils sparsefuncs fast sklearn utils arrayfuncs sklearn utils murmurhash sklearn utils seq dataset example of such warning in context building sklearn cluster dbscan inner extension creating tmp build temp sklearn cluster gcc pthread b home jjerphan local share envs sk compiler compat dndebug fwrapv wall fpic isystem home jjerphan local share envs sk include fpic isystem home jjerphan local share envs sk include fpic i home jjerphan local share envs sk lib site packages numpy core include i home jjerphan local share envs sk include c sklearn cluster dbscan inner cpp o tmp build temp sklearn cluster dbscan inner o fopenmp in file included from home jjerphan local share envs sk lib site packages numpy core include numpy ndarraytypes h from home jjerphan local share envs sk lib site packages numpy core include numpy ndarrayobject h from home jjerphan local share envs sk lib site packages numpy core include numpy arrayobject h from sklearn cluster dbscan inner cpp home jjerphan local share envs sk lib site packages numpy core include numpy npy deprecated api h warning warning using deprecated numpy api disable it with define npy no deprecated api npy api version warning using deprecated numpy api disable it with 🏷 discarded const qualification wdiscarded qualifiers in some implementation some variables are being defined using const qualified variables for instance in c c a is const qualified and can t be modified then const int a the const qualification of a is discarded for the definition of b b is not const qualified and thus can be modified int b a while most of such definitions aren t harmful some might be and compilers generally raise warning when the const qualifications are discarded 🧰 resolutions involves const qualifying variables like b which currently aren t example of such warning in context sklearn metrics dist metrics c in function ‘ pyx pf dist metrics pairwise sparse dense’ sklearn metrics dist metrics c warning assignment discards ‘const’ qualifier from pointer target type pyx v data pyx t typedefs dtype t const dim char pyx t typedefs dtype t const dim pyx v y data data pyx t pyx v y data strides pyx t pyx v pyx v n features 🏷 comparison on different integral typed values wsign compare and integer overflow woverflow various integral dtypes namely unsigned short int long an numpy aliases i e cnp int size py ssize t other custom aliases in scikit learn etc are used in scikit learn in cython and c and c implementation it is possible that binary operations comparison assignation etc are applied on variable having different dtypes some of while such instructions aren t harmful some might be and compilers generally raise warning in their presence 🧰 resolutions involves adapting type so that both values have the same one explicitly casting some variables value to other temporary variables of the same type reworking the use of fused types which generate specialised versions of functions for various combinations of types example of such warning in context sklearn metrics pairwise distances reduction radius neighbors cpp in function ‘void pyx f pairwise distances reduction radius neighbors compute exact distances pyx obj pairwise distances reduction radius neighbors ’ sklearn metrics pairwise distances reduction radius neighbors cpp warning comparison of integer expressions of different signedness ‘ pyx t typedefs itype t’ aka ‘long int’ and ‘std vector size type’ aka ‘long unsigned int’ for pyx t pyx t pyx t pyx t 🏷 incompatible pointers types casts wincompatible pointer types on some cython class polymorphism implementations apparently cast to a incompatible pointers type this runs and works fine but this is a code smell which yet is to be inspected this problems mainly is present for the distancemetric class hierarchy 🧰 resolutions involves experimenting with the final cython decorator for distancemetrics methods understanding how polymorphism is implemented changing distancemetrics methods signature example of such warning in context sklearn metrics dist metrics c in function ‘ pyx f dist metrics dist csr’ sklearn metrics dist metrics c warning passing argument of ‘ pyx f dist metrics rdist csr’ from incompatible pointer type pyx t pyx f dist metrics rdist csr struct pyx obj dist metrics distancemetric pyx v self pyx v data pyx v indices pyx v data pyx v indices pyx v start pyx v end pyx v start pyx v end pyx v size if unlikely pyx t pyx t typedefs dtype t pyx err pyx error struct pyx obj dist metrics distancemetric proposed solution treat one kind of warning for one file extension at a time create prs for each warning with the following title maint remove wkind warnings when compiling where kind is the kind of warning 🏷 here represented as the formatted string in the subtitles i e an element of cpp incompatible pointer types sign compare overflow only perform changes necessary to remove one kind of warning 🏷 for one file or one cython extension at a time using information given in 🧰 ⚠ it might not be possible to remove all warnings at once e g we are waiting for cython to be released to use const memory view ⚠ changes might not be trivial or might necessitate adaption in this case please do explain the logic to be discussed among maintainers once a kind of warnings as been entirely removed turn on strict compilations compilation flags to raise error for this kind of warning miscellaneous extract of warnings in their context stems from a the verbose trace when building scikit learn locally to see this full development installation trace as of see
| 1
|
4,462
| 3,377,817,068
|
IssuesEvent
|
2015-11-25 07:07:04
|
Unidata/thredds
|
https://api.github.com/repos/Unidata/thredds
|
closed
|
maven snapshots
|
Build / Release
|
@cwardgar - would it be possible to upload nightly snapshot artifacts to our nexus using the aws jenkins? We have not pushed any snapshot artifacts to our nexus server since 4.5.6 (March 30th 2015), for example
https://artifacts.unidata.ucar.edu/content/repositories/unidata-snapshots/edu/ucar/tds/
|
1.0
|
maven snapshots - @cwardgar - would it be possible to upload nightly snapshot artifacts to our nexus using the aws jenkins? We have not pushed any snapshot artifacts to our nexus server since 4.5.6 (March 30th 2015), for example
https://artifacts.unidata.ucar.edu/content/repositories/unidata-snapshots/edu/ucar/tds/
|
build
|
maven snapshots cwardgar would it be possible to upload nightly snapshot artifacts to our nexus using the aws jenkins we have not pushed any snapshot artifacts to our nexus server since march for example
| 1
|
35,396
| 9,594,879,006
|
IssuesEvent
|
2019-05-09 14:52:51
|
golang/go
|
https://api.github.com/repos/golang/go
|
closed
|
x/build: investigate Athens 500 errors
|
Builders NeedsInvestigation
|
The new logging added to the coordinator of non-2xx response codes from our internal Athens instance says:
```
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm/armasm/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm64/arm64asm/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/ppc64/ppc64asm/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/crypto/ssh/terminal/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /github.com/google/pprof/driver/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /github.com/google/pprof/profile/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/x86/x86asm/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/ppc64/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm64/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/crypto/ssh/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/x86/@v/list
```
What's with that?
/cc @dmitshur
|
1.0
|
x/build: investigate Athens 500 errors - The new logging added to the coordinator of non-2xx response codes from our internal Athens instance says:
```
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm/armasm/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm64/arm64asm/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/ppc64/ppc64asm/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/crypto/ssh/terminal/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /github.com/google/pprof/driver/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /github.com/google/pprof/profile/@v/list
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/x86/x86asm/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/ppc64/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm64/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/crypto/ssh/@v/list
2019/04/03 19:02:20 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/x86/@v/list
```
What's with that?
/cc @dmitshur
|
build
|
x build investigate athens errors the new logging added to the coordinator of non response codes from our internal athens instance says modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch arm armasm v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x crypto ssh terminal v list modproxy proxying http internal server error response from backend for builder host darwin get github com google pprof driver v list modproxy proxying http internal server error response from backend for builder host darwin get github com google pprof profile v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch arm v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x crypto ssh v list modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch v list what s with that cc dmitshur
| 1
|
74,016
| 7,372,629,258
|
IssuesEvent
|
2018-03-13 15:12:24
|
apache/incubator-mxnet
|
https://api.github.com/repos/apache/incubator-mxnet
|
opened
|
test_autograd.test_unary_func @ Python3: MKLDNN-CPU
|
Bug Test
|
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/474/pipeline/485/
```
[INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=56561434 to reproduce.
test_autograd.test_unary_func ... /work/runtime_functions.sh: line 312: 6 Segmentation fault (core dumped) nosetests-3.4 --verbose tests/python/unittest
build.py: 2018-03-11 11:21:48,801 Running of command in container failed: docker run --rm -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu:/work/mxnet -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu/build:/work/build -u 1001:1001 mxnet/build.ubuntu_cpu /work/runtime_functions.sh unittest_ubuntu_python3_cpu
build.py: 2018-03-11 11:21:48,801 You can try to get into the container by using the following command: docker run --rm -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu:/work/mxnet -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu/build:/work/build -u 1001:1001 -ti --entrypoint bash mxnet/build.ubuntu_cpu /work/runtime_functions.sh unittest_ubuntu_python3_cpu
Traceback (most recent call last):
File "ci/build.py", line 179, in <module>
sys.exit(main())
File "ci/build.py", line 159, in main
container_run(platform, docker_binary, command)
File "ci/build.py", line 110, in container_run
raise subprocess.CalledProcessError(ret, cmd)
subprocess.CalledProcessError: Command 'docker run --rm -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu:/work/mxnet -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu/build:/work/build -u 1001:1001 mxnet/build.ubuntu_cpu /work/runtime_functions.sh unittest_ubuntu_python3_cpu' returned non-zero exit status 139
script returned exit code 1
```
|
1.0
|
test_autograd.test_unary_func @ Python3: MKLDNN-CPU - http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/474/pipeline/485/
```
[INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=56561434 to reproduce.
test_autograd.test_unary_func ... /work/runtime_functions.sh: line 312: 6 Segmentation fault (core dumped) nosetests-3.4 --verbose tests/python/unittest
build.py: 2018-03-11 11:21:48,801 Running of command in container failed: docker run --rm -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu:/work/mxnet -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu/build:/work/build -u 1001:1001 mxnet/build.ubuntu_cpu /work/runtime_functions.sh unittest_ubuntu_python3_cpu
build.py: 2018-03-11 11:21:48,801 You can try to get into the container by using the following command: docker run --rm -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu:/work/mxnet -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu/build:/work/build -u 1001:1001 -ti --entrypoint bash mxnet/build.ubuntu_cpu /work/runtime_functions.sh unittest_ubuntu_python3_cpu
Traceback (most recent call last):
File "ci/build.py", line 179, in <module>
sys.exit(main())
File "ci/build.py", line 159, in main
container_run(platform, docker_binary, command)
File "ci/build.py", line 110, in container_run
raise subprocess.CalledProcessError(ret, cmd)
subprocess.CalledProcessError: Command 'docker run --rm -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu:/work/mxnet -v /home/jenkins_slave/workspace/ut-python3-mkldnn-cpu/build:/work/build -u 1001:1001 mxnet/build.ubuntu_cpu /work/runtime_functions.sh unittest_ubuntu_python3_cpu' returned non-zero exit status 139
script returned exit code 1
```
|
non_build
|
test autograd test unary func mkldnn cpu setting module np mx python random seeds use mxnet module seed to reproduce test autograd test unary func work runtime functions sh line segmentation fault core dumped nosetests verbose tests python unittest build py running of command in container failed docker run rm v home jenkins slave workspace ut mkldnn cpu work mxnet v home jenkins slave workspace ut mkldnn cpu build work build u mxnet build ubuntu cpu work runtime functions sh unittest ubuntu cpu build py you can try to get into the container by using the following command docker run rm v home jenkins slave workspace ut mkldnn cpu work mxnet v home jenkins slave workspace ut mkldnn cpu build work build u ti entrypoint bash mxnet build ubuntu cpu work runtime functions sh unittest ubuntu cpu traceback most recent call last file ci build py line in sys exit main file ci build py line in main container run platform docker binary command file ci build py line in container run raise subprocess calledprocesserror ret cmd subprocess calledprocesserror command docker run rm v home jenkins slave workspace ut mkldnn cpu work mxnet v home jenkins slave workspace ut mkldnn cpu build work build u mxnet build ubuntu cpu work runtime functions sh unittest ubuntu cpu returned non zero exit status script returned exit code
| 0
|
477,719
| 13,766,952,145
|
IssuesEvent
|
2020-10-07 15:09:21
|
geosolutions-it/austrocontrol-C125
|
https://api.github.com/repos/geosolutions-it/austrocontrol-C125
|
closed
|
Search Service - show GFI
|
Accepted Priority: High Project: C125
|
When searching for features there shall be a possibility to directly show the GFI for this feature.
Preferably there shall be a button available for each search result that zooms to the feature and directly opens the GFI.
Clicking the whole bar shall still have the same effect as it has right now.
Please give us a proposal for a solution and point out possible performance impacts.
|
1.0
|
Search Service - show GFI - When searching for features there shall be a possibility to directly show the GFI for this feature.
Preferably there shall be a button available for each search result that zooms to the feature and directly opens the GFI.
Clicking the whole bar shall still have the same effect as it has right now.
Please give us a proposal for a solution and point out possible performance impacts.
|
non_build
|
search service show gfi when searching for features there shall be a possibility to directly show the gfi for this feature preferably there shall be a button available for each search result that zooms to the feature and directly opens the gfi clicking the whole bar shall still have the same effect as it has right now please give us a proposal for a solution and point out possible performance impacts
| 0
|
27,127
| 5,315,165,717
|
IssuesEvent
|
2017-02-13 16:41:26
|
ampproject/amphtml
|
https://api.github.com/repos/ampproject/amphtml
|
closed
|
Document error in triple-mustache section at amp-mustache page
|
PR: Work in Progress Related to: Documentation
|
## Short description of your issue:
Simple documentation error on https://www.ampproject.org/docs/reference/components/amp-mustache
On triple-mustache section, `{{{unescaped}}}` is accidentally written as `{{unescaped}}}`.

## How do we reproduce the issue?
1. Navigate to https://www.ampproject.org/docs/reference/components/amp-mustache
## What browsers are affected?
All browsers
## Which AMP version is affected?
AMP website issue.
|
1.0
|
Document error in triple-mustache section at amp-mustache page - ## Short description of your issue:
Simple documentation error on https://www.ampproject.org/docs/reference/components/amp-mustache
On triple-mustache section, `{{{unescaped}}}` is accidentally written as `{{unescaped}}}`.

## How do we reproduce the issue?
1. Navigate to https://www.ampproject.org/docs/reference/components/amp-mustache
## What browsers are affected?
All browsers
## Which AMP version is affected?
AMP website issue.
|
non_build
|
document error in triple mustache section at amp mustache page short description of your issue simple documentation error on on triple mustache section unescaped is accidentally written as unescaped how do we reproduce the issue navigate to what browsers are affected all browsers which amp version is affected amp website issue
| 0
|
7,977
| 4,117,218,201
|
IssuesEvent
|
2016-06-08 06:13:49
|
nodejs/build
|
https://api.github.com/repos/nodejs/build
|
closed
|
Access to AIX/Power/LinuxOne machines for IwuzHere
|
build wg-agenda
|
I'm going to be getting Imran to help me keep the infrastructure for those platforms going. It would make it a lot easier if I could give him access to those machines.
He is a Node.js collaborator so under the discussion we've had for https://github.com/nodejs/build/pull/354 he'd be a candidate for "ongoing access". Longer term I also have the goal to bring him on as a member of the build working group.
@nodejs/build what do you think ?
|
1.0
|
Access to AIX/Power/LinuxOne machines for IwuzHere - I'm going to be getting Imran to help me keep the infrastructure for those platforms going. It would make it a lot easier if I could give him access to those machines.
He is a Node.js collaborator so under the discussion we've had for https://github.com/nodejs/build/pull/354 he'd be a candidate for "ongoing access". Longer term I also have the goal to bring him on as a member of the build working group.
@nodejs/build what do you think ?
|
build
|
access to aix power linuxone machines for iwuzhere i m going to be getting imran to help me keep the infrastructure for those platforms going it would make it a lot easier if i could give him access to those machines he is a node js collaborator so under the discussion we ve had for he d be a candidate for ongoing access longer term i also have the goal to bring him on as a member of the build working group nodejs build what do you think
| 1
|
345,776
| 30,841,930,798
|
IssuesEvent
|
2023-08-02 11:16:23
|
SonuBardai/lockbox
|
https://api.github.com/repos/SonuBardai/lockbox
|
closed
|
Add tests for `list_password` in src/cli/commands.rs
|
testing
|
References to parametrized tests in src/store/mod.rs
---
https://github.com/SonuBardai/lockbox/blob/86dbdd04cbe98b691209f2a62e1ec2f82f8cc0ba/src/cli/commands.rs#L91-L98
---
###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 86dbdd04cbe98b691209f2a62e1ec2f82f8cc0ba.
|
1.0
|
Add tests for `list_password` in src/cli/commands.rs - References to parametrized tests in src/store/mod.rs
---
https://github.com/SonuBardai/lockbox/blob/86dbdd04cbe98b691209f2a62e1ec2f82f8cc0ba/src/cli/commands.rs#L91-L98
---
###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 86dbdd04cbe98b691209f2a62e1ec2f82f8cc0ba.
|
non_build
|
add tests for list password in src cli commands rs references to parametrized tests in src store mod rs this issue was generated by based on a todo comment in
| 0
|
58,227
| 14,345,234,456
|
IssuesEvent
|
2020-11-28 18:03:58
|
ekmett/distributive
|
https://api.github.com/repos/ekmett/distributive
|
closed
|
Fail to build with multiple --ghc-options options
|
build-system can't duplicate
|
Hi,
It seems that passing multiple options to stack build --ghc-options fails, whereas it's working for most other packages:
```
$ stack build "--ghc-options=-O2 -fno-prof-auto" distributive
distributive> configure
distributive> ghc: on the commandline: malformed integer argument in -O2 -fno-prof-auto
distributive> Usage: For basic information, try the `--help' option.
-- While building package distributive-0.6.2 using:
/home/raillard/.stack/programs/x86_64-linux/ghc-tinfo6-8.10.2/bin/ghc-8.10.2 --make -odir /tmp/stack-0ae05188c22eabac/distributive-0.6.2/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.0.0/setup -hidir /tmp/stack-0ae05188c22eabac/distributive-0.6.2/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.0.0/setup -i -i. -clear-package-db -global-package-db -package-db=/home/raillard/.stack/snapshots/x86_64-linux-tinfo6/bd049dcf740078ef9397dcd2216c57741174e6feb027795f55a0d00361558ef0/8.10.2/pkgdb -package-db=/home/raillard/Documents/Douglas/Programmation/Haskell/ftrace/.stack-work/install/x86_64-linux-tinfo6/bd049dcf740078ef9397dcd2216c57741174e6feb027795f55a0d00361558ef0/8.10.2/pkgdb -hide-all-packages -package-id=Cabal-3.2.0.0 -package-id=base-4.14.1.0 -package-id=cabal-doctest-1.0.8-8FuiLtyYbOyAYReyoJWbHo -optP-include -optP/tmp/stack-0ae05188c22eabac/distributive-0.6.2/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.0.0/setup/setup_macros.h /tmp/stack-0ae05188c22eabac/distributive-0.6.2/Setup.lhs /home/raillard/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /tmp/stack-0ae05188c22eabac/distributive-0.6.2/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.0.0/setup/setup -threaded -O2 "-O2 -fno-prof-auto"
Process exited with code: ExitFailure 1
```
If only one option is passed, e.g. `--ghc-options=-O2 ` (or any other), it seems to work. I'm not sure if it's a stack issue or a distributive issue, but it's the only package I've seen with that behavior so I'm assuming the latter.
Versions:
stack: Version 2.3.1, Git revision de2a7b694f07de7e6cf17f8c92338c16286b2878 (dirty) (8103 commits) x86_64
distributive-0.6.2
|
1.0
|
Fail to build with multiple --ghc-options options - Hi,
It seems that passing multiple options to stack build --ghc-options fails, whereas it's working for most other packages:
```
$ stack build "--ghc-options=-O2 -fno-prof-auto" distributive
distributive> configure
distributive> ghc: on the commandline: malformed integer argument in -O2 -fno-prof-auto
distributive> Usage: For basic information, try the `--help' option.
-- While building package distributive-0.6.2 using:
/home/raillard/.stack/programs/x86_64-linux/ghc-tinfo6-8.10.2/bin/ghc-8.10.2 --make -odir /tmp/stack-0ae05188c22eabac/distributive-0.6.2/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.0.0/setup -hidir /tmp/stack-0ae05188c22eabac/distributive-0.6.2/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.0.0/setup -i -i. -clear-package-db -global-package-db -package-db=/home/raillard/.stack/snapshots/x86_64-linux-tinfo6/bd049dcf740078ef9397dcd2216c57741174e6feb027795f55a0d00361558ef0/8.10.2/pkgdb -package-db=/home/raillard/Documents/Douglas/Programmation/Haskell/ftrace/.stack-work/install/x86_64-linux-tinfo6/bd049dcf740078ef9397dcd2216c57741174e6feb027795f55a0d00361558ef0/8.10.2/pkgdb -hide-all-packages -package-id=Cabal-3.2.0.0 -package-id=base-4.14.1.0 -package-id=cabal-doctest-1.0.8-8FuiLtyYbOyAYReyoJWbHo -optP-include -optP/tmp/stack-0ae05188c22eabac/distributive-0.6.2/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.0.0/setup/setup_macros.h /tmp/stack-0ae05188c22eabac/distributive-0.6.2/Setup.lhs /home/raillard/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /tmp/stack-0ae05188c22eabac/distributive-0.6.2/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.0.0/setup/setup -threaded -O2 "-O2 -fno-prof-auto"
Process exited with code: ExitFailure 1
```
If only one option is passed, e.g. `--ghc-options=-O2 ` (or any other), it seems to work. I'm not sure if it's a stack issue or a distributive issue, but it's the only package I've seen with that behavior so I'm assuming the latter.
Versions:
stack: Version 2.3.1, Git revision de2a7b694f07de7e6cf17f8c92338c16286b2878 (dirty) (8103 commits) x86_64
distributive-0.6.2
|
build
|
fail to build with multiple ghc options options hi it seems that passing multiple options to stack build ghc options fails whereas it s working for most other packages stack build ghc options fno prof auto distributive distributive configure distributive ghc on the commandline malformed integer argument in fno prof auto distributive usage for basic information try the help option while building package distributive using home raillard stack programs linux ghc bin ghc make odir tmp stack distributive stack work dist linux cabal setup hidir tmp stack distributive stack work dist linux cabal setup i i clear package db global package db package db home raillard stack snapshots linux pkgdb package db home raillard documents douglas programmation haskell ftrace stack work install linux pkgdb hide all packages package id cabal package id base package id cabal doctest optp include optp tmp stack distributive stack work dist linux cabal setup setup macros h tmp stack distributive setup lhs home raillard stack setup exe src setup shim mphdzzaj hs main is stacksetupshim mainoverride o tmp stack distributive stack work dist linux cabal setup setup threaded fno prof auto process exited with code exitfailure if only one option is passed e g ghc options or any other it seems to work i m not sure if it s a stack issue or a distributive issue but it s the only package i ve seen with that behavior so i m assuming the latter versions stack version git revision dirty commits distributive
| 1
|
303,302
| 26,198,856,237
|
IssuesEvent
|
2023-01-03 15:43:10
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
roachtest: backup/mixed-version-basic failed
|
C-test-failure O-robot O-roachtest branch-master release-blocker T-disaster-recovery
|
roachtest.backup/mixed-version-basic [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7672293?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7672293?buildTab=artifacts#/backup/mixed-version-basic) on master @ [39250f643837156c8fb75b0ced07ef8a99c14185](https://github.com/cockroachdb/cockroach/commits/39250f643837156c8fb75b0ced07ef8a99c14185):
```
test artifacts and logs in: /artifacts/backup/mixed-version-basic/run_1
(test_impl.go:297).Fatalf: condition failed to evaluate within 45s: node is still running 1 jobs
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/disaster-recovery
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*backup/mixed-version-basic.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-21773
|
2.0
|
roachtest: backup/mixed-version-basic failed - roachtest.backup/mixed-version-basic [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7672293?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7672293?buildTab=artifacts#/backup/mixed-version-basic) on master @ [39250f643837156c8fb75b0ced07ef8a99c14185](https://github.com/cockroachdb/cockroach/commits/39250f643837156c8fb75b0ced07ef8a99c14185):
```
test artifacts and logs in: /artifacts/backup/mixed-version-basic/run_1
(test_impl.go:297).Fatalf: condition failed to evaluate within 45s: node is still running 1 jobs
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/disaster-recovery
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*backup/mixed-version-basic.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-21773
|
non_build
|
roachtest backup mixed version basic failed roachtest backup mixed version basic with on master test artifacts and logs in artifacts backup mixed version basic run test impl go fatalf condition failed to evaluate within node is still running jobs parameters roachtest cloud gce roachtest cpu roachtest encrypted true roachtest ssd help see see cc cockroachdb disaster recovery jira issue crdb
| 0
|
50,263
| 12,489,869,046
|
IssuesEvent
|
2020-05-31 20:56:09
|
osquery/osquery
|
https://api.github.com/repos/osquery/osquery
|
closed
|
Third party libraries to be ported to build from source
|
build cmake libraries
|
This is the list of third party libraries we still need to port so that they build from source on the respective platforms:
- [x] linenoise-ng on macOS, Windows
- [x] lldpd on macOS
- [x] popt on macOS
- [x] sleuthkit on macOS
- [x] smartmontools on macOS
- [x] ssdeep-cpp on macOS
|
1.0
|
Third party libraries to be ported to build from source - This is the list of third party libraries we still need to port so that they build from source on the respective platforms:
- [x] linenoise-ng on macOS, Windows
- [x] lldpd on macOS
- [x] popt on macOS
- [x] sleuthkit on macOS
- [x] smartmontools on macOS
- [x] ssdeep-cpp on macOS
|
build
|
third party libraries to be ported to build from source this is the list of third party libraries we still need to port so that they build from source on the respective platforms linenoise ng on macos windows lldpd on macos popt on macos sleuthkit on macos smartmontools on macos ssdeep cpp on macos
| 1
|
310,299
| 23,330,433,417
|
IssuesEvent
|
2022-08-09 04:16:34
|
neondatabase/neon
|
https://api.github.com/repos/neondatabase/neon
|
closed
|
update safekeepers internal docs
|
a/documentation c/storage/safekeeper
|
review the overview about teh safekeepers, update, change names https://github.com/zenithdb/zenith/blob/main/walkeeper/README
review and update the protocol too https://github.com/zenithdb/zenith/blob/main/walkeeper/README_PROTO.md
|
1.0
|
update safekeepers internal docs - review the overview about teh safekeepers, update, change names https://github.com/zenithdb/zenith/blob/main/walkeeper/README
review and update the protocol too https://github.com/zenithdb/zenith/blob/main/walkeeper/README_PROTO.md
|
non_build
|
update safekeepers internal docs review the overview about teh safekeepers update change names review and update the protocol too
| 0
|
37,996
| 10,127,551,305
|
IssuesEvent
|
2019-08-01 10:29:19
|
ShaikASK/Testing
|
https://api.github.com/repos/ShaikASK/Testing
|
closed
|
Candidate Dashboard : Reject Cox Background & Drug Test Authorization Document :Second instance address details are not getting reflected in the rejected flow
|
Beta Release #5 Build#7 Candidate Dashboard Candidate Module Defect Edit Dynamic Webform Document P1
|
Steps To Replicate :
1.Launch the URL
2.Sign in as HR admin user
3.Create New Hire and save it
4.Initiate the above create New Hire using “Cox Communications - W2” workflow ,which is having Cox Background & Drug Test Authorization dynamic webform Document
5.Sign in as candidate
6.Sign the “Offer Letter”
7.Complete all web forms and in BGV with a single entry/instance in Address sub webform
8.Navigate to “Dashboard” screen
10.Click on start button displayed against “Cox Background & Drug Test Authorization Document”
9.Sign the Cox Background & Drug Test Authorization Document by entering former Address 2,city 2 ,state 2 and zip 2 details and submit the document (Completed Status)
10.Reject the above signed document from “Review & Certify” screen as HR Admin
11.Sign in as candidate and click on edit icon displayed against above rejected document
12.Navigare to “Common Details screen
13.Click on Submit & Sign button
14.Navigate to Cox Background & Drug Test Authorization dynamic webform Document
Experienced Behavior : Observed that manually entered data is not getting displayed in Address 2,city 2 ,state 2 and zip 2 details for a reject document flow
Expected Behavior : Ensure that it should display all the data entered against document in reject flow also
|
1.0
|
Candidate Dashboard : Reject Cox Background & Drug Test Authorization Document :Second instance address details are not getting reflected in the rejected flow - Steps To Replicate :
1.Launch the URL
2.Sign in as HR admin user
3.Create New Hire and save it
4.Initiate the above create New Hire using “Cox Communications - W2” workflow ,which is having Cox Background & Drug Test Authorization dynamic webform Document
5.Sign in as candidate
6.Sign the “Offer Letter”
7.Complete all web forms and in BGV with a single entry/instance in Address sub webform
8.Navigate to “Dashboard” screen
10.Click on start button displayed against “Cox Background & Drug Test Authorization Document”
9.Sign the Cox Background & Drug Test Authorization Document by entering former Address 2,city 2 ,state 2 and zip 2 details and submit the document (Completed Status)
10.Reject the above signed document from “Review & Certify” screen as HR Admin
11.Sign in as candidate and click on edit icon displayed against above rejected document
12.Navigare to “Common Details screen
13.Click on Submit & Sign button
14.Navigate to Cox Background & Drug Test Authorization dynamic webform Document
Experienced Behavior : Observed that manually entered data is not getting displayed in Address 2,city 2 ,state 2 and zip 2 details for a reject document flow
Expected Behavior : Ensure that it should display all the data entered against document in reject flow also
|
build
|
candidate dashboard reject cox background drug test authorization document second instance address details are not getting reflected in the rejected flow steps to replicate launch the url sign in as hr admin user create new hire and save it initiate the above create new hire using “cox communications ” workflow which is having cox background drug test authorization dynamic webform document sign in as candidate sign the “offer letter” complete all web forms and in bgv with a single entry instance in address sub webform navigate to “dashboard” screen click on start button displayed against “cox background drug test authorization document” sign the cox background drug test authorization document by entering former address city state and zip details and submit the document completed status reject the above signed document from “review certify” screen as hr admin sign in as candidate and click on edit icon displayed against above rejected document navigare to “common details screen click on submit sign button navigate to cox background drug test authorization dynamic webform document experienced behavior observed that manually entered data is not getting displayed in address city state and zip details for a reject document flow expected behavior ensure that it should display all the data entered against document in reject flow also
| 1
|
35,118
| 9,539,165,014
|
IssuesEvent
|
2019-04-30 16:15:56
|
bitcoin/bitcoin
|
https://api.github.com/repos/bitcoin/bitcoin
|
reopened
|
OSX - Still displays as qt in spotlight
|
Build system Upstream macOS
|
Per https://github.com/bitcoin-dot-org/bitcoin.org/pull/968 still shows as bitcoin qt in spotlight.
I located https://github.com/bitcoin/bitcoin/pull/6116 which appears to have fixed it everywhere else, but it looks like this was missed.
I believe it's https://github.com/bitcoin/bitcoin/blob/master/share/qt/Info.plist.in that's causing it, but I'm not a mac programmer and don't feel safe opening an untested PR.
```
<key>CFBundleName</key>
<string>Bitcoin-Qt</string>`
```
https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
1.0
|
OSX - Still displays as qt in spotlight - Per https://github.com/bitcoin-dot-org/bitcoin.org/pull/968 still shows as bitcoin qt in spotlight.
I located https://github.com/bitcoin/bitcoin/pull/6116 which appears to have fixed it everywhere else, but it looks like this was missed.
I believe it's https://github.com/bitcoin/bitcoin/blob/master/share/qt/Info.plist.in that's causing it, but I'm not a mac programmer and don't feel safe opening an untested PR.
```
<key>CFBundleName</key>
<string>Bitcoin-Qt</string>`
```
https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
build
|
osx still displays as qt in spotlight per still shows as bitcoin qt in spotlight i located which appears to have fixed it everywhere else but it looks like this was missed i believe it s that s causing it but i m not a mac programmer and don t feel safe opening an untested pr cfbundlename bitcoin qt
| 1
|
116,929
| 11,945,513,506
|
IssuesEvent
|
2020-04-03 06:01:04
|
souwmyaa/ped
|
https://api.github.com/repos/souwmyaa/ped
|
opened
|
Session Add Feature (User Guide inconsistency)
|
severity.High type.DocumentationBug
|

This part of the User Guide gives an example for add session.

However, on using the command in the command prompt, I receive an error because the format of date is incorrect.
I suggest that the UG be updated to reflect the command format more accurately!
|
1.0
|
Session Add Feature (User Guide inconsistency) - 
This part of the User Guide gives an example for add session.

However, on using the command in the command prompt, I receive an error because the format of date is incorrect.
I suggest that the UG be updated to reflect the command format more accurately!
|
non_build
|
session add feature user guide inconsistency this part of the user guide gives an example for add session however on using the command in the command prompt i receive an error because the format of date is incorrect i suggest that the ug be updated to reflect the command format more accurately
| 0
|
377,306
| 11,167,287,582
|
IssuesEvent
|
2019-12-27 16:32:40
|
tchellomello/python-ring-doorbell
|
https://api.github.com/repos/tchellomello/python-ring-doorbell
|
closed
|
401 Client Error: Unauthorized for url
|
PRIORITY bug help wanted
|
Just started getting errors. They may be trying to bad us from the API, but not sure. Anyone else getting this error?
```
File "./ring.py", line 9, in <module>
myring = Ring('redacted', 'alsoRedacted')
File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 55, in __init__
self._process_cached_session()
File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 81, in _process_cached_session
req = self.query(url, raw=True)
File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 224, in query
self._authenticate()
File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 162, in _authenticate
req.raise_for_status()
File "/home/user00/virtual/utils/lib/python3.6/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.ring.com/clients_api/session
```
|
1.0
|
401 Client Error: Unauthorized for url - Just started getting errors. They may be trying to bad us from the API, but not sure. Anyone else getting this error?
```
File "./ring.py", line 9, in <module>
myring = Ring('redacted', 'alsoRedacted')
File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 55, in __init__
self._process_cached_session()
File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 81, in _process_cached_session
req = self.query(url, raw=True)
File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 224, in query
self._authenticate()
File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 162, in _authenticate
req.raise_for_status()
File "/home/user00/virtual/utils/lib/python3.6/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.ring.com/clients_api/session
```
|
non_build
|
client error unauthorized for url just started getting errors they may be trying to bad us from the api but not sure anyone else getting this error file ring py line in myring ring redacted alsoredacted file home virtual utils lib site packages ring doorbell init py line in init self process cached session file home virtual utils lib site packages ring doorbell init py line in process cached session req self query url raw true file home virtual utils lib site packages ring doorbell init py line in query self authenticate file home virtual utils lib site packages ring doorbell init py line in authenticate req raise for status file home virtual utils lib site packages requests models py line in raise for status raise httperror http error msg response self requests exceptions httperror client error unauthorized for url
| 0
|
22,422
| 7,174,612,866
|
IssuesEvent
|
2018-01-31 00:31:57
|
ActCal/activistcalendar
|
https://api.github.com/repos/ActCal/activistcalendar
|
closed
|
Meta: Onboarding documentation for new collaborators is complete
|
building the org on hold
|
* Github Repo readme is first point of contact
* Strategic planning documentation is in a sharable state, along with its current status
* There's a roadmap
* Internal documents are sharable with new collaborators, specifically meeting history and agendas
* Github issues/Waffle is up to date so we can walk new people through them
|
1.0
|
Meta: Onboarding documentation for new collaborators is complete - * Github Repo readme is first point of contact
* Strategic planning documentation is in a sharable state, along with its current status
* There's a roadmap
* Internal documents are sharable with new collaborators, specifically meeting history and agendas
* Github issues/Waffle is up to date so we can walk new people through them
|
build
|
meta onboarding documentation for new collaborators is complete github repo readme is first point of contact strategic planning documentation is in a sharable state along with its current status there s a roadmap internal documents are sharable with new collaborators specifically meeting history and agendas github issues waffle is up to date so we can walk new people through them
| 1
|
186,287
| 14,394,659,956
|
IssuesEvent
|
2020-12-03 01:49:23
|
github-vet/rangeclosure-findings
|
https://api.github.com/repos/github-vet/rangeclosure-findings
|
closed
|
SobolevWladimir/offers_iiko: vendor/github.com/ugorji/go/codec/codec_test.go; 32 LoC
|
fresh small test vendored
|
Found a possible issue in [SobolevWladimir/offers_iiko](https://www.github.com/SobolevWladimir/offers_iiko) at [vendor/github.com/ugorji/go/codec/codec_test.go](https://github.com/SobolevWladimir/offers_iiko/blob/6f08bffc37f627457f61422f97d62d8fd1d61047/vendor/github.com/ugorji/go/codec/codec_test.go#L1847-L1878)
The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements
which capture loop variables.
[Click here to see the code in its original context.](https://github.com/SobolevWladimir/offers_iiko/blob/6f08bffc37f627457f61422f97d62d8fd1d61047/vendor/github.com/ugorji/go/codec/codec_test.go#L1847-L1878)
<details>
<summary>Click here to show the 32 line(s) of Go which triggered the analyzer.</summary>
```go
for _, r := range []RawExt{
{Tag: 99, Value: "9999", Data: []byte("9999")},
} {
e := NewEncoderBytes(&b, h)
e.MustEncode(&r)
// fmt.Printf(">>>> rawext: isnil? %v, %d - %v\n", b == nil, len(b), b)
d := NewDecoderBytes(b, h)
d.MustDecode(&v)
var r2 = r
switch {
case isJson:
r2.Tag = 0
r2.Data = nil
case isCbor:
r2.Data = nil
default:
r2.Value = nil
}
testDeepEqualErr(v, r2, t, "rawext-default")
// switch h.(type) {
// case *JsonHandle:
// testDeepEqualErr(r.Value, v, t, "rawext-json")
// default:
// var r2 = r
// if isValuer {
// r2.Data = nil
// } else {
// r2.Value = nil
// }
// testDeepEqualErr(v, r2, t, "rawext-default")
// }
}
```
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to r at line 1851 may start a goroutine
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 6f08bffc37f627457f61422f97d62d8fd1d61047
|
1.0
|
SobolevWladimir/offers_iiko: vendor/github.com/ugorji/go/codec/codec_test.go; 32 LoC -
Found a possible issue in [SobolevWladimir/offers_iiko](https://www.github.com/SobolevWladimir/offers_iiko) at [vendor/github.com/ugorji/go/codec/codec_test.go](https://github.com/SobolevWladimir/offers_iiko/blob/6f08bffc37f627457f61422f97d62d8fd1d61047/vendor/github.com/ugorji/go/codec/codec_test.go#L1847-L1878)
The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements
which capture loop variables.
[Click here to see the code in its original context.](https://github.com/SobolevWladimir/offers_iiko/blob/6f08bffc37f627457f61422f97d62d8fd1d61047/vendor/github.com/ugorji/go/codec/codec_test.go#L1847-L1878)
<details>
<summary>Click here to show the 32 line(s) of Go which triggered the analyzer.</summary>
```go
for _, r := range []RawExt{
{Tag: 99, Value: "9999", Data: []byte("9999")},
} {
e := NewEncoderBytes(&b, h)
e.MustEncode(&r)
// fmt.Printf(">>>> rawext: isnil? %v, %d - %v\n", b == nil, len(b), b)
d := NewDecoderBytes(b, h)
d.MustDecode(&v)
var r2 = r
switch {
case isJson:
r2.Tag = 0
r2.Data = nil
case isCbor:
r2.Data = nil
default:
r2.Value = nil
}
testDeepEqualErr(v, r2, t, "rawext-default")
// switch h.(type) {
// case *JsonHandle:
// testDeepEqualErr(r.Value, v, t, "rawext-json")
// default:
// var r2 = r
// if isValuer {
// r2.Data = nil
// } else {
// r2.Value = nil
// }
// testDeepEqualErr(v, r2, t, "rawext-default")
// }
}
```
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to r at line 1851 may start a goroutine
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 6f08bffc37f627457f61422f97d62d8fd1d61047
|
non_build
|
sobolevwladimir offers iiko vendor github com ugorji go codec codec test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for r range rawext tag value data byte e newencoderbytes b h e mustencode r fmt printf rawext isnil v d v n b nil len b b d newdecoderbytes b h d mustdecode v var r switch case isjson tag data nil case iscbor data nil default value nil testdeepequalerr v t rawext default switch h type case jsonhandle testdeepequalerr r value v t rawext json default var r if isvaluer data nil else value nil testdeepequalerr v t rawext default below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to r at line may start a goroutine leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.