Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
957
labels
stringlengths
4
1.11k
body
stringlengths
1
261k
index
stringclasses
11 values
text_combine
stringlengths
95
261k
label
stringclasses
2 values
text
stringlengths
96
250k
binary_label
int64
0
1
115,832
14,891,915,360
IssuesEvent
2021-01-21 01:37:07
phetsims/faradays-law
https://api.github.com/repos/phetsims/faradays-law
closed
Add representation for current direction
design:general meeting:design
Recently, two users contacted phethelp with concerns that the sign of the voltage was incorrect, see #150. The sim's behavior is correct, however previous versions of the simulation the sign of the voltage actually was incorrect, see #65. In #150 @ariel-phet wrote: > So to me, the published sim is correct. This seems to jive with the change we made for #65 - but perhaps we should consider current arrows for this simulation (much like in CL:B) to help alleviate confusion? It even takes me a bit to convince myself I have everything right. I think this is an excellent idea. Showing the **conventional** current direction would make the sign of the voltage much clearer. After all, the RHR is used to determine the direction of the conventional current. If we would want to show both the electron and conventional currents, I think the conventional current would be a more natural default. Though I would be curious to hear @ariel-phet's thoughts. Here are some quick mockups ![image](https://user-images.githubusercontent.com/8419308/56324183-6e170080-612b-11e9-9c28-89db45d19ac8.png) ![image](https://user-images.githubusercontent.com/8419308/56324234-8edf5600-612b-11e9-9599-1931831a7f43.png)
2.0
Add representation for current direction - Recently, two users contacted phethelp with concerns that the sign of the voltage was incorrect, see #150. The sim's behavior is correct, however previous versions of the simulation the sign of the voltage actually was incorrect, see #65. In #150 @ariel-phet wrote: > So to me, the published sim is correct. This seems to jive with the change we made for #65 - but perhaps we should consider current arrows for this simulation (much like in CL:B) to help alleviate confusion? It even takes me a bit to convince myself I have everything right. I think this is an excellent idea. Showing the **conventional** current direction would make the sign of the voltage much clearer. After all, the RHR is used to determine the direction of the conventional current. If we would want to show both the electron and conventional currents, I think the conventional current would be a more natural default. Though I would be curious to hear @ariel-phet's thoughts. Here are some quick mockups ![image](https://user-images.githubusercontent.com/8419308/56324183-6e170080-612b-11e9-9c28-89db45d19ac8.png) ![image](https://user-images.githubusercontent.com/8419308/56324234-8edf5600-612b-11e9-9599-1931831a7f43.png)
design
add representation for current direction recently two users contacted phethelp with concerns that the sign of the voltage was incorrect see the sim s behavior is correct however previous versions of the simulation the sign of the voltage actually was incorrect see in ariel phet wrote so to me the published sim is correct this seems to jive with the change we made for but perhaps we should consider current arrows for this simulation much like in cl b to help alleviate confusion it even takes me a bit to convince myself i have everything right i think this is an excellent idea showing the conventional current direction would make the sign of the voltage much clearer after all the rhr is used to determine the direction of the conventional current if we would want to show both the electron and conventional currents i think the conventional current would be a more natural default though i would be curious to hear ariel phet s thoughts here are some quick mockups
1
227,665
18,090,442,556
IssuesEvent
2021-09-22 00:40:13
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Compiled EXE project cannot read some directories
topic:core needs testing
Dear company please have a look at this code: ``` var path = "res://world/" var levels = [] var dir = Directory.new() dir.open(path) dir.list_dir_begin() while true: var file_name = dir.get_next() if file_name == "": break elif not file_name.begins_with("."): levels.append(file_name) get_node("PanelContainer").get_node("LabelOutput").set_text(file_name) ``` It work properly under dev pressing play. Then once the project has been compiled as an EXE file, it doesn't read the directories into the directory "world" but if I change directory well, it does work. But only for some directories Please tell me how to fix it or what to do because we are in a rush Thank you very much in advance Kind Regards Khappa MJ K-Storm-Studio Ltd
1.0
Compiled EXE project cannot read some directories - Dear company please have a look at this code: ``` var path = "res://world/" var levels = [] var dir = Directory.new() dir.open(path) dir.list_dir_begin() while true: var file_name = dir.get_next() if file_name == "": break elif not file_name.begins_with("."): levels.append(file_name) get_node("PanelContainer").get_node("LabelOutput").set_text(file_name) ``` It work properly under dev pressing play. Then once the project has been compiled as an EXE file, it doesn't read the directories into the directory "world" but if I change directory well, it does work. But only for some directories Please tell me how to fix it or what to do because we are in a rush Thank you very much in advance Kind Regards Khappa MJ K-Storm-Studio Ltd
non_design
compiled exe project cannot read some directories dear company please have a look at this code var path res world var levels var dir directory new dir open path dir list dir begin while true var file name dir get next if file name break elif not file name begins with levels append file name get node panelcontainer get node labeloutput set text file name it work properly under dev pressing play then once the project has been compiled as an exe file it doesn t read the directories into the directory world but if i change directory well it does work but only for some directories please tell me how to fix it or what to do because we are in a rush thank you very much in advance kind regards khappa mj k storm studio ltd
0
141,599
12,973,274,948
IssuesEvent
2020-07-21 13:49:09
kami-blue/bot
https://api.github.com/repos/kami-blue/bot
closed
If some commands are used in russian channels, responses should be in russian
documentation enhancement
- [x] ;log - [x] ;elytra - [x] ;file - [x] ;gui - [x] ;install - [x] ;set - [x] ;shulkerpreview
1.0
If some commands are used in russian channels, responses should be in russian - - [x] ;log - [x] ;elytra - [x] ;file - [x] ;gui - [x] ;install - [x] ;set - [x] ;shulkerpreview
non_design
if some commands are used in russian channels responses should be in russian log elytra file gui install set shulkerpreview
0
396,636
11,711,766,067
IssuesEvent
2020-03-09 06:25:18
AY1920S2-CS2103T-W12-4/main
https://api.github.com/repos/AY1920S2-CS2103T-W12-4/main
opened
As a user who likes to share recipes with their friends, I can share my recipes to social mediaAs a user, I can ...
priority.Low status.Ongoing type.Story
… so that I can share my recipes easier Command: `share <index>`
1.0
As a user who likes to share recipes with their friends, I can share my recipes to social mediaAs a user, I can ... - … so that I can share my recipes easier Command: `share <index>`
non_design
as a user who likes to share recipes with their friends i can share my recipes to social mediaas a user i can … so that i can share my recipes easier command share
0
90,231
11,358,030,716
IssuesEvent
2020-01-25 11:05:16
packit-service/packit-service
https://api.github.com/repos/packit-service/packit-service
closed
When releasing, check that spec file is up to date
feature needs-design stale
I just did a new ogr upstream release and forgot to bump the spec file -_- Luckily Franta introduced the `--local-content` option which makes it easy to resolve, but still, we should have something, ideally in packit, which would fail the PR with a new upstream release if the spec is not up to date. No idea how to do this or what would the best workflow be. Or maybe have this in release-bot. But since packit has the req on spec in upstream, I feel like this check should live in packit.
1.0
When releasing, check that spec file is up to date - I just did a new ogr upstream release and forgot to bump the spec file -_- Luckily Franta introduced the `--local-content` option which makes it easy to resolve, but still, we should have something, ideally in packit, which would fail the PR with a new upstream release if the spec is not up to date. No idea how to do this or what would the best workflow be. Or maybe have this in release-bot. But since packit has the req on spec in upstream, I feel like this check should live in packit.
design
when releasing check that spec file is up to date i just did a new ogr upstream release and forgot to bump the spec file luckily franta introduced the local content option which makes it easy to resolve but still we should have something ideally in packit which would fail the pr with a new upstream release if the spec is not up to date no idea how to do this or what would the best workflow be or maybe have this in release bot but since packit has the req on spec in upstream i feel like this check should live in packit
1
442,771
12,749,943,339
IssuesEvent
2020-06-27 01:10:03
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Publisher fails to load on windows
Priority/Normal Severity/Blocker Type/Bug
### Description: $subject this is for latest master(75a08c19d4d9fd31cd5b4116e42c27e52d351fb6) branch. please refer the below screenshot. ![image](https://user-images.githubusercontent.com/1552869/85768994-38aa7180-b737-11ea-8379-e734c3fc6a99.png) ### Steps to reproduce: ### Affected Product Version: <!-- Members can use Affected/*** labels --> ### Environment details (with versions): - OS: WIndows - Client:MS EDGE - Env (Docker/K8s): --- ### Optional Fields #### Related Issues: <!-- Any related issues from this/other repositories--> #### Suggested Labels: <!--Only to be used by non-members--> #### Suggested Assignees: <!--Only to be used by non-members-->
1.0
Publisher fails to load on windows - ### Description: $subject this is for latest master(75a08c19d4d9fd31cd5b4116e42c27e52d351fb6) branch. please refer the below screenshot. ![image](https://user-images.githubusercontent.com/1552869/85768994-38aa7180-b737-11ea-8379-e734c3fc6a99.png) ### Steps to reproduce: ### Affected Product Version: <!-- Members can use Affected/*** labels --> ### Environment details (with versions): - OS: WIndows - Client:MS EDGE - Env (Docker/K8s): --- ### Optional Fields #### Related Issues: <!-- Any related issues from this/other repositories--> #### Suggested Labels: <!--Only to be used by non-members--> #### Suggested Assignees: <!--Only to be used by non-members-->
non_design
publisher fails to load on windows description subject this is for latest master branch please refer the below screenshot steps to reproduce affected product version environment details with versions os windows client ms edge env docker optional fields related issues suggested labels suggested assignees
0
161,314
25,318,076,227
IssuesEvent
2022-11-17 23:53:00
Effitizer/effitizer-backend
https://api.github.com/repos/Effitizer/effitizer-backend
closed
[Scenario Design] 구독 시작 및 결제
Type: Scenario Design
## 구독 시작 및 결제 1. 카드 정보를 기준으로 customer_uid 생성 2. customer_uid와 카드 정보를 이용해서 아임포트에 빌링 키 요청 [사용 API: https://api.iamport.kr/subscribe/customers/${customer_uid}] 3. 등록한 customer_uid로 최초 결제 시도 [사용 API: https://api.iamport.kr/subscribe/payments/again] 4. 3번 단계까지 완료 시, 구독 Object True 및 customer_uid 등록 5. 스케줄러가 Subscribe의 다음 결제 일마다 결제
1.0
[Scenario Design] 구독 시작 및 결제 - ## 구독 시작 및 결제 1. 카드 정보를 기준으로 customer_uid 생성 2. customer_uid와 카드 정보를 이용해서 아임포트에 빌링 키 요청 [사용 API: https://api.iamport.kr/subscribe/customers/${customer_uid}] 3. 등록한 customer_uid로 최초 결제 시도 [사용 API: https://api.iamport.kr/subscribe/payments/again] 4. 3번 단계까지 완료 시, 구독 Object True 및 customer_uid 등록 5. 스케줄러가 Subscribe의 다음 결제 일마다 결제
design
구독 시작 및 결제 구독 시작 및 결제 카드 정보를 기준으로 customer uid 생성 customer uid와 카드 정보를 이용해서 아임포트에 빌링 키 요청 등록한 customer uid로 최초 결제 시도 단계까지 완료 시 구독 object true 및 customer uid 등록 스케줄러가 subscribe의 다음 결제 일마다 결제
1
37,163
4,781,859,699
IssuesEvent
2016-10-28 10:59:08
eloipuertas/ES2016F
https://api.github.com/repos/eloipuertas/ES2016F
closed
[A] Realistic model Orthanc
Design Team-A
* 4.1 As a graphic designer, I want a model of the main tower (Orthanc), to have a tower to defend. [High Priority] > _Acceptance Criteria:_ * _The shape of the main tower is a cross._ * _The tower is composed of four adjunctive columns._ * _The columns are high._ * _At the top of the tower, there are four horns._ * _The horns surround a platform._ * _The tower grows up upside a round platform with stairs._ Estimated time effort: 16h
1.0
[A] Realistic model Orthanc - * 4.1 As a graphic designer, I want a model of the main tower (Orthanc), to have a tower to defend. [High Priority] > _Acceptance Criteria:_ * _The shape of the main tower is a cross._ * _The tower is composed of four adjunctive columns._ * _The columns are high._ * _At the top of the tower, there are four horns._ * _The horns surround a platform._ * _The tower grows up upside a round platform with stairs._ Estimated time effort: 16h
design
realistic model orthanc as a graphic designer i want a model of the main tower orthanc to have a tower to defend acceptance criteria the shape of the main tower is a cross the tower is composed of four adjunctive columns the columns are high at the top of the tower there are four horns the horns surround a platform the tower grows up upside a round platform with stairs estimated time effort
1
61,864
8,559,979,885
IssuesEvent
2018-11-08 23:07:20
archivematica/Issues
https://api.github.com/repos/archivematica/Issues
opened
Problem: Dataverse transfers have special package extraction requirements
Type: documentation
**Version of the documentation** 1.8 **Page (and section, if applicable) where the issue occurs** [Dataverse transfers](https://www.archivematica.org/en/docs/archivematica-1.8/user-manual/transfer/dataverse/#dataverse-transfers) [Processing configuration - user](https://www.archivematica.org/en/docs/archivematica-1.8/user-manual/administer/dashboard-admin/#dashboard-processing) [Processing configuration - admin](https://www.archivematica.org/en/docs/archivematica-1.8/admin-manual/installation-setup/customization/dashboard-config/#process-config) **Description of the issue** Dataverse transfers that contain packages fail if Archivematica is configured to delete packages after extraction. This is related to archivematica/Issues#269, which is milestoned to be fixed in 1.9. **Suggested fix** Note in the documentation that extracted packages must NOT be deleted after extraction.
1.0
Problem: Dataverse transfers have special package extraction requirements - **Version of the documentation** 1.8 **Page (and section, if applicable) where the issue occurs** [Dataverse transfers](https://www.archivematica.org/en/docs/archivematica-1.8/user-manual/transfer/dataverse/#dataverse-transfers) [Processing configuration - user](https://www.archivematica.org/en/docs/archivematica-1.8/user-manual/administer/dashboard-admin/#dashboard-processing) [Processing configuration - admin](https://www.archivematica.org/en/docs/archivematica-1.8/admin-manual/installation-setup/customization/dashboard-config/#process-config) **Description of the issue** Dataverse transfers that contain packages fail if Archivematica is configured to delete packages after extraction. This is related to archivematica/Issues#269, which is milestoned to be fixed in 1.9. **Suggested fix** Note in the documentation that extracted packages must NOT be deleted after extraction.
non_design
problem dataverse transfers have special package extraction requirements version of the documentation page and section if applicable where the issue occurs description of the issue dataverse transfers that contain packages fail if archivematica is configured to delete packages after extraction this is related to archivematica issues which is milestoned to be fixed in suggested fix note in the documentation that extracted packages must not be deleted after extraction
0
370,207
10,926,810,554
IssuesEvent
2019-11-22 15:26:29
boi123212321/porn-manager
https://api.github.com/repos/boi123212321/porn-manager
closed
Set folder(s) to scan for videos/images, sync on server startup & interval
enhancement med priority new feature
Add unknown videos to processing queue Add unknown mages to Db
1.0
Set folder(s) to scan for videos/images, sync on server startup & interval - Add unknown videos to processing queue Add unknown mages to Db
non_design
set folder s to scan for videos images sync on server startup interval add unknown videos to processing queue add unknown mages to db
0
186,898
15,087,154,990
IssuesEvent
2021-02-05 21:36:13
rdsaliba/notorious-eng
https://api.github.com/repos/rdsaliba/notorious-eng
closed
Release 2 - Presentation
documentation
Prepare the Release 2 Presentation. Acceptance criteria: - [x] PowerPoint presentation complete and verified by the presentees - [x] Practice run for the presentation on Thursday at ??? - [ ] Presentation is under 30 min - [x] The presentation includes all topics asked by the professor
1.0
Release 2 - Presentation - Prepare the Release 2 Presentation. Acceptance criteria: - [x] PowerPoint presentation complete and verified by the presentees - [x] Practice run for the presentation on Thursday at ??? - [ ] Presentation is under 30 min - [x] The presentation includes all topics asked by the professor
non_design
release presentation prepare the release presentation acceptance criteria powerpoint presentation complete and verified by the presentees practice run for the presentation on thursday at presentation is under min the presentation includes all topics asked by the professor
0
88,906
3,787,295,129
IssuesEvent
2016-03-21 09:58:59
kubernetes/dashboard
https://api.github.com/repos/kubernetes/dashboard
closed
Wrong alignment of items on deploy page
area/styling kind/bug priority/P2
#### Issue details ##### Environment <!-- Describe how do you run Kubernetes and Dashboard. Versions of Node.js, Go etc. are needed only from developers. To get them use console: $ node --version $ go version --> ``` Dashboard version: latest ``` ##### Steps to reproduce 1. Go to deploy page. 2. Show advanced options. ##### Observed result ![image](https://cloud.githubusercontent.com/assets/2823399/13849982/83a3ef80-ec58-11e5-9104-3e99d0b8bed9.png) ##### Expected result Correct alignment of items.
1.0
Wrong alignment of items on deploy page - #### Issue details ##### Environment <!-- Describe how do you run Kubernetes and Dashboard. Versions of Node.js, Go etc. are needed only from developers. To get them use console: $ node --version $ go version --> ``` Dashboard version: latest ``` ##### Steps to reproduce 1. Go to deploy page. 2. Show advanced options. ##### Observed result ![image](https://cloud.githubusercontent.com/assets/2823399/13849982/83a3ef80-ec58-11e5-9104-3e99d0b8bed9.png) ##### Expected result Correct alignment of items.
non_design
wrong alignment of items on deploy page issue details environment describe how do you run kubernetes and dashboard versions of node js go etc are needed only from developers to get them use console node version go version dashboard version latest steps to reproduce go to deploy page show advanced options observed result expected result correct alignment of items
0
64,602
18,759,507,153
IssuesEvent
2021-11-05 14:55:05
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
Video size not reduce after auto compress before send video
T-Defect A-VideoCompression
### Steps to reproduce 1. Capture video by phone ~74 Mb size 2. Try send from gallery 3. See compressing... 4. See, that sending original size of video - ~74 Mb ### What happened? Element not reduce size of video before send. But show process "compressing". ### What did you expect? I expect reduce size of video before send to chat. ### What happened? Video size not reduced. ### Your phone model Yotaphone 2 ### Operating system version android 6.0.1 ### Application version and app store Element android gplay 1.2.2 ### Homeserver rsprim.ru ### Have you submitted a rageshake? Yes
1.0
Video size not reduce after auto compress before send video - ### Steps to reproduce 1. Capture video by phone ~74 Mb size 2. Try send from gallery 3. See compressing... 4. See, that sending original size of video - ~74 Mb ### What happened? Element not reduce size of video before send. But show process "compressing". ### What did you expect? I expect reduce size of video before send to chat. ### What happened? Video size not reduced. ### Your phone model Yotaphone 2 ### Operating system version android 6.0.1 ### Application version and app store Element android gplay 1.2.2 ### Homeserver rsprim.ru ### Have you submitted a rageshake? Yes
non_design
video size not reduce after auto compress before send video steps to reproduce capture video by phone mb size try send from gallery see compressing see that sending original size of video mb what happened element not reduce size of video before send but show process compressing what did you expect i expect reduce size of video before send to chat what happened video size not reduced your phone model yotaphone operating system version android application version and app store element android gplay homeserver rsprim ru have you submitted a rageshake yes
0
664,983
22,294,769,831
IssuesEvent
2022-06-12 22:07:22
ReliaQualAssociates/ramstk
https://api.github.com/repos/ReliaQualAssociates/ramstk
closed
Create Failure Definition Reports
priority: normal status: backlog bump: minor type: feature dobranch
Please create savable and printable reports for the Failure Definitions. These reports should include, at minimum: 1. Excel (*.xls[x]) 2. LibreOffice/OpenOffice (*.ods) 3. XML 4. Text 5. Delimited text (*.csv)
1.0
Create Failure Definition Reports - Please create savable and printable reports for the Failure Definitions. These reports should include, at minimum: 1. Excel (*.xls[x]) 2. LibreOffice/OpenOffice (*.ods) 3. XML 4. Text 5. Delimited text (*.csv)
non_design
create failure definition reports please create savable and printable reports for the failure definitions these reports should include at minimum excel xls libreoffice openoffice ods xml text delimited text csv
0
134,836
19,377,455,562
IssuesEvent
2021-12-17 00:39:49
microsoft/pyright
https://api.github.com/repos/microsoft/pyright
closed
`TypeGuard` and reassignment not working as expected
as designed
**Describe the bug** I have a union of `asyncio.Task[None] | Coroutine[Any, Any, None]` and I want to make it into just a `Task`, so I use the code ```py import asyncio from typing import Coroutine, Any def add_task(self, task: asyncio.Task[None] | Coroutine[Any, Any, None]) -> None: if asyncio.iscoroutine(task): reveal_type(task) # Coroutine[Any, Any, Any] task = asyncio.create_task(task) reveal_type(task) # Task[None] reveal_type(task) # Type of "task" is "Task[None] | Coroutine[Any, Any, None]" self._tasks.append(task) # Argument of type "Task[None] | Coroutine[Any, Any, None]" cannot be assigned to parameter "__object" of type "Task[None]" in function "append" ``` but it pyright produces a result I was not expecting. **Expected behavior** I would expect `task` to not still be a `union` after the if, as similar code using `isinstance` works correctly ```python def foo(a: str | int) -> None: if isinstance(a, int): a = str(a) reveal_type(a) # str b: str = a ``` **VS Code extension or command-line** command-line **version:** `pyright 1.1.196` ```toml [tool.pyright] typeCheckingMode = "strict" reportPropertyTypeMismatch = "error" reportUninitializedInstanceVariable = "error" reportCallInDefaultInitializer = "error" reportImplicitStringConcatenation = "error" reportImportCycles = "none" ```
1.0
`TypeGuard` and reassignment not working as expected - **Describe the bug** I have a union of `asyncio.Task[None] | Coroutine[Any, Any, None]` and I want to make it into just a `Task`, so I use the code ```py import asyncio from typing import Coroutine, Any def add_task(self, task: asyncio.Task[None] | Coroutine[Any, Any, None]) -> None: if asyncio.iscoroutine(task): reveal_type(task) # Coroutine[Any, Any, Any] task = asyncio.create_task(task) reveal_type(task) # Task[None] reveal_type(task) # Type of "task" is "Task[None] | Coroutine[Any, Any, None]" self._tasks.append(task) # Argument of type "Task[None] | Coroutine[Any, Any, None]" cannot be assigned to parameter "__object" of type "Task[None]" in function "append" ``` but it pyright produces a result I was not expecting. **Expected behavior** I would expect `task` to not still be a `union` after the if, as similar code using `isinstance` works correctly ```python def foo(a: str | int) -> None: if isinstance(a, int): a = str(a) reveal_type(a) # str b: str = a ``` **VS Code extension or command-line** command-line **version:** `pyright 1.1.196` ```toml [tool.pyright] typeCheckingMode = "strict" reportPropertyTypeMismatch = "error" reportUninitializedInstanceVariable = "error" reportCallInDefaultInitializer = "error" reportImplicitStringConcatenation = "error" reportImportCycles = "none" ```
design
typeguard and reassignment not working as expected describe the bug i have a union of asyncio task coroutine and i want to make it into just a task so i use the code py import asyncio from typing import coroutine any def add task self task asyncio task coroutine none if asyncio iscoroutine task reveal type task coroutine task asyncio create task task reveal type task task reveal type task type of task is task coroutine self tasks append task argument of type task coroutine cannot be assigned to parameter object of type task in function append but it pyright produces a result i was not expecting expected behavior i would expect task to not still be a union after the if as similar code using isinstance works correctly python def foo a str int none if isinstance a int a str a reveal type a str b str a vs code extension or command line command line version pyright toml typecheckingmode strict reportpropertytypemismatch error reportuninitializedinstancevariable error reportcallindefaultinitializer error reportimplicitstringconcatenation error reportimportcycles none
1
629,312
20,029,115,097
IssuesEvent
2022-02-02 01:53:22
sonia-auv/sonia-flexbe
https://api.github.com/repos/sonia-auv/sonia-flexbe
opened
Migrate for using ROS noetic
Priority: High Type: Enhancement
## Expected Enhancement This repository must work with ROS noetic. ## Current Behavior This repository is currently working with ROS melodic. ## Possible Solution Ensure the flexbe-behavior-engine is working with noetic. ## Environment Used - Project version : 1.0.4 - docker version : NA - docker-compose version : NA
1.0
Migrate for using ROS noetic - ## Expected Enhancement This repository must work with ROS noetic. ## Current Behavior This repository is currently working with ROS melodic. ## Possible Solution Ensure the flexbe-behavior-engine is working with noetic. ## Environment Used - Project version : 1.0.4 - docker version : NA - docker-compose version : NA
non_design
migrate for using ros noetic expected enhancement this repository must work with ros noetic current behavior this repository is currently working with ros melodic possible solution ensure the flexbe behavior engine is working with noetic environment used project version docker version na docker compose version na
0
22,855
3,797,629,092
IssuesEvent
2016-03-23 08:58:53
RestComm/Restcomm-Connect
https://api.github.com/repos/RestComm/Restcomm-Connect
closed
Automatically upgrade RVD projects when imported
2. Enhancement in progress Visual App Designer
When a project is imported (raw format or RAS package) in RVD it should be auto-upgraded if possible.
1.0
Automatically upgrade RVD projects when imported - When a project is imported (raw format or RAS package) in RVD it should be auto-upgraded if possible.
design
automatically upgrade rvd projects when imported when a project is imported raw format or ras package in rvd it should be auto upgraded if possible
1
707,785
24,318,858,336
IssuesEvent
2022-09-30 08:56:16
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
closed
Roles with white spaces are considered to be invalid
Type/Bug Priority/Normal Component/APIM U2/WUM
### Description I have configured a Read only LDAP as the secondary user store which contains role values with spaces. When trying to restrict access or visibility to an API with such a role, an error is prompted as shown below. ![publisher-access-control-role-error](https://user-images.githubusercontent.com/27797008/182529116-57b24d84-2b3d-49b8-8ea4-d197853507ff.png) ### Steps to Reproduce 1. Configure any type of a secondary/primary user store. 2. Make sure that user store has role names with white spaces. 3. Try to use such roles to restrict access or visibility to an API from the Runtime Configurations of the Publisher portal. 4. The above error will prompt when you try to save changes. ### Affected Component APIM ### Version wso2am-3.2.0 ### Environment Details (with versions) _No response_ ### Relevant Log Output _No response_ ### Related Issues _No response_ ### Suggested Labels _No response_
1.0
Roles with white spaces are considered to be invalid - ### Description I have configured a Read only LDAP as the secondary user store which contains role values with spaces. When trying to restrict access or visibility to an API with such a role, an error is prompted as shown below. ![publisher-access-control-role-error](https://user-images.githubusercontent.com/27797008/182529116-57b24d84-2b3d-49b8-8ea4-d197853507ff.png) ### Steps to Reproduce 1. Configure any type of a secondary/primary user store. 2. Make sure that user store has role names with white spaces. 3. Try to use such roles to restrict access or visibility to an API from the Runtime Configurations of the Publisher portal. 4. The above error will prompt when you try to save changes. ### Affected Component APIM ### Version wso2am-3.2.0 ### Environment Details (with versions) _No response_ ### Relevant Log Output _No response_ ### Related Issues _No response_ ### Suggested Labels _No response_
non_design
roles with white spaces are considered to be invalid description i have configured a read only ldap as the secondary user store which contains role values with spaces when trying to restrict access or visibility to an api with such a role an error is prompted as shown below steps to reproduce configure any type of a secondary primary user store make sure that user store has role names with white spaces try to use such roles to restrict access or visibility to an api from the runtime configurations of the publisher portal the above error will prompt when you try to save changes affected component apim version environment details with versions no response relevant log output no response related issues no response suggested labels no response
0
134,789
19,344,281,139
IssuesEvent
2021-12-15 09:12:07
EventStore/EventStore
https://api.github.com/repos/EventStore/EventStore
closed
Improve the .NET clients handling of user management
kind/enhancement subsystem/.NET client impact/low action/needs design
I think we can improve on the .NET Clients handling of user management. Currently to change a users password requires the following code: ``` var userManager = new UsersManager( new NoopLogger(), new IPEndPoint(IPAddress.Loopback, 2113), TimeSpan.FromSeconds(30)); await userManager.ChangePasswordAsync( "admin", "changeit", "test123", new UserCredentials("admin", "changeit")); ``` which has a couple of unnecessary arguments and isn't very intuitive. I think we can improve this by adding the functionality as an extension to the `IEventStoreConnection` class. Would require a little bit of thought. Alternatively we could leave it as it is and improve it as part of the GRPC clients being worked on in #1596 Thoughts? cc: @jageall @jen20
1.0
Improve the .NET clients handling of user management - I think we can improve on the .NET Clients handling of user management. Currently to change a users password requires the following code: ``` var userManager = new UsersManager( new NoopLogger(), new IPEndPoint(IPAddress.Loopback, 2113), TimeSpan.FromSeconds(30)); await userManager.ChangePasswordAsync( "admin", "changeit", "test123", new UserCredentials("admin", "changeit")); ``` which has a couple of unnecessary arguments and isn't very intuitive. I think we can improve this by adding the functionality as an extension to the `IEventStoreConnection` class. Would require a little bit of thought. Alternatively we could leave it as it is and improve it as part of the GRPC clients being worked on in #1596 Thoughts? cc: @jageall @jen20
design
improve the net clients handling of user management i think we can improve on the net clients handling of user management currently to change a users password requires the following code var usermanager new usersmanager new nooplogger new ipendpoint ipaddress loopback timespan fromseconds await usermanager changepasswordasync admin changeit new usercredentials admin changeit which has a couple of unnecessary arguments and isn t very intuitive i think we can improve this by adding the functionality as an extension to the ieventstoreconnection class would require a little bit of thought alternatively we could leave it as it is and improve it as part of the grpc clients being worked on in thoughts cc jageall
1
25,919
19,424,940,868
IssuesEvent
2021-12-21 03:20:02
odrusso/eduace
https://api.github.com/repos/odrusso/eduace
closed
Convert flask to lambda-flask and build for prod
Infrastructure API
We're treating flask like a regular hosted API, we've gotta switch to be a serverless boi. Maybe using something like this https://www.serverless.com/blog/flask-python-rest-api-serverless-lambda-dynamodb/#converting-an-existing-flask-application There's a hardcoded build.py file in /app/build/, we want to create a script/tool to build to turn our src code into some kind of executable that can be run on lambda.
1.0
Convert flask to lambda-flask and build for prod - We're treating flask like a regular hosted API, we've gotta switch to be a serverless boi. Maybe using something like this https://www.serverless.com/blog/flask-python-rest-api-serverless-lambda-dynamodb/#converting-an-existing-flask-application There's a hardcoded build.py file in /app/build/, we want to create a script/tool to build to turn our src code into some kind of executable that can be run on lambda.
non_design
convert flask to lambda flask and build for prod we re treating flask like a regular hosted api we ve gotta switch to be a serverless boi maybe using something like this there s a hardcoded build py file in app build we want to create a script tool to build to turn our src code into some kind of executable that can be run on lambda
0
196,146
6,925,007,931
IssuesEvent
2017-11-30 14:42:52
Caleydo/lineupjs
https://api.github.com/repos/Caleydo/lineupjs
opened
Switch between light and dark font color for categorical renderer
priority: low type: aesthetics
The category labels would be better readable, if we switch between white and dark based on the background color. ![image](https://user-images.githubusercontent.com/4129755/33436034-294526ea-d5e4-11e7-9701-637db0cef514.png) This would be helpful: http://www.thesassway.com/intermediate/dynamically-change-text-color-based-on-its-background-with-sass However, I don't know if this is possible at all since we add the colors as inline style to the category `div`. But we can at least give a try and experiement.
1.0
Switch between light and dark font color for categorical renderer - The category labels would be better readable, if we switch between white and dark based on the background color. ![image](https://user-images.githubusercontent.com/4129755/33436034-294526ea-d5e4-11e7-9701-637db0cef514.png) This would be helpful: http://www.thesassway.com/intermediate/dynamically-change-text-color-based-on-its-background-with-sass However, I don't know if this is possible at all since we add the colors as inline style to the category `div`. But we can at least give a try and experiement.
non_design
switch between light and dark font color for categorical renderer the category labels would be better readable if we switch between white and dark based on the background color this would be helpful however i don t know if this is possible at all since we add the colors as inline style to the category div but we can at least give a try and experiement
0
36,314
5,047,192,523
IssuesEvent
2016-12-20 08:30:03
redBorder/f2k
https://api.github.com/repos/redBorder/f2k
closed
Untested functions on export.c 1/2
tests
The following functions on `export.c` are not tested. They should be **tested** or **removed** in case they are dead code. - [associateSensor](https://coveralls.io/builds/9258413/source?filename=export.c#L58) - [print_engine_id](https://coveralls.io/builds/9258413/source?filename=export.c#L1033): merge with print_engine_id0 - [print_application_id](https://coveralls.io/builds/9258413/source?filename=export.c#L1105): (engine_id && !application_id) - ~[print_proto_name](https://coveralls.io/builds/9258413/source?filename=export.c#L1525)~ - ~[print_http_host_l1](https://coveralls.io/builds/9258413/source?filename=export.c#L1766)~
1.0
Untested functions on export.c 1/2 - The following functions on `export.c` are not tested. They should be **tested** or **removed** in case they are dead code. - [associateSensor](https://coveralls.io/builds/9258413/source?filename=export.c#L58) - [print_engine_id](https://coveralls.io/builds/9258413/source?filename=export.c#L1033): merge with print_engine_id0 - [print_application_id](https://coveralls.io/builds/9258413/source?filename=export.c#L1105): (engine_id && !application_id) - ~[print_proto_name](https://coveralls.io/builds/9258413/source?filename=export.c#L1525)~ - ~[print_http_host_l1](https://coveralls.io/builds/9258413/source?filename=export.c#L1766)~
non_design
untested functions on export c the following functions on export c are not tested they should be tested or removed in case they are dead code merge with print engine engine id application id
0
97,119
12,215,540,013
IssuesEvent
2020-05-01 13:10:42
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[Design] Higher Level Review: Changes from AMO Meeting
design vsa-benefits vsa-decision-reviews
### Description Per our last meeting with AMO, some changes to the HLR designs need to be made. As a designer, I need to make these changes and upload them to Invision so they can be viewed by our team and AMO. ### Tasks - [x] All 'Need help?' footers have been changed to whatever our standard is for this section - [x] Contested Issues - 'didn't see the issue you were looking for?' has the new COVID-19 language (provided by AMO) - [x] Contact info - address and basic contact info has been changed to view only in the design ### Acceptance Criteria - [x] the above tasks have been satisfied - [x] Changes have been made in Sketch - [x] Changes have been pushed to Invision
1.0
[Design] Higher Level Review: Changes from AMO Meeting - ### Description Per our last meeting with AMO, some changes to the HLR designs need to be made. As a designer, I need to make these changes and upload them to Invision so they can be viewed by our team and AMO. ### Tasks - [x] All 'Need help?' footers have been changed to whatever our standard is for this section - [x] Contested Issues - 'didn't see the issue you were looking for?' has the new COVID-19 language (provided by AMO) - [x] Contact info - address and basic contact info has been changed to view only in the design ### Acceptance Criteria - [x] the above tasks have been satisfied - [x] Changes have been made in Sketch - [x] Changes have been pushed to Invision
design
higher level review changes from amo meeting description per our last meeting with amo some changes to the hlr designs need to be made as a designer i need to make these changes and upload them to invision so they can be viewed by our team and amo tasks all need help footers have been changed to whatever our standard is for this section contested issues didn t see the issue you were looking for has the new covid language provided by amo contact info address and basic contact info has been changed to view only in the design acceptance criteria the above tasks have been satisfied changes have been made in sketch changes have been pushed to invision
1
697,985
23,961,614,143
IssuesEvent
2022-09-12 19:39:57
googleapis/storage-testbench
https://api.github.com/repos/googleapis/storage-testbench
closed
Support request header `X-GUploader-No-308`
type: feature request priority: p3
Add support for such clients as apiary-go that add a `X-GUploader-No-308: yes` request header If `X-GUploader-No-308: yes` is included in the resumable upload request headers, instead of returning `308: resume incomplete`, [return `200` to satisfy the client and add a `X-HTTP-Status-Code-Override: 308` response header](go/scotty-faq#my-client-received-an-http-308-response-with-no-location-header)
1.0
Support request header `X-GUploader-No-308` - Add support for such clients as apiary-go that add a `X-GUploader-No-308: yes` request header If `X-GUploader-No-308: yes` is included in the resumable upload request headers, instead of returning `308: resume incomplete`, [return `200` to satisfy the client and add a `X-HTTP-Status-Code-Override: 308` response header](go/scotty-faq#my-client-received-an-http-308-response-with-no-location-header)
non_design
support request header x guploader no add support for such clients as apiary go that add a x guploader no yes request header if x guploader no yes is included in the resumable upload request headers instead of returning resume incomplete go scotty faq my client received an http response with no location header
0
213,354
16,512,545,837
IssuesEvent
2021-05-26 06:49:35
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Test failures for client split brain tests (com.hazelcast.client.splitbrainprotection)
Team: Client Type: Test-Failure
_master_ (commit ee2404a117f71eb319ae58a30f9609ed0e9a4ba7) Following tests fails with the same exception in the same job run (since the cause will be probably the same I'm report it as a one issue): - `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionReadTest` - `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionWriteTest` - `com.hazelcast.client.splitbrainprotection.list.ClientListSplitBrainProtectionWriteTest` Failed on Zing JDK 8: - http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZingJDK8/301/testReport/com.hazelcast.client.splitbrainprotection.cache/ClientCacheSplitBrainProtectionReadTest/com_hazelcast_client_splitbrainprotection_cache_ClientCacheSplitBrainProtectionReadTest/ - http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZingJDK8/301/testReport/com.hazelcast.client.splitbrainprotection.cache/ClientCacheSplitBrainProtectionWriteTest/com_hazelcast_client_splitbrainprotection_cache_ClientCacheSplitBrainProtectionWriteTest/ - http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZingJDK8/301/testReport/com.hazelcast.client.splitbrainprotection.list/ClientListSplitBrainProtectionWriteTest/com_hazelcast_client_splitbrainprotection_list_ClientListSplitBrainProtectionWriteTest/ Stacktrace for `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionReadTest`: ``` com.hazelcast.splitbrainprotection.SplitBrainProtectionException: Split brain protection exception: threeNodeSplitBrainProtectionRuleREAD has failed! at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.newSplitBrainProtectionException(SplitBrainProtectionImpl.java:279) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:274) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:269) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionServiceImpl.ensureNoSplitBrain(SplitBrainProtectionServiceImpl.java:232) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.ensureNoSplitBrain(OperationRunnerImpl.java:338) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:243) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) at ------ submitted from ------.() at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveAndThrowIfException(InvocationFuture.java:100) at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:617) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:179) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:172) at com.hazelcast.collection.impl.queue.QueueProxySupport.size(QueueProxySupport.java:110) at com.hazelcast.collection.impl.queue.QueueProxyImpl.size(QueueProxyImpl.java:43) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initCluster(AbstractSplitBrainProtectionTest.java:247) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initTestEnvironment(AbstractSplitBrainProtectionTest.java:105) at com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionReadTest.setUp(ClientCacheSplitBrainProtectionReadTest.java:43) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) 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:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` Stacktrace for `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionWriteTest`: ``` com.hazelcast.splitbrainprotection.SplitBrainProtectionException: Split brain protection exception: threeNodeSplitBrainProtectionRuleREAD has failed! at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.newSplitBrainProtectionException(SplitBrainProtectionImpl.java:279) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:274) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:269) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionServiceImpl.ensureNoSplitBrain(SplitBrainProtectionServiceImpl.java:232) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.ensureNoSplitBrain(OperationRunnerImpl.java:338) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:243) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) at ------ submitted from ------.() at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveAndThrowIfException(InvocationFuture.java:100) at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:617) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:179) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:172) at com.hazelcast.collection.impl.queue.QueueProxySupport.size(QueueProxySupport.java:110) at com.hazelcast.collection.impl.queue.QueueProxyImpl.size(QueueProxyImpl.java:43) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initCluster(AbstractSplitBrainProtectionTest.java:247) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initTestEnvironment(AbstractSplitBrainProtectionTest.java:105) at com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionWriteTest.setUp(ClientCacheSplitBrainProtectionWriteTest.java:43) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) 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:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` Stacktrace for `com.hazelcast.client.splitbrainprotection.list.ClientListSplitBrainProtectionWriteTest`: ``` com.hazelcast.splitbrainprotection.SplitBrainProtectionException: Split brain protection exception: threeNodeSplitBrainProtectionRuleREAD_WRITE has failed! at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.newSplitBrainProtectionException(SplitBrainProtectionImpl.java:279) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:274) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:269) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionServiceImpl.ensureNoSplitBrain(SplitBrainProtectionServiceImpl.java:232) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.ensureNoSplitBrain(OperationRunnerImpl.java:338) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:243) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) at ------ submitted from ------.() at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveAndThrowIfException(InvocationFuture.java:100) at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:617) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:179) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:172) at com.hazelcast.collection.impl.queue.QueueProxySupport.size(QueueProxySupport.java:110) at com.hazelcast.collection.impl.queue.QueueProxyImpl.size(QueueProxyImpl.java:43) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initCluster(AbstractSplitBrainProtectionTest.java:247) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initTestEnvironment(AbstractSplitBrainProtectionTest.java:105) at com.hazelcast.client.splitbrainprotection.list.ClientListSplitBrainProtectionWriteTest.setUp(ClientListSplitBrainProtectionWriteTest.java:43) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) 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:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` Standard output for `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionReadTest`: ``` 22:21:07,134 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,137 INFO || - [system] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,137 INFO || - [system] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,137 INFO || - [system] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5701 22:21:07,137 INFO || - [system] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,144 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,165 WARN || - [CPSubsystem] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,180 INFO || - [JetService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,182 INFO || - [Diagnostics] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,183 INFO || - [LifecycleService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5701 is STARTING 22:21:07,183 INFO || - [JetExtension] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,183 INFO || - [ClusterService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:1, ver:1} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this ] 22:21:07,183 INFO || - [JetExtension] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,183 INFO || - [LifecycleService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5701 is STARTED 22:21:07,183 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,187 INFO || - [system] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,187 INFO || - [system] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,187 INFO || - [system] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5702 22:21:07,187 INFO || - [system] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,190 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-5 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,190 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-5 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,191 INFO || - [HealthMonitor] hz.upbeat_neumann.HealthMonitor - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.6G, heap.memory.free=638.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=80.60%, heap.memory.used/max=80.60%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=45.45%, load.system=90.63%, load.systemAverage=7.49, thread.count=73, thread.peakCount=968, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=0, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,196 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,205 WARN || - [CPSubsystem] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,212 INFO || - [JetService] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,214 INFO || - [Diagnostics] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,214 INFO || - [LifecycleService] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5702 is STARTING 22:21:07,215 INFO || - [MockServer] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5701, alive=true} 22:21:07,215 INFO || - [MockServer] hz.upbeat_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5702, alive=true} 22:21:07,216 INFO || - [ClusterService] hz.upbeat_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:2, ver:2} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 ] 22:21:07,290 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-2 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,290 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-3 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,315 INFO || - [JetExtension] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,316 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:2, ver:2} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this ] 22:21:07,316 INFO || - [JetExtension] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,316 INFO || - [LifecycleService] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5702 is STARTED 22:21:07,317 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,320 INFO || - [system] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,320 INFO || - [system] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,320 INFO || - [system] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5703 22:21:07,320 INFO || - [system] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,328 INFO || - [HealthMonitor] hz.brave_neumann.HealthMonitor - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.6G, heap.memory.free=626.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=81.20%, heap.memory.used/max=81.20%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=38.00%, load.system=60.00%, load.systemAverage=7.49, thread.count=99, thread.peakCount=968, cluster.timeDiff=-1, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=11, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,329 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,337 WARN || - [CPSubsystem] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,343 INFO || - [JetService] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,346 INFO || - [Diagnostics] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,346 INFO || - [LifecycleService] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5703 is STARTING 22:21:07,346 INFO || - [MockServer] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5701, alive=true} 22:21:07,347 INFO || - [MockServer] hz.upbeat_neumann.generic-operation.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5703, alive=true} 22:21:07,347 INFO || - [ClusterService] hz.upbeat_neumann.generic-operation.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:3} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 ] 22:21:07,348 INFO || - [MockServer] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5703, alive=true} 22:21:07,348 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:3} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 ] 22:21:07,391 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-6 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,391 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-3 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,447 INFO || - [JetExtension] hz.eager_neumann.generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,448 INFO || - [ClusterService] hz.eager_neumann.generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:3} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this ] 22:21:07,448 INFO || - [MockServer] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5702, alive=true} 22:21:07,448 INFO || - [JetExtension] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,448 INFO || - [LifecycleService] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5703 is STARTED 22:21:07,448 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,450 INFO || - [HealthMonitor] hz.eager_neumann.HealthMonitor - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.7G, heap.memory.free=614.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=81.56%, heap.memory.used/max=81.56%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=38.30%, load.system=59.57%, load.systemAverage=7.49, thread.count=126, thread.peakCount=968, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=10, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,452 INFO || - [system] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,452 INFO || - [system] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,452 INFO || - [system] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5704 22:21:07,452 INFO || - [system] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,459 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,469 WARN || - [CPSubsystem] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,474 INFO || - [JetService] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,477 INFO || - [Diagnostics] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,477 INFO || - [LifecycleService] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5704 is STARTING 22:21:07,478 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5701, alive=true} 22:21:07,478 INFO || - [MockServer] hz.upbeat_neumann.generic-operation.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5704, alive=true} 22:21:07,479 INFO || - [ClusterService] hz.upbeat_neumann.generic-operation.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:4} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f ] 22:21:07,480 INFO || - [MockServer] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5704, alive=true} 22:21:07,480 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:4} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f ] 22:21:07,481 INFO || - [MockServer] hz.eager_neumann.generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5704, alive=true} 22:21:07,481 INFO || - [ClusterService] hz.eager_neumann.generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:4} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f ] 22:21:07,491 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,491 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,578 INFO || - [JetExtension] hz.suspicious_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,579 INFO || - [ClusterService] hz.suspicious_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:4} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f this ] 22:21:07,580 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5702, alive=true} 22:21:07,580 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5703, alive=true} 22:21:07,580 INFO || - [JetExtension] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,580 INFO || - [LifecycleService] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5704 is STARTED 22:21:07,580 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,583 INFO || - [system] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,583 INFO || - [system] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,583 INFO || - [system] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5705 22:21:07,583 INFO || - [system] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,591 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,591 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-6 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,591 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,605 WARN || - [CPSubsystem] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,610 INFO || - [HealthMonitor] hz.suspicious_neumann.HealthMonitor - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.7G, heap.memory.free=588.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=82.28%, heap.memory.used/max=82.28%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=43.10%, load.system=63.93%, load.systemAverage=7.49, thread.count=160, thread.peakCount=968, cluster.timeDiff=-1, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=15, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,612 INFO || - [JetService] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,614 INFO || - [Diagnostics] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,614 INFO || - [LifecycleService] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5705 is STARTING 22:21:07,615 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5701, alive=true} 22:21:07,615 INFO || - [MockServer] hz.upbeat_neumann.generic-operation.thread-0 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5705, alive=true} 22:21:07,616 INFO || - [ClusterService] hz.upbeat_neumann.generic-operation.thread-0 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:07,617 INFO || - [MockServer] hz.eager_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5705, alive=true} 22:21:07,617 INFO || - [MockServer] hz.brave_neumann.generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5705, alive=true} 22:21:07,617 INFO || - [ClusterService] hz.eager_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:07,618 INFO || - [MockServer] hz.suspicious_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5705, alive=true} 22:21:07,618 INFO || - [ClusterService] hz.suspicious_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f this Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:07,619 INFO || - [ClusterService] hz.brave_neumann.generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:07,691 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-2 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,691 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,716 INFO || - [JetExtension] hz.thirsty_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,717 INFO || - [ClusterService] hz.thirsty_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde this ] 22:21:07,717 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5702, alive=true} 22:21:07,717 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5703, alive=true} 22:21:07,717 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5704, alive=true} 22:21:07,718 INFO || - [JetExtension] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,718 INFO || - [LifecycleService] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5705 is STARTED 22:21:07,718 INFO || - [PartitionStateManager] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Initializing cluster partition table arrangement... 22:21:07,723 INFO || - [HealthMonitor] hz.thirsty_neumann.HealthMonitor - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.7G, heap.memory.free=562.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=83.06%, heap.memory.used/max=83.06%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=38.64%, load.system=60.98%, load.systemAverage=7.49, thread.count=186, thread.peakCount=968, cluster.timeDiff=-1, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=15, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=1, operations.running.count=1, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,723 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for READ is: 0 22:21:07,724 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for WRITE is: 0 22:21:07,725 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for READ_WRITE is: 0 22:21:07,794 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-2 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:07,794 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:12,796 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-7 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:12,796 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:17,798 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-8 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:17,799 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-6 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:22,800 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-3 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:22,801 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-6 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:27,083 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for READ is: 10000 22:21:27,083 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for WRITE is: 10000 22:21:27,083 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for READ_WRITE is: 10000 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5701, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5704, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5701, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5705, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5702, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5704, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5702, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5705, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5703, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5704, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5703, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5705, alive=false} 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 is suspected to be dead 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f is suspected to be dead 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 is suspected to be dead 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f is suspected to be dead 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 is suspected to be dead 22:21:27,084 INFO || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Starting mastership claim process... 22:21:27,084 INFO || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Local MembersView{version=5, members=[MemberInfo{address=[127.0.0.1]:5701, uuid=3cf1db17-0c28-44b5-833d-6832b806b3e8, liteMember=false, memberListJoinVersion=1}, MemberInfo{address=[127.0.0.1]:5702, uuid=e2897454-8839-41b4-ba67-86d92d1532f0, liteMember=false, memberListJoinVersion=2}, MemberInfo{address=[127.0.0.1]:5703, uuid=73ea8b16-d004-41b2-ae7f-e45e794b6426, liteMember=false, memberListJoinVersion=3}, MemberInfo{address=[127.0.0.1]:5704, uuid=4298dc25-c835-4322-9e61-94a30f86263f, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=2637e298-f305-4a4d-b2e1-ca0fe9f95fde, liteMember=false, memberListJoinVersion=5}]} with suspected members: [Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426, Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8, Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0] and initial addresses to ask: [Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde] 22:21:27,084 INFO || - [MembershipManager] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Removing Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f 22:21:27,085 INFO || - [ClusterService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:6} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 is suspected to be dead 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde is suspected to be dead 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 is suspected to be dead 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde is suspected to be dead 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 is suspected to be dead 22:21:27,085 INFO || - [MembershipManager] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Removing Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde 22:21:27,085 INFO || - [ClusterService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:7} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 ] 22:21:27,085 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:6} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:27,085 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:7} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 ] 22:21:27,085 INFO || - [TransactionManagerService] hz.upbeat_neumann.cached.thread-4 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 4298dc25-c835-4322-9e61-94a30f86263f 22:21:27,086 INFO || - [TransactionManagerService] hz.upbeat_neumann.cached.thread-4 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 2637e298-f305-4a4d-b2e1-ca0fe9f95fde 22:21:27,086 WARN || - [ClusterService] hz.thirsty_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Mastership of [127.0.0.1]:5704 is accepted. Response: MembersView{version=5, members=[MemberInfo{address=[127.0.0.1]:5704, uuid=4298dc25-c835-4322-9e61-94a30f86263f, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=2637e298-f305-4a4d-b2e1-ca0fe9f95fde, liteMember=false, memberListJoinVersion=5}]} 22:21:27,086 INFO || - [ClusterService] hz.eager_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:6} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:27,086 INFO || - [TransactionManagerService] hz.eager_neumann.cached.thread-9 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 4298dc25-c835-4322-9e61-94a30f86263f 22:21:27,086 INFO || - [ClusterService] hz.eager_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:7} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this ] 22:21:27,087 INFO || - [ClusterService] hz.suspicious_neumann.cached.thread-12 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:2, ver:6} [ Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f this Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:27,087 INFO || - [MembershipManager] hz.suspicious_neumann.cached.thread-12 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Mastership is claimed with: MembersView{version=6, members=[MemberInfo{address=[127.0.0.1]:5704, uuid=4298dc25-c835-4322-9e61-94a30f86263f, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=2637e298-f305-4a4d-b2e1-ca0fe9f95fde, liteMember=false, memberListJoinVersion=5}]} 22:21:27,087 INFO || - [TransactionManagerService] hz.suspicious_neumann.cached.thread-10 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5701, UUID: 3cf1db17-0c28-44b5-833d-6832b806b3e8 22:21:27,087 INFO || - [TransactionManagerService] hz.suspicious_neumann.cached.thread-10 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5702, UUID: e2897454-8839-41b4-ba67-86d92d1532f0 22:21:27,087 INFO || - [TransactionManagerService] hz.suspicious_neumann.cached.thread-10 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5703, UUID: 73ea8b16-d004-41b2-ae7f-e45e794b6426 22:21:27,087 INFO || - [TransactionManagerService] hz.brave_neumann.cached.thread-3 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 4298dc25-c835-4322-9e61-94a30f86263f 22:21:27,087 INFO || - [TransactionManagerService] hz.brave_neumann.cached.thread-3 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 2637e298-f305-4a4d-b2e1-ca0fe9f95fde 22:21:27,088 INFO || - [ClusterService] hz.thirsty_neumann.generic-operation.thread-0 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:2, ver:6} [ Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde this ] 22:21:27,088 INFO || - [TransactionManagerService] hz.thirsty_neumann.cached.thread-3 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5701, UUID: 3cf1db17-0c28-44b5-833d-6832b806b3e8 22:21:27,088 INFO || - [TransactionManagerService] hz.thirsty_neumann.cached.thread-3 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5702, UUID: e2897454-8839-41b4-ba67-86d92d1532f0 22:21:27,088 INFO || - [TransactionManagerService] hz.thirsty_neumann.cached.thread-3 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5703, UUID: 73ea8b16-d004-41b2-ae7f-e45e794b6426 22:21:27,089 INFO || - [TransactionManagerService] hz.eager_neumann.cached.thread-9 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 2637e298-f305-4a4d-b2e1-ca0fe9f95fde 22:21:27,090 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type READ is: 10000 22:21:27,090 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type READ is: 10000 22:21:27,091 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type READ is: 10000 22:21:27,101 INFO || - [MigrationManager] hz.upbeat_neumann.migration - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Repartitioning cluster data. Migration tasks count: 12 22:21:27,119 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type WRITE is: 10000 22:21:27,143 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type WRITE is: 10000 22:21:27,153 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type WRITE is: 10000 22:21:27,156 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type READ_WRITE is: 10000 22:21:27,156 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type READ_WRITE is: 10000 22:21:27,160 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type READ_WRITE is: 10000 Started Running Test: estimateAsync_splitBrainProtection[splitBrainProtectionType:READ] ``` Other standard outputs can be found here - https://s3.console.aws.amazon.com/s3/object/j-artifacts?region=us-east-1&prefix=Hazelcast-master-ZingJDK8/301/Hazelcast-master-ZingJDK8-301.tar
1.0
Test failures for client split brain tests (com.hazelcast.client.splitbrainprotection) - _master_ (commit ee2404a117f71eb319ae58a30f9609ed0e9a4ba7) Following tests fails with the same exception in the same job run (since the cause will be probably the same I'm report it as a one issue): - `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionReadTest` - `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionWriteTest` - `com.hazelcast.client.splitbrainprotection.list.ClientListSplitBrainProtectionWriteTest` Failed on Zing JDK 8: - http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZingJDK8/301/testReport/com.hazelcast.client.splitbrainprotection.cache/ClientCacheSplitBrainProtectionReadTest/com_hazelcast_client_splitbrainprotection_cache_ClientCacheSplitBrainProtectionReadTest/ - http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZingJDK8/301/testReport/com.hazelcast.client.splitbrainprotection.cache/ClientCacheSplitBrainProtectionWriteTest/com_hazelcast_client_splitbrainprotection_cache_ClientCacheSplitBrainProtectionWriteTest/ - http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZingJDK8/301/testReport/com.hazelcast.client.splitbrainprotection.list/ClientListSplitBrainProtectionWriteTest/com_hazelcast_client_splitbrainprotection_list_ClientListSplitBrainProtectionWriteTest/ Stacktrace for `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionReadTest`: ``` com.hazelcast.splitbrainprotection.SplitBrainProtectionException: Split brain protection exception: threeNodeSplitBrainProtectionRuleREAD has failed! at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.newSplitBrainProtectionException(SplitBrainProtectionImpl.java:279) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:274) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:269) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionServiceImpl.ensureNoSplitBrain(SplitBrainProtectionServiceImpl.java:232) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.ensureNoSplitBrain(OperationRunnerImpl.java:338) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:243) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) at ------ submitted from ------.() at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveAndThrowIfException(InvocationFuture.java:100) at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:617) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:179) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:172) at com.hazelcast.collection.impl.queue.QueueProxySupport.size(QueueProxySupport.java:110) at com.hazelcast.collection.impl.queue.QueueProxyImpl.size(QueueProxyImpl.java:43) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initCluster(AbstractSplitBrainProtectionTest.java:247) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initTestEnvironment(AbstractSplitBrainProtectionTest.java:105) at com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionReadTest.setUp(ClientCacheSplitBrainProtectionReadTest.java:43) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) 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:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` Stacktrace for `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionWriteTest`: ``` com.hazelcast.splitbrainprotection.SplitBrainProtectionException: Split brain protection exception: threeNodeSplitBrainProtectionRuleREAD has failed! at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.newSplitBrainProtectionException(SplitBrainProtectionImpl.java:279) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:274) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:269) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionServiceImpl.ensureNoSplitBrain(SplitBrainProtectionServiceImpl.java:232) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.ensureNoSplitBrain(OperationRunnerImpl.java:338) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:243) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) at ------ submitted from ------.() at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveAndThrowIfException(InvocationFuture.java:100) at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:617) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:179) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:172) at com.hazelcast.collection.impl.queue.QueueProxySupport.size(QueueProxySupport.java:110) at com.hazelcast.collection.impl.queue.QueueProxyImpl.size(QueueProxyImpl.java:43) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initCluster(AbstractSplitBrainProtectionTest.java:247) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initTestEnvironment(AbstractSplitBrainProtectionTest.java:105) at com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionWriteTest.setUp(ClientCacheSplitBrainProtectionWriteTest.java:43) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) 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:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` Stacktrace for `com.hazelcast.client.splitbrainprotection.list.ClientListSplitBrainProtectionWriteTest`: ``` com.hazelcast.splitbrainprotection.SplitBrainProtectionException: Split brain protection exception: threeNodeSplitBrainProtectionRuleREAD_WRITE has failed! at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.newSplitBrainProtectionException(SplitBrainProtectionImpl.java:279) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:274) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionImpl.ensureNoSplitBrain(SplitBrainProtectionImpl.java:269) at com.hazelcast.splitbrainprotection.impl.SplitBrainProtectionServiceImpl.ensureNoSplitBrain(SplitBrainProtectionServiceImpl.java:232) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.ensureNoSplitBrain(OperationRunnerImpl.java:338) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:243) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) at ------ submitted from ------.() at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveAndThrowIfException(InvocationFuture.java:100) at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:617) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:179) at com.hazelcast.collection.impl.queue.QueueProxySupport.invokeAndGet(QueueProxySupport.java:172) at com.hazelcast.collection.impl.queue.QueueProxySupport.size(QueueProxySupport.java:110) at com.hazelcast.collection.impl.queue.QueueProxyImpl.size(QueueProxyImpl.java:43) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initCluster(AbstractSplitBrainProtectionTest.java:247) at com.hazelcast.splitbrainprotection.AbstractSplitBrainProtectionTest.initTestEnvironment(AbstractSplitBrainProtectionTest.java:105) at com.hazelcast.client.splitbrainprotection.list.ClientListSplitBrainProtectionWriteTest.setUp(ClientListSplitBrainProtectionWriteTest.java:43) 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.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) 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:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` Standard output for `com.hazelcast.client.splitbrainprotection.cache.ClientCacheSplitBrainProtectionReadTest`: ``` 22:21:07,134 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,137 INFO || - [system] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,137 INFO || - [system] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,137 INFO || - [system] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5701 22:21:07,137 INFO || - [system] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,144 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,165 WARN || - [CPSubsystem] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,180 INFO || - [JetService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,182 INFO || - [Diagnostics] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,183 INFO || - [LifecycleService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5701 is STARTING 22:21:07,183 INFO || - [JetExtension] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,183 INFO || - [ClusterService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:1, ver:1} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this ] 22:21:07,183 INFO || - [JetExtension] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,183 INFO || - [LifecycleService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5701 is STARTED 22:21:07,183 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,187 INFO || - [system] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,187 INFO || - [system] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,187 INFO || - [system] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5702 22:21:07,187 INFO || - [system] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,190 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-5 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,190 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-5 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,191 INFO || - [HealthMonitor] hz.upbeat_neumann.HealthMonitor - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.6G, heap.memory.free=638.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=80.60%, heap.memory.used/max=80.60%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=45.45%, load.system=90.63%, load.systemAverage=7.49, thread.count=73, thread.peakCount=968, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=0, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,196 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,205 WARN || - [CPSubsystem] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,212 INFO || - [JetService] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,214 INFO || - [Diagnostics] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,214 INFO || - [LifecycleService] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5702 is STARTING 22:21:07,215 INFO || - [MockServer] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5701, alive=true} 22:21:07,215 INFO || - [MockServer] hz.upbeat_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5702, alive=true} 22:21:07,216 INFO || - [ClusterService] hz.upbeat_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:2, ver:2} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 ] 22:21:07,290 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-2 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,290 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-3 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,315 INFO || - [JetExtension] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,316 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:2, ver:2} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this ] 22:21:07,316 INFO || - [JetExtension] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,316 INFO || - [LifecycleService] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5702 is STARTED 22:21:07,317 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,320 INFO || - [system] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,320 INFO || - [system] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,320 INFO || - [system] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5703 22:21:07,320 INFO || - [system] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,328 INFO || - [HealthMonitor] hz.brave_neumann.HealthMonitor - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.6G, heap.memory.free=626.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=81.20%, heap.memory.used/max=81.20%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=38.00%, load.system=60.00%, load.systemAverage=7.49, thread.count=99, thread.peakCount=968, cluster.timeDiff=-1, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=11, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,329 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,337 WARN || - [CPSubsystem] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,343 INFO || - [JetService] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,346 INFO || - [Diagnostics] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,346 INFO || - [LifecycleService] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5703 is STARTING 22:21:07,346 INFO || - [MockServer] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5701, alive=true} 22:21:07,347 INFO || - [MockServer] hz.upbeat_neumann.generic-operation.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5703, alive=true} 22:21:07,347 INFO || - [ClusterService] hz.upbeat_neumann.generic-operation.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:3} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 ] 22:21:07,348 INFO || - [MockServer] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5703, alive=true} 22:21:07,348 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:3} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 ] 22:21:07,391 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-6 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,391 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-3 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,447 INFO || - [JetExtension] hz.eager_neumann.generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,448 INFO || - [ClusterService] hz.eager_neumann.generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:3} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this ] 22:21:07,448 INFO || - [MockServer] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5702, alive=true} 22:21:07,448 INFO || - [JetExtension] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,448 INFO || - [LifecycleService] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5703 is STARTED 22:21:07,448 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,450 INFO || - [HealthMonitor] hz.eager_neumann.HealthMonitor - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.7G, heap.memory.free=614.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=81.56%, heap.memory.used/max=81.56%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=38.30%, load.system=59.57%, load.systemAverage=7.49, thread.count=126, thread.peakCount=968, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=10, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,452 INFO || - [system] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,452 INFO || - [system] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,452 INFO || - [system] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5704 22:21:07,452 INFO || - [system] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,459 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,469 WARN || - [CPSubsystem] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,474 INFO || - [JetService] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,477 INFO || - [Diagnostics] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,477 INFO || - [LifecycleService] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5704 is STARTING 22:21:07,478 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5701, alive=true} 22:21:07,478 INFO || - [MockServer] hz.upbeat_neumann.generic-operation.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5704, alive=true} 22:21:07,479 INFO || - [ClusterService] hz.upbeat_neumann.generic-operation.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:4} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f ] 22:21:07,480 INFO || - [MockServer] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5704, alive=true} 22:21:07,480 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:4} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f ] 22:21:07,481 INFO || - [MockServer] hz.eager_neumann.generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5704, alive=true} 22:21:07,481 INFO || - [ClusterService] hz.eager_neumann.generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:4} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f ] 22:21:07,491 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,491 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,578 INFO || - [JetExtension] hz.suspicious_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,579 INFO || - [ClusterService] hz.suspicious_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:4} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f this ] 22:21:07,580 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5702, alive=true} 22:21:07,580 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5703, alive=true} 22:21:07,580 INFO || - [JetExtension] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,580 INFO || - [LifecycleService] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5704 is STARTED 22:21:07,580 INFO || - [MetricsConfigHelper] main - [LOCAL] [tbucofyzaj] [5.0-SNAPSHOT] Overridden metrics configuration with system property 'hazelcast.metrics.collection.frequency'='1' -> 'MetricsConfig.collectionFrequencySeconds'='1' 22:21:07,583 INFO || - [system] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] o o O o---o o--o o o-o O o-o o-O-o o--o o O o-O-o o--o o-o o--o o o | | / \ / | | / / \ | | | | | / \ | | o o | | |\ /| O--O o---o -O- O-o | O o---o o-o | O--o | o---o | O-o | | O-Oo | O | | | | | / | | \ | | | | | | | | | | o o | \ | | o o o o o---o o--o O---o o-o o o o--o o o O---o o o o o o-o o o o o 22:21:07,583 INFO || - [system] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 22:21:07,583 INFO || - [system] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Hazelcast Platform 5.0-SNAPSHOT (20210525 - ee2404a) starting at [127.0.0.1]:5705 22:21:07,583 INFO || - [system] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Cluster name: tbucofyzaj 22:21:07,591 INFO || - [MetricsConfigHelper] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Collecting debug metrics and sending to diagnostics is enabled 22:21:07,591 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-6 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,591 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,605 WARN || - [CPSubsystem] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 22:21:07,610 INFO || - [HealthMonitor] hz.suspicious_neumann.HealthMonitor - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.7G, heap.memory.free=588.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=82.28%, heap.memory.used/max=82.28%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=43.10%, load.system=63.93%, load.systemAverage=7.49, thread.count=160, thread.peakCount=968, cluster.timeDiff=-1, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=15, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,612 INFO || - [JetService] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Setting number of cooperative threads and default parallelism to 2 22:21:07,614 INFO || - [Diagnostics] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 22:21:07,614 INFO || - [LifecycleService] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5705 is STARTING 22:21:07,615 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5701, alive=true} 22:21:07,615 INFO || - [MockServer] hz.upbeat_neumann.generic-operation.thread-0 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5705, alive=true} 22:21:07,616 INFO || - [ClusterService] hz.upbeat_neumann.generic-operation.thread-0 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:07,617 INFO || - [MockServer] hz.eager_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5705, alive=true} 22:21:07,617 INFO || - [MockServer] hz.brave_neumann.generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5705, alive=true} 22:21:07,617 INFO || - [ClusterService] hz.eager_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:07,618 INFO || - [MockServer] hz.suspicious_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5705, alive=true} 22:21:07,618 INFO || - [ClusterService] hz.suspicious_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f this Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:07,619 INFO || - [ClusterService] hz.brave_neumann.generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:07,691 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-2 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,691 DEBUG || - [JobCoordinationService] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Not starting jobs because partitions are not yet initialized. 22:21:07,716 INFO || - [JetExtension] hz.thirsty_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled after the cluster version upgrade. 22:21:07,717 INFO || - [ClusterService] hz.thirsty_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:5, ver:5} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde this ] 22:21:07,717 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5702, alive=true} 22:21:07,717 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5703, alive=true} 22:21:07,717 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Created connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5704, alive=true} 22:21:07,718 INFO || - [JetExtension] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Jet extension is enabled 22:21:07,718 INFO || - [LifecycleService] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] [127.0.0.1]:5705 is STARTED 22:21:07,718 INFO || - [PartitionStateManager] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Initializing cluster partition table arrangement... 22:21:07,723 INFO || - [HealthMonitor] hz.thirsty_neumann.HealthMonitor - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] processors=4, physical.memory.total=29.8G, physical.memory.free=17.1G, swap.space.total=0, swap.space.free=0, heap.memory.used=2.7G, heap.memory.free=562.0M, heap.memory.total=3.3G, heap.memory.max=3.3G, heap.memory.used/total=83.06%, heap.memory.used/max=83.06%, minor.gc.count=0, minor.gc.time=0ms, major.gc.count=0, major.gc.time=0ms, unknown.gc.count=775, unknown.gc.time=359220ms, load.process=38.64%, load.system=60.98%, load.systemAverage=7.49, thread.count=186, thread.peakCount=968, cluster.timeDiff=-1, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=15, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=1, operations.running.count=1, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0 22:21:07,723 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for READ is: 0 22:21:07,724 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for WRITE is: 0 22:21:07,725 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size before data initialization for READ_WRITE is: 0 22:21:07,794 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-2 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:07,794 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:12,796 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-7 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:12,796 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-1 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:17,798 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-8 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:17,799 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-6 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:22,800 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-3 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:22,801 DEBUG || - [JobRepository] hz.upbeat_neumann.cached.thread-6 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Job cleanup took 0ms 22:21:27,083 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for READ is: 10000 22:21:27,083 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for WRITE is: 10000 22:21:27,083 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for READ_WRITE is: 10000 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5701, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5704, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5701, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5701, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5701, remoteEndpoint=[127.0.0.1]:5705, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5702, alive=false} 22:21:27,083 INFO || - [MockServer] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5704, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5702, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5702, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5702, remoteEndpoint=[127.0.0.1]:5705, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5704, remoteEndpoint=[127.0.0.1]:5703, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5704, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5704, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5703, connection: MockConnection{localEndpoint=[127.0.0.1]:5705, remoteEndpoint=[127.0.0.1]:5703, alive=false} 22:21:27,084 INFO || - [MockServer] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Removed connection to endpoint: [127.0.0.1]:5705, connection: MockConnection{localEndpoint=[127.0.0.1]:5703, remoteEndpoint=[127.0.0.1]:5705, alive=false} 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 is suspected to be dead 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f is suspected to be dead 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 is suspected to be dead 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f is suspected to be dead 22:21:27,084 WARN || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 is suspected to be dead 22:21:27,084 INFO || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Starting mastership claim process... 22:21:27,084 INFO || - [MembershipManager] main - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Local MembersView{version=5, members=[MemberInfo{address=[127.0.0.1]:5701, uuid=3cf1db17-0c28-44b5-833d-6832b806b3e8, liteMember=false, memberListJoinVersion=1}, MemberInfo{address=[127.0.0.1]:5702, uuid=e2897454-8839-41b4-ba67-86d92d1532f0, liteMember=false, memberListJoinVersion=2}, MemberInfo{address=[127.0.0.1]:5703, uuid=73ea8b16-d004-41b2-ae7f-e45e794b6426, liteMember=false, memberListJoinVersion=3}, MemberInfo{address=[127.0.0.1]:5704, uuid=4298dc25-c835-4322-9e61-94a30f86263f, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=2637e298-f305-4a4d-b2e1-ca0fe9f95fde, liteMember=false, memberListJoinVersion=5}]} with suspected members: [Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426, Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8, Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0] and initial addresses to ask: [Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde] 22:21:27,084 INFO || - [MembershipManager] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Removing Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f 22:21:27,085 INFO || - [ClusterService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:6} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 is suspected to be dead 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde is suspected to be dead 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 is suspected to be dead 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde is suspected to be dead 22:21:27,085 WARN || - [MembershipManager] main - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 is suspected to be dead 22:21:27,085 INFO || - [MembershipManager] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Removing Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde 22:21:27,085 INFO || - [ClusterService] main - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:7} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 this Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 ] 22:21:27,085 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:6} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:27,085 INFO || - [ClusterService] hz.brave_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:7} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 this Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 ] 22:21:27,085 INFO || - [TransactionManagerService] hz.upbeat_neumann.cached.thread-4 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 4298dc25-c835-4322-9e61-94a30f86263f 22:21:27,086 INFO || - [TransactionManagerService] hz.upbeat_neumann.cached.thread-4 - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 2637e298-f305-4a4d-b2e1-ca0fe9f95fde 22:21:27,086 WARN || - [ClusterService] hz.thirsty_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Mastership of [127.0.0.1]:5704 is accepted. Response: MembersView{version=5, members=[MemberInfo{address=[127.0.0.1]:5704, uuid=4298dc25-c835-4322-9e61-94a30f86263f, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=2637e298-f305-4a4d-b2e1-ca0fe9f95fde, liteMember=false, memberListJoinVersion=5}]} 22:21:27,086 INFO || - [ClusterService] hz.eager_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:4, ver:6} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:27,086 INFO || - [TransactionManagerService] hz.eager_neumann.cached.thread-9 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 4298dc25-c835-4322-9e61-94a30f86263f 22:21:27,086 INFO || - [ClusterService] hz.eager_neumann.priority-generic-operation.thread-0 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:3, ver:7} [ Member [127.0.0.1]:5701 - 3cf1db17-0c28-44b5-833d-6832b806b3e8 Member [127.0.0.1]:5702 - e2897454-8839-41b4-ba67-86d92d1532f0 Member [127.0.0.1]:5703 - 73ea8b16-d004-41b2-ae7f-e45e794b6426 this ] 22:21:27,087 INFO || - [ClusterService] hz.suspicious_neumann.cached.thread-12 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:2, ver:6} [ Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f this Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde ] 22:21:27,087 INFO || - [MembershipManager] hz.suspicious_neumann.cached.thread-12 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Mastership is claimed with: MembersView{version=6, members=[MemberInfo{address=[127.0.0.1]:5704, uuid=4298dc25-c835-4322-9e61-94a30f86263f, liteMember=false, memberListJoinVersion=4}, MemberInfo{address=[127.0.0.1]:5705, uuid=2637e298-f305-4a4d-b2e1-ca0fe9f95fde, liteMember=false, memberListJoinVersion=5}]} 22:21:27,087 INFO || - [TransactionManagerService] hz.suspicious_neumann.cached.thread-10 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5701, UUID: 3cf1db17-0c28-44b5-833d-6832b806b3e8 22:21:27,087 INFO || - [TransactionManagerService] hz.suspicious_neumann.cached.thread-10 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5702, UUID: e2897454-8839-41b4-ba67-86d92d1532f0 22:21:27,087 INFO || - [TransactionManagerService] hz.suspicious_neumann.cached.thread-10 - [127.0.0.1]:5704 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5703, UUID: 73ea8b16-d004-41b2-ae7f-e45e794b6426 22:21:27,087 INFO || - [TransactionManagerService] hz.brave_neumann.cached.thread-3 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5704, UUID: 4298dc25-c835-4322-9e61-94a30f86263f 22:21:27,087 INFO || - [TransactionManagerService] hz.brave_neumann.cached.thread-3 - [127.0.0.1]:5702 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 2637e298-f305-4a4d-b2e1-ca0fe9f95fde 22:21:27,088 INFO || - [ClusterService] hz.thirsty_neumann.generic-operation.thread-0 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Members {size:2, ver:6} [ Member [127.0.0.1]:5704 - 4298dc25-c835-4322-9e61-94a30f86263f Member [127.0.0.1]:5705 - 2637e298-f305-4a4d-b2e1-ca0fe9f95fde this ] 22:21:27,088 INFO || - [TransactionManagerService] hz.thirsty_neumann.cached.thread-3 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5701, UUID: 3cf1db17-0c28-44b5-833d-6832b806b3e8 22:21:27,088 INFO || - [TransactionManagerService] hz.thirsty_neumann.cached.thread-3 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5702, UUID: e2897454-8839-41b4-ba67-86d92d1532f0 22:21:27,088 INFO || - [TransactionManagerService] hz.thirsty_neumann.cached.thread-3 - [127.0.0.1]:5705 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5703, UUID: 73ea8b16-d004-41b2-ae7f-e45e794b6426 22:21:27,089 INFO || - [TransactionManagerService] hz.eager_neumann.cached.thread-9 - [127.0.0.1]:5703 [tbucofyzaj] [5.0-SNAPSHOT] Committing/rolling-back live transactions of [127.0.0.1]:5705, UUID: 2637e298-f305-4a4d-b2e1-ca0fe9f95fde 22:21:27,090 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type READ is: 10000 22:21:27,090 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type READ is: 10000 22:21:27,091 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type READ is: 10000 22:21:27,101 INFO || - [MigrationManager] hz.upbeat_neumann.migration - [127.0.0.1]:5701 [tbucofyzaj] [5.0-SNAPSHOT] Repartitioning cluster data. Migration tasks count: 12 22:21:27,119 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type WRITE is: 10000 22:21:27,143 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type WRITE is: 10000 22:21:27,153 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type WRITE is: 10000 22:21:27,156 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 0 for type READ_WRITE is: 10000 22:21:27,156 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 1 for type READ_WRITE is: 10000 22:21:27,160 INFO || - [AbstractSplitBrainProtectionTest] main - Queue size after data initialization for instance 2 for type READ_WRITE is: 10000 Started Running Test: estimateAsync_splitBrainProtection[splitBrainProtectionType:READ] ``` Other standard outputs can be found here - https://s3.console.aws.amazon.com/s3/object/j-artifacts?region=us-east-1&prefix=Hazelcast-master-ZingJDK8/301/Hazelcast-master-ZingJDK8-301.tar
non_design
test failures for client split brain tests com hazelcast client splitbrainprotection master commit following tests fails with the same exception in the same job run since the cause will be probably the same i m report it as a one issue com hazelcast client splitbrainprotection cache clientcachesplitbrainprotectionreadtest com hazelcast client splitbrainprotection cache clientcachesplitbrainprotectionwritetest com hazelcast client splitbrainprotection list clientlistsplitbrainprotectionwritetest failed on zing jdk stacktrace for com hazelcast client splitbrainprotection cache clientcachesplitbrainprotectionreadtest com hazelcast splitbrainprotection splitbrainprotectionexception split brain protection exception threenodesplitbrainprotectionruleread has failed at com hazelcast splitbrainprotection impl splitbrainprotectionimpl newsplitbrainprotectionexception splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionimpl ensurenosplitbrain splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionimpl ensurenosplitbrain splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionserviceimpl ensurenosplitbrain splitbrainprotectionserviceimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl ensurenosplitbrain operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread executerun operationthread java at com hazelcast internal util executor hazelcastmanagedthread run hazelcastmanagedthread java at submitted from at com hazelcast internal util exceptionutil cloneexceptionwithfixedasyncstacktrace exceptionutil java at com hazelcast spi impl operationservice impl invocationfuture returnorthrowwithgetconventions invocationfuture java at com hazelcast spi impl operationservice impl invocationfuture resolveandthrowifexception invocationfuture java at com hazelcast spi impl abstractinvocationfuture get abstractinvocationfuture java at com hazelcast collection impl queue queueproxysupport invokeandget queueproxysupport java at com hazelcast collection impl queue queueproxysupport invokeandget queueproxysupport java at com hazelcast collection impl queue queueproxysupport size queueproxysupport java at com hazelcast collection impl queue queueproxyimpl size queueproxyimpl java at com hazelcast splitbrainprotection abstractsplitbrainprotectiontest initcluster abstractsplitbrainprotectiontest java at com hazelcast splitbrainprotection abstractsplitbrainprotectiontest inittestenvironment abstractsplitbrainprotectiontest java at com hazelcast client splitbrainprotection cache clientcachesplitbrainprotectionreadtest setup clientcachesplitbrainprotectionreadtest 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 runbefores invokemethod runbefores 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 invokeproviderinsameclassloader forkedbooter 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 main forkedbooter java stacktrace for com hazelcast client splitbrainprotection cache clientcachesplitbrainprotectionwritetest com hazelcast splitbrainprotection splitbrainprotectionexception split brain protection exception threenodesplitbrainprotectionruleread has failed at com hazelcast splitbrainprotection impl splitbrainprotectionimpl newsplitbrainprotectionexception splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionimpl ensurenosplitbrain splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionimpl ensurenosplitbrain splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionserviceimpl ensurenosplitbrain splitbrainprotectionserviceimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl ensurenosplitbrain operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread executerun operationthread java at com hazelcast internal util executor hazelcastmanagedthread run hazelcastmanagedthread java at submitted from at com hazelcast internal util exceptionutil cloneexceptionwithfixedasyncstacktrace exceptionutil java at com hazelcast spi impl operationservice impl invocationfuture returnorthrowwithgetconventions invocationfuture java at com hazelcast spi impl operationservice impl invocationfuture resolveandthrowifexception invocationfuture java at com hazelcast spi impl abstractinvocationfuture get abstractinvocationfuture java at com hazelcast collection impl queue queueproxysupport invokeandget queueproxysupport java at com hazelcast collection impl queue queueproxysupport invokeandget queueproxysupport java at com hazelcast collection impl queue queueproxysupport size queueproxysupport java at com hazelcast collection impl queue queueproxyimpl size queueproxyimpl java at com hazelcast splitbrainprotection abstractsplitbrainprotectiontest initcluster abstractsplitbrainprotectiontest java at com hazelcast splitbrainprotection abstractsplitbrainprotectiontest inittestenvironment abstractsplitbrainprotectiontest java at com hazelcast client splitbrainprotection cache clientcachesplitbrainprotectionwritetest setup clientcachesplitbrainprotectionwritetest 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 runbefores invokemethod runbefores 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 invokeproviderinsameclassloader forkedbooter 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 main forkedbooter java stacktrace for com hazelcast client splitbrainprotection list clientlistsplitbrainprotectionwritetest com hazelcast splitbrainprotection splitbrainprotectionexception split brain protection exception threenodesplitbrainprotectionruleread write has failed at com hazelcast splitbrainprotection impl splitbrainprotectionimpl newsplitbrainprotectionexception splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionimpl ensurenosplitbrain splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionimpl ensurenosplitbrain splitbrainprotectionimpl java at com hazelcast splitbrainprotection impl splitbrainprotectionserviceimpl ensurenosplitbrain splitbrainprotectionserviceimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl ensurenosplitbrain operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread executerun operationthread java at com hazelcast internal util executor hazelcastmanagedthread run hazelcastmanagedthread java at submitted from at com hazelcast internal util exceptionutil cloneexceptionwithfixedasyncstacktrace exceptionutil java at com hazelcast spi impl operationservice impl invocationfuture returnorthrowwithgetconventions invocationfuture java at com hazelcast spi impl operationservice impl invocationfuture resolveandthrowifexception invocationfuture java at com hazelcast spi impl abstractinvocationfuture get abstractinvocationfuture java at com hazelcast collection impl queue queueproxysupport invokeandget queueproxysupport java at com hazelcast collection impl queue queueproxysupport invokeandget queueproxysupport java at com hazelcast collection impl queue queueproxysupport size queueproxysupport java at com hazelcast collection impl queue queueproxyimpl size queueproxyimpl java at com hazelcast splitbrainprotection abstractsplitbrainprotectiontest initcluster abstractsplitbrainprotectiontest java at com hazelcast splitbrainprotection abstractsplitbrainprotectiontest inittestenvironment abstractsplitbrainprotectiontest java at com hazelcast client splitbrainprotection list clientlistsplitbrainprotectionwritetest setup clientlistsplitbrainprotectionwritetest 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 runbefores invokemethod runbefores 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 invokeproviderinsameclassloader forkedbooter 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 main forkedbooter java standard output for com hazelcast client splitbrainprotection cache clientcachesplitbrainprotectionreadtest info main overridden metrics configuration with system property hazelcast metrics collection frequency metricsconfig collectionfrequencyseconds info main o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o oo o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o info main copyright c hazelcast inc all rights reserved info main hazelcast platform snapshot starting at info main cluster name tbucofyzaj info main collecting debug metrics and sending to diagnostics is enabled warn main cp subsystem is not enabled cp data structures will operate in unsafe mode please note that unsafe mode will not provide strong consistency guarantees info main setting number of cooperative threads and default parallelism to info main diagnostics disabled to enable add dhazelcast diagnostics enabled true to the jvm arguments info main is starting info main jet extension is enabled after the cluster version upgrade info main members size ver member this info main jet extension is enabled info main is started info main overridden metrics configuration with system property hazelcast metrics collection frequency metricsconfig collectionfrequencyseconds info main o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o oo o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o info main copyright c hazelcast inc all rights reserved info main hazelcast platform snapshot starting at info main cluster name tbucofyzaj debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized info hz upbeat neumann healthmonitor processors physical memory total physical memory free swap space total swap space free heap memory used heap memory free heap memory total heap memory max heap memory used total heap memory used max minor gc count minor gc time major gc count major gc time unknown gc count unknown gc time load process load system load systemaverage thread count thread peakcount cluster timediff event q size executor q async size executor q client size executor q client query size executor q client blocking size executor q query size executor q scheduled size executor q io size executor q system size executor q operations size executor q priorityoperation size operations completed count executor q mapload size executor q maploadallkeys size executor q cluster size executor q response size operations running count operations pending invocations percentage operations pending invocations count proxy count clientendpoint count connection active count client connection count connection count info main collecting debug metrics and sending to diagnostics is enabled warn main cp subsystem is not enabled cp data structures will operate in unsafe mode please note that unsafe mode will not provide strong consistency guarantees info main setting number of cooperative threads and default parallelism to info main diagnostics disabled to enable add dhazelcast diagnostics enabled true to the jvm arguments info main is starting info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz upbeat neumann priority generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz upbeat neumann priority generic operation thread members size ver member this member debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized info hz brave neumann priority generic operation thread jet extension is enabled after the cluster version upgrade info hz brave neumann priority generic operation thread members size ver member member this info main jet extension is enabled info main is started info main overridden metrics configuration with system property hazelcast metrics collection frequency metricsconfig collectionfrequencyseconds info main o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o oo o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o info main copyright c hazelcast inc all rights reserved info main hazelcast platform snapshot starting at info main cluster name tbucofyzaj info hz brave neumann healthmonitor processors physical memory total physical memory free swap space total swap space free heap memory used heap memory free heap memory total heap memory max heap memory used total heap memory used max minor gc count minor gc time major gc count major gc time unknown gc count unknown gc time load process load system load systemaverage thread count thread peakcount cluster timediff event q size executor q async size executor q client size executor q client query size executor q client blocking size executor q query size executor q scheduled size executor q io size executor q system size executor q operations size executor q priorityoperation size operations completed count executor q mapload size executor q maploadallkeys size executor q cluster size executor q response size operations running count operations pending invocations percentage operations pending invocations count proxy count clientendpoint count connection active count client connection count connection count info main collecting debug metrics and sending to diagnostics is enabled warn main cp subsystem is not enabled cp data structures will operate in unsafe mode please note that unsafe mode will not provide strong consistency guarantees info main setting number of cooperative threads and default parallelism to info main diagnostics disabled to enable add dhazelcast diagnostics enabled true to the jvm arguments info main is starting info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz upbeat neumann generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz upbeat neumann generic operation thread members size ver member this member member info hz brave neumann priority generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz brave neumann priority generic operation thread members size ver member member this member debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized info hz eager neumann generic operation thread jet extension is enabled after the cluster version upgrade info hz eager neumann generic operation thread members size ver member member member this info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info main jet extension is enabled info main is started info main overridden metrics configuration with system property hazelcast metrics collection frequency metricsconfig collectionfrequencyseconds info hz eager neumann healthmonitor processors physical memory total physical memory free swap space total swap space free heap memory used heap memory free heap memory total heap memory max heap memory used total heap memory used max minor gc count minor gc time major gc count major gc time unknown gc count unknown gc time load process load system load systemaverage thread count thread peakcount cluster timediff event q size executor q async size executor q client size executor q client query size executor q client blocking size executor q query size executor q scheduled size executor q io size executor q system size executor q operations size executor q priorityoperation size operations completed count executor q mapload size executor q maploadallkeys size executor q cluster size executor q response size operations running count operations pending invocations percentage operations pending invocations count proxy count clientendpoint count connection active count client connection count connection count info main o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o oo o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o info main copyright c hazelcast inc all rights reserved info main hazelcast platform snapshot starting at info main cluster name tbucofyzaj info main collecting debug metrics and sending to diagnostics is enabled warn main cp subsystem is not enabled cp data structures will operate in unsafe mode please note that unsafe mode will not provide strong consistency guarantees info main setting number of cooperative threads and default parallelism to info main diagnostics disabled to enable add dhazelcast diagnostics enabled true to the jvm arguments info main is starting info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz upbeat neumann generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz upbeat neumann generic operation thread members size ver member this member member member info hz brave neumann priority generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz brave neumann priority generic operation thread members size ver member member this member member info hz eager neumann generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz eager neumann generic operation thread members size ver member member member this member debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized info hz suspicious neumann priority generic operation thread jet extension is enabled after the cluster version upgrade info hz suspicious neumann priority generic operation thread members size ver member member member member this info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info main jet extension is enabled info main is started info main overridden metrics configuration with system property hazelcast metrics collection frequency metricsconfig collectionfrequencyseconds info main o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o oo o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o info main copyright c hazelcast inc all rights reserved info main hazelcast platform snapshot starting at info main cluster name tbucofyzaj info main collecting debug metrics and sending to diagnostics is enabled debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized warn main cp subsystem is not enabled cp data structures will operate in unsafe mode please note that unsafe mode will not provide strong consistency guarantees info hz suspicious neumann healthmonitor processors physical memory total physical memory free swap space total swap space free heap memory used heap memory free heap memory total heap memory max heap memory used total heap memory used max minor gc count minor gc time major gc count major gc time unknown gc count unknown gc time load process load system load systemaverage thread count thread peakcount cluster timediff event q size executor q async size executor q client size executor q client query size executor q client blocking size executor q query size executor q scheduled size executor q io size executor q system size executor q operations size executor q priorityoperation size operations completed count executor q mapload size executor q maploadallkeys size executor q cluster size executor q response size operations running count operations pending invocations percentage operations pending invocations count proxy count clientendpoint count connection active count client connection count connection count info main setting number of cooperative threads and default parallelism to info main diagnostics disabled to enable add dhazelcast diagnostics enabled true to the jvm arguments info main is starting info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz upbeat neumann generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz upbeat neumann generic operation thread members size ver member this member member member member info hz eager neumann priority generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz brave neumann generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz eager neumann priority generic operation thread members size ver member member member this member member info hz suspicious neumann priority generic operation thread created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info hz suspicious neumann priority generic operation thread members size ver member member member member this member info hz brave neumann generic operation thread members size ver member member this member member member debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized debug hz upbeat neumann cached thread not starting jobs because partitions are not yet initialized info hz thirsty neumann priority generic operation thread jet extension is enabled after the cluster version upgrade info hz thirsty neumann priority generic operation thread members size ver member member member member member this info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info main created connection to endpoint connection mockconnection localendpoint remoteendpoint alive true info main jet extension is enabled info main is started info main initializing cluster partition table arrangement info hz thirsty neumann healthmonitor processors physical memory total physical memory free swap space total swap space free heap memory used heap memory free heap memory total heap memory max heap memory used total heap memory used max minor gc count minor gc time major gc count major gc time unknown gc count unknown gc time load process load system load systemaverage thread count thread peakcount cluster timediff event q size executor q async size executor q client size executor q client query size executor q client blocking size executor q query size executor q scheduled size executor q io size executor q system size executor q operations size executor q priorityoperation size operations completed count executor q mapload size executor q maploadallkeys size executor q cluster size executor q response size operations running count operations pending invocations percentage operations pending invocations count proxy count clientendpoint count connection active count client connection count connection count info main queue size before data initialization for read is info main queue size before data initialization for write is info main queue size before data initialization for read write is debug hz upbeat neumann cached thread job cleanup took debug hz upbeat neumann cached thread job cleanup took debug hz upbeat neumann cached thread job cleanup took debug hz upbeat neumann cached thread job cleanup took debug hz upbeat neumann cached thread job cleanup took debug hz upbeat neumann cached thread job cleanup took debug hz upbeat neumann cached thread job cleanup took debug hz upbeat neumann cached thread job cleanup took info main queue size after data initialization for read is info main queue size after data initialization for write is info main queue size after data initialization for read write is info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false info main removed connection to endpoint connection mockconnection localendpoint remoteendpoint alive false warn main member is suspected to be dead warn main member is suspected to be dead warn main member is suspected to be dead warn main member is suspected to be dead warn main member is suspected to be dead info main starting mastership claim process info main local membersview version members uuid litemember false memberlistjoinversion memberinfo address uuid litemember false memberlistjoinversion memberinfo address uuid litemember false memberlistjoinversion memberinfo address uuid litemember false memberlistjoinversion memberinfo address uuid litemember false memberlistjoinversion with suspected members member member and initial addresses to ask info main removing member info main members size ver member this member member member warn main member is suspected to be dead warn main member is suspected to be dead warn main member is suspected to be dead warn main member is suspected to be dead warn main member is suspected to be dead info main removing member info main members size ver member this member member info hz brave neumann priority generic operation thread members size ver member member this member member info hz brave neumann priority generic operation thread members size ver member member this member info hz upbeat neumann cached thread committing rolling back live transactions of uuid info hz upbeat neumann cached thread committing rolling back live transactions of uuid warn hz thirsty neumann priority generic operation thread mastership of is accepted response membersview version members uuid litemember false memberlistjoinversion memberinfo address uuid litemember false memberlistjoinversion info hz eager neumann priority generic operation thread members size ver member member member this member info hz eager neumann cached thread committing rolling back live transactions of uuid info hz eager neumann priority generic operation thread members size ver member member member this info hz suspicious neumann cached thread members size ver member this member info hz suspicious neumann cached thread mastership is claimed with membersview version members uuid litemember false memberlistjoinversion memberinfo address uuid litemember false memberlistjoinversion info hz suspicious neumann cached thread committing rolling back live transactions of uuid info hz suspicious neumann cached thread committing rolling back live transactions of uuid info hz suspicious neumann cached thread committing rolling back live transactions of uuid info hz brave neumann cached thread committing rolling back live transactions of uuid info hz brave neumann cached thread committing rolling back live transactions of uuid info hz thirsty neumann generic operation thread members size ver member member this info hz thirsty neumann cached thread committing rolling back live transactions of uuid info hz thirsty neumann cached thread committing rolling back live transactions of uuid info hz thirsty neumann cached thread committing rolling back live transactions of uuid info hz eager neumann cached thread committing rolling back live transactions of uuid info main queue size after data initialization for instance for type read is info main queue size after data initialization for instance for type read is info main queue size after data initialization for instance for type read is info hz upbeat neumann migration repartitioning cluster data migration tasks count info main queue size after data initialization for instance for type write is info main queue size after data initialization for instance for type write is info main queue size after data initialization for instance for type write is info main queue size after data initialization for instance for type read write is info main queue size after data initialization for instance for type read write is info main queue size after data initialization for instance for type read write is started running test estimateasync splitbrainprotection other standard outputs can be found here
0
71,934
8,690,785,738
IssuesEvent
2018-12-03 22:39:04
webhintio/webhint.io
https://api.github.com/repos/webhintio/webhint.io
closed
Rewrite documentation.css site-intro CSS
design difficulty:easy priority: medium
If documentation.css gets loaded anywhere other than the documentation section, it will affect pages with subtitles. This the scanner page on the live site right now: <img width="1433" alt="screen shot 2017-10-04 at 3 49 13 pm" src="https://user-images.githubusercontent.com/18073131/31203360-a068c8ee-a91b-11e7-83e2-c54ebf4ad847.png"> Need to rewrite the site-intro CSS so that subtitles don't get bumped to display inline through flexbox. An easy fix for now would be to just make sure documentation.css doesn't get loaded outside of the Docs section but if we add subtitles at a later time, the CSS will need to be re-written anyway.
1.0
Rewrite documentation.css site-intro CSS - If documentation.css gets loaded anywhere other than the documentation section, it will affect pages with subtitles. This the scanner page on the live site right now: <img width="1433" alt="screen shot 2017-10-04 at 3 49 13 pm" src="https://user-images.githubusercontent.com/18073131/31203360-a068c8ee-a91b-11e7-83e2-c54ebf4ad847.png"> Need to rewrite the site-intro CSS so that subtitles don't get bumped to display inline through flexbox. An easy fix for now would be to just make sure documentation.css doesn't get loaded outside of the Docs section but if we add subtitles at a later time, the CSS will need to be re-written anyway.
design
rewrite documentation css site intro css if documentation css gets loaded anywhere other than the documentation section it will affect pages with subtitles this the scanner page on the live site right now img width alt screen shot at pm src need to rewrite the site intro css so that subtitles don t get bumped to display inline through flexbox an easy fix for now would be to just make sure documentation css doesn t get loaded outside of the docs section but if we add subtitles at a later time the css will need to be re written anyway
1
75,087
20,621,936,628
IssuesEvent
2022-03-07 18:16:49
CommunityToolkit/WindowsCommunityToolkit
https://api.github.com/repos/CommunityToolkit/WindowsCommunityToolkit
closed
[BUILD] Build Failure .NET Core 2.1.0 missing
bug :bug: maintenance :gear: build :fire: In-PR :rocket: CI/pipeline 🔬 priority 🚩 partner ⏹
### Describe the bug Our build pipeline is failing. FYI @azchohfi @Arlodotexe @Sergio0694... 😢 Think this may have to do with .NET Core 2.x retiring? See failure from other PR here: https://dev.azure.com/dotnet/CommunityToolkit/_build/results?buildId=66861&view=logs&j=4a47a688-b50e-58f6-4d2c-6d1b829fc8e2&t=ae438b9a-8c74-5e36-ef90-6b85cacfd6fb&l=1800 (_I had built this commit locally with our build script and it worked fine._) ``` Running NetCore Unit Tests Build started 3/5/2022 1:05:03 AM. Test run for D:\a\1\s\UnitTests\UnitTests.Notifications.NetCore\bin\Release\netcoreapp2.1\UnitTests.Notifications.NetCore.dll (.NETCoreApp,Version=v2.1) Microsoft (R) Test Execution Command Line Tool Version 16.11.0 Copyright (c) Microsoft Corporation. All rights reserved. Starting test execution, please wait... A total of 1 test files matched the specified pattern. Testhost process exited with error: It was not possible to find any compatible framework version The framework 'Microsoft.NETCore.App', version '2.1.0' was not found. - The following frameworks were found: 3.1.4 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 3.1.6 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 3.1.20 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 3.1.22 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 5.0.4 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 5.0.9 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 5.0.14 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] You can resolve the problem by installing the specified framework and/or SDK. The specified framework can be found at: - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=2.1.0&arch=x64&rid=win10-x64 . Please check the diagnostic logs for more information. ``` Anyone remember where this is configured? ### Regression _No response_ ### Reproducible in sample app? - [ ] This bug can be reproduced in the sample app. ### Steps to reproduce ```text Kick off a Build in the CI ``` ### Expected behavior Build should pass. ### Screenshots _No response_ ### Windows Build Number - [ ] Windows 10 1809 (Build 17763) - [ ] Windows 10 1903 (Build 18362) - [ ] Windows 10 1909 (Build 18363) - [ ] Windows 10 2004 (Build 19041) - [ ] Windows 10 20H2 (Build 19042) - [ ] Windows 10 21H1 (Build 19043) - [ ] Windows 11 21H2 (Build 22000) - [ ] Other (specify) ### Other Windows Build number _No response_ ### App minimum and target SDK version - [ ] Windows 10, version 1809 (Build 17763) - [ ] Windows 10, version 1903 (Build 18362) - [ ] Windows 10, version 1909 (Build 18363) - [ ] Windows 10, version 2004 (Build 19041) - [ ] Other (specify) ### Other SDK version _No response_ ### Visual Studio Version _No response_ ### Visual Studio Build Number _No response_ ### Device form factor _No response_ ### Nuget packages _No response_ ### Additional context _No response_ ### Help us help you Yes, but only if others can assist.
1.0
[BUILD] Build Failure .NET Core 2.1.0 missing - ### Describe the bug Our build pipeline is failing. FYI @azchohfi @Arlodotexe @Sergio0694... 😢 Think this may have to do with .NET Core 2.x retiring? See failure from other PR here: https://dev.azure.com/dotnet/CommunityToolkit/_build/results?buildId=66861&view=logs&j=4a47a688-b50e-58f6-4d2c-6d1b829fc8e2&t=ae438b9a-8c74-5e36-ef90-6b85cacfd6fb&l=1800 (_I had built this commit locally with our build script and it worked fine._) ``` Running NetCore Unit Tests Build started 3/5/2022 1:05:03 AM. Test run for D:\a\1\s\UnitTests\UnitTests.Notifications.NetCore\bin\Release\netcoreapp2.1\UnitTests.Notifications.NetCore.dll (.NETCoreApp,Version=v2.1) Microsoft (R) Test Execution Command Line Tool Version 16.11.0 Copyright (c) Microsoft Corporation. All rights reserved. Starting test execution, please wait... A total of 1 test files matched the specified pattern. Testhost process exited with error: It was not possible to find any compatible framework version The framework 'Microsoft.NETCore.App', version '2.1.0' was not found. - The following frameworks were found: 3.1.4 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 3.1.6 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 3.1.20 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 3.1.22 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 5.0.4 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 5.0.9 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 5.0.14 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] You can resolve the problem by installing the specified framework and/or SDK. The specified framework can be found at: - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=2.1.0&arch=x64&rid=win10-x64 . Please check the diagnostic logs for more information. ``` Anyone remember where this is configured? ### Regression _No response_ ### Reproducible in sample app? - [ ] This bug can be reproduced in the sample app. ### Steps to reproduce ```text Kick off a Build in the CI ``` ### Expected behavior Build should pass. ### Screenshots _No response_ ### Windows Build Number - [ ] Windows 10 1809 (Build 17763) - [ ] Windows 10 1903 (Build 18362) - [ ] Windows 10 1909 (Build 18363) - [ ] Windows 10 2004 (Build 19041) - [ ] Windows 10 20H2 (Build 19042) - [ ] Windows 10 21H1 (Build 19043) - [ ] Windows 11 21H2 (Build 22000) - [ ] Other (specify) ### Other Windows Build number _No response_ ### App minimum and target SDK version - [ ] Windows 10, version 1809 (Build 17763) - [ ] Windows 10, version 1903 (Build 18362) - [ ] Windows 10, version 1909 (Build 18363) - [ ] Windows 10, version 2004 (Build 19041) - [ ] Other (specify) ### Other SDK version _No response_ ### Visual Studio Version _No response_ ### Visual Studio Build Number _No response_ ### Device form factor _No response_ ### Nuget packages _No response_ ### Additional context _No response_ ### Help us help you Yes, but only if others can assist.
non_design
build failure net core missing describe the bug our build pipeline is failing fyi azchohfi arlodotexe 😢 think this may have to do with net core x retiring see failure from other pr here i had built this commit locally with our build script and it worked fine running netcore unit tests build started am test run for d a s unittests unittests notifications netcore bin release unittests notifications netcore dll netcoreapp version microsoft r test execution command line tool version copyright c microsoft corporation all rights reserved starting test execution please wait a total of test files matched the specified pattern testhost process exited with error it was not possible to find any compatible framework version the framework microsoft netcore app version was not found the following frameworks were found at at at at at at at you can resolve the problem by installing the specified framework and or sdk the specified framework can be found at please check the diagnostic logs for more information anyone remember where this is configured regression no response reproducible in sample app this bug can be reproduced in the sample app steps to reproduce text kick off a build in the ci expected behavior build should pass screenshots no response windows build number windows build windows build windows build windows build windows build windows build windows build other specify other windows build number no response app minimum and target sdk version windows version build windows version build windows version build windows version build other specify other sdk version no response visual studio version no response visual studio build number no response device form factor no response nuget packages no response additional context no response help us help you yes but only if others can assist
0
143,913
22,203,302,640
IssuesEvent
2022-06-07 13:04:26
Energinet-DataHub/greenforce-frontend
https://api.github.com/repos/Energinet-DataHub/greenforce-frontend
closed
Date input mask
Frontend Mighty Ducks Design system (Watt)
**AC** - [ ] Ensure correct format (global date format) when typing in date inputs - [ ] Handle paste of different formats - [ ] Use global date format that is already defined - [ ] Add showcase and documentation in Storybook
1.0
Date input mask - **AC** - [ ] Ensure correct format (global date format) when typing in date inputs - [ ] Handle paste of different formats - [ ] Use global date format that is already defined - [ ] Add showcase and documentation in Storybook
design
date input mask ac ensure correct format global date format when typing in date inputs handle paste of different formats use global date format that is already defined add showcase and documentation in storybook
1
20,838
3,637,740,502
IssuesEvent
2016-02-12 12:30:36
qbop/ecma
https://api.github.com/repos/qbop/ecma
opened
Create characters models
design
- [ ] Draw Alex - [ ] Draw Maya - [ ] Draw Selecto - [ ] Draw Semanto - [ ] Draw Ecma
1.0
Create characters models - - [ ] Draw Alex - [ ] Draw Maya - [ ] Draw Selecto - [ ] Draw Semanto - [ ] Draw Ecma
design
create characters models draw alex draw maya draw selecto draw semanto draw ecma
1
122,645
16,195,139,544
IssuesEvent
2021-05-04 13:45:40
ibm-openbmc/dev
https://api.github.com/repos/ibm-openbmc/dev
closed
GUI : System Logs
Blocked GUI Milestone Tgt UI Design UI Research
## SME **BMC**: @santoshpuranik **RAS**: George Ahrens **PHYP**: ## Key conversations - Event logs schema proposal v2: https://ibm.ent.box.com/notes/791481299908?s=0xba8qx3f8tjyijulfp2c6n8kb70snyb - As per Matt Spinler, the above schema is final except for Service Action Flag (and whether that will be integrated into Severity field or will be an OEM field). [Chat link.](https://ibm-systems-power.slack.com/archives/C0Q6TQP5Z/p1618512784234900?thread_ts=1612269693.279100&cid=C0Q6TQP5Z) - Progress logs API chat: [Chat link ](https://ibm-systems-power.slack.com/archives/C0Q6TQP5Z/p1618841538274900?thread_ts=1612354564.303900&cid=C0Q6TQP5Z) ## Research / Design ### Summary There are multiple log types and it is not clear if they will be able to live within the same table or even within the same page. Redfish has a logs service and each log type listed is a different service call. We will need to determine if the data in the response will work in the same table structure. Another potential issue is performance, having all of these logs within one table will require calling, consolidating, and sorting all the responses from the different log service API calls. - Audit Logs: /redfish/v1/Managers/BMC/LogServices/Audit/ (low priority due to timeline) - Maintenance: /redfish/v1/Managers/BMC/LogServices/Maintenance - Progress/Boot Logs: /redfish/v1/Managers/BMC/LogServices/Progress (related #1303, #2843) - Hidden: /redfish/v1/Managers/BMC/LogServices/Hidden - Event: /redfish/v1/Managers/BMC/LogServices/Event _Refer to the summary section System Logs Epic for detail about each log type #1523_ ### User Story As a <type of user> I need to <perform some activity> in order to <complete some task or accomplish some goal> ### InVision Prototype - [ ] Event logs: Check https://github.com/ibm-openbmc/dev/issues/2156 - [ ] Progress logs: Check https://github.com/ibm-openbmc/dev/issues/3070 ### Tasks - [ ] Create design review story in webui-vue repo - [ ] Send email to community sharing the design review story - [ ] Post in story in the discord webui channel ## Notes **Audit Logs** > I'd recommend separating out things like the machine power state changing, from the user triggering it, so Support can find out when a box crashed/ went down/ came up, in relation to the problem. My plan to deal with Audit logs was to have them in their own LogService, so when we collect service data we don't have to scrub the logs for GDPR compliance, just not collect the audit log. ~ Justin Thaler **Maintenance Logs** > This is another way to get to the following screens: > Deconfiguration (Guard) Records and Hardware Serviceable Events screens ~ Nicole Conser **Previous Boot Progress Indicator & Progress Indicator History** > Even though these are separate menu items in ASMI, they are covered by one Redfish LogService. ~Gunnar: [7/15 Slack convo](https://ibm-systems-power.slack.com/archives/GBVDZRCQK/p1594764817141200) **Event/Error logs** See the discovery box notes for a link to a recorded call on 1/12/21 with the SEET group and link to slack conversation in design channel. ## References - [Slack conversation](https://ibm-systems-power.slack.com/archives/C0Q6TQP5Z/p1592239346365500?thread_ts=1592238708.364400&cid=C0Q6TQP5Z) > We were talking about if all the logServices (Audit, Maintenance, Progress (aka Boot), Correctable (aka Hidden)) should be on one page on the GUI and how should that be displayed ? Do you have any thoughts ? FYI - [Redfish log examples](https://ibm.box.com/s/gtk6w0psfvqletup8bt4ie2fh1ihjwbu) - [Discovery folder](https://ibm.box.com/s/qd4iw5xsfpaeeyvm4a8k4j5drnd9h8r4) - [Discovery box note](https://ibm.box.com/s/dd1d7lq5pcfzxboy1abxp74o3s9qe7u7) # FED ### UX Flow / Interaction Requirements - [ ] Feature breakdown ### cURL Commands and Redfish Response - [ ] Add Redfish response - [ ] Add cURL commands ### Notes - [ ] Any known API workarounds - [ ] Any server-side functionality WIP ### UI Checklist #### Browser Tests (Chrome, Firefox, Safari (Mac), Edge (Windows)) - [ ] Tested responsive layout on supported viewport sizes - [ ] Verified functionality works as expected, e.g. success and failure use cases - [ ] Resolved any JavaScript errors thrown to the console #### Accessibility Tests - [ ] Verified markup is semantic - [ ] No reported issues in IBM Accessibility Checker (Free open source tool) https://www.ibm.com/able/toolkit/tools/ #### Test Hooks - [ ] Verify need for `data-test-id` hooks with test team
1.0
GUI : System Logs - ## SME **BMC**: @santoshpuranik **RAS**: George Ahrens **PHYP**: ## Key conversations - Event logs schema proposal v2: https://ibm.ent.box.com/notes/791481299908?s=0xba8qx3f8tjyijulfp2c6n8kb70snyb - As per Matt Spinler, the above schema is final except for Service Action Flag (and whether that will be integrated into Severity field or will be an OEM field). [Chat link.](https://ibm-systems-power.slack.com/archives/C0Q6TQP5Z/p1618512784234900?thread_ts=1612269693.279100&cid=C0Q6TQP5Z) - Progress logs API chat: [Chat link ](https://ibm-systems-power.slack.com/archives/C0Q6TQP5Z/p1618841538274900?thread_ts=1612354564.303900&cid=C0Q6TQP5Z) ## Research / Design ### Summary There are multiple log types and it is not clear if they will be able to live within the same table or even within the same page. Redfish has a logs service and each log type listed is a different service call. We will need to determine if the data in the response will work in the same table structure. Another potential issue is performance, having all of these logs within one table will require calling, consolidating, and sorting all the responses from the different log service API calls. - Audit Logs: /redfish/v1/Managers/BMC/LogServices/Audit/ (low priority due to timeline) - Maintenance: /redfish/v1/Managers/BMC/LogServices/Maintenance - Progress/Boot Logs: /redfish/v1/Managers/BMC/LogServices/Progress (related #1303, #2843) - Hidden: /redfish/v1/Managers/BMC/LogServices/Hidden - Event: /redfish/v1/Managers/BMC/LogServices/Event _Refer to the summary section System Logs Epic for detail about each log type #1523_ ### User Story As a <type of user> I need to <perform some activity> in order to <complete some task or accomplish some goal> ### InVision Prototype - [ ] Event logs: Check https://github.com/ibm-openbmc/dev/issues/2156 - [ ] Progress logs: Check https://github.com/ibm-openbmc/dev/issues/3070 ### Tasks - [ ] Create design review story in webui-vue repo - [ ] Send email to community sharing the design review story - [ ] Post in story in the discord webui channel ## Notes **Audit Logs** > I'd recommend separating out things like the machine power state changing, from the user triggering it, so Support can find out when a box crashed/ went down/ came up, in relation to the problem. My plan to deal with Audit logs was to have them in their own LogService, so when we collect service data we don't have to scrub the logs for GDPR compliance, just not collect the audit log. ~ Justin Thaler **Maintenance Logs** > This is another way to get to the following screens: > Deconfiguration (Guard) Records and Hardware Serviceable Events screens ~ Nicole Conser **Previous Boot Progress Indicator & Progress Indicator History** > Even though these are separate menu items in ASMI, they are covered by one Redfish LogService. ~Gunnar: [7/15 Slack convo](https://ibm-systems-power.slack.com/archives/GBVDZRCQK/p1594764817141200) **Event/Error logs** See the discovery box notes for a link to a recorded call on 1/12/21 with the SEET group and link to slack conversation in design channel. ## References - [Slack conversation](https://ibm-systems-power.slack.com/archives/C0Q6TQP5Z/p1592239346365500?thread_ts=1592238708.364400&cid=C0Q6TQP5Z) > We were talking about if all the logServices (Audit, Maintenance, Progress (aka Boot), Correctable (aka Hidden)) should be on one page on the GUI and how should that be displayed ? Do you have any thoughts ? FYI - [Redfish log examples](https://ibm.box.com/s/gtk6w0psfvqletup8bt4ie2fh1ihjwbu) - [Discovery folder](https://ibm.box.com/s/qd4iw5xsfpaeeyvm4a8k4j5drnd9h8r4) - [Discovery box note](https://ibm.box.com/s/dd1d7lq5pcfzxboy1abxp74o3s9qe7u7) # FED ### UX Flow / Interaction Requirements - [ ] Feature breakdown ### cURL Commands and Redfish Response - [ ] Add Redfish response - [ ] Add cURL commands ### Notes - [ ] Any known API workarounds - [ ] Any server-side functionality WIP ### UI Checklist #### Browser Tests (Chrome, Firefox, Safari (Mac), Edge (Windows)) - [ ] Tested responsive layout on supported viewport sizes - [ ] Verified functionality works as expected, e.g. success and failure use cases - [ ] Resolved any JavaScript errors thrown to the console #### Accessibility Tests - [ ] Verified markup is semantic - [ ] No reported issues in IBM Accessibility Checker (Free open source tool) https://www.ibm.com/able/toolkit/tools/ #### Test Hooks - [ ] Verify need for `data-test-id` hooks with test team
design
gui system logs sme bmc santoshpuranik ras george ahrens phyp key conversations event logs schema proposal as per matt spinler the above schema is final except for service action flag and whether that will be integrated into severity field or will be an oem field progress logs api chat research design summary there are multiple log types and it is not clear if they will be able to live within the same table or even within the same page redfish has a logs service and each log type listed is a different service call we will need to determine if the data in the response will work in the same table structure another potential issue is performance having all of these logs within one table will require calling consolidating and sorting all the responses from the different log service api calls audit logs redfish managers bmc logservices audit low priority due to timeline maintenance redfish managers bmc logservices maintenance progress boot logs redfish managers bmc logservices progress related hidden redfish managers bmc logservices hidden event redfish managers bmc logservices event refer to the summary section system logs epic for detail about each log type user story as a i need to in order to invision prototype event logs check progress logs check tasks create design review story in webui vue repo send email to community sharing the design review story post in story in the discord webui channel notes audit logs i d recommend separating out things like the machine power state changing from the user triggering it so support can find out when a box crashed went down came up in relation to the problem my plan to deal with audit logs was to have them in their own logservice so when we collect service data we don t have to scrub the logs for gdpr compliance just not collect the audit log justin thaler maintenance logs this is another way to get to the following screens deconfiguration guard records and hardware serviceable events screens nicole conser previous boot progress indicator progress indicator history even though these are separate menu items in asmi they are covered by one redfish logservice gunnar event error logs see the discovery box notes for a link to a recorded call on with the seet group and link to slack conversation in design channel references we were talking about if all the logservices audit maintenance progress aka boot correctable aka hidden should be on one page on the gui and how should that be displayed do you have any thoughts fyi fed ux flow interaction requirements feature breakdown curl commands and redfish response add redfish response add curl commands notes any known api workarounds any server side functionality wip ui checklist browser tests chrome firefox safari mac edge windows tested responsive layout on supported viewport sizes verified functionality works as expected e g success and failure use cases resolved any javascript errors thrown to the console accessibility tests verified markup is semantic no reported issues in ibm accessibility checker free open source tool test hooks verify need for data test id hooks with test team
1
98,705
16,389,421,421
IssuesEvent
2021-05-17 14:25:44
Thanraj/linux-1
https://api.github.com/repos/Thanraj/linux-1
opened
CVE-2019-15918 (High) detected in linux-xlnxxilinx-v2019.2
security vulnerability
## CVE-2019-15918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-xlnxxilinx-v2019.2</b></p></summary> <p> <p>The official Linux kernel from Xilinx</p> <p>Library home page: <a href=https://github.com/Xilinx/linux-xlnx.git>https://github.com/Xilinx/linux-xlnx.git</a></p> <p>Found in HEAD commit: <a href="https://api.github.com/repos/Thanraj/linux-1/commits/9738d89d33cb0f3ac708908509b82eafc007d557">9738d89d33cb0f3ac708908509b82eafc007d557</a></p> <p>Found in base branch: <b>master</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>linux-1/fs/cifs/smb2pdu.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>linux-1/fs/cifs/smb2pdu.c</b> </p> </details> <p></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> An issue was discovered in the Linux kernel before 5.0.10. SMB2_negotiate in fs/cifs/smb2pdu.c has an out-of-bounds read because data structures are incompletely updated after a change from smb30 to smb21. <p>Publish Date: 2019-09-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15918>CVE-2019-15918</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.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - 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-2019-15918">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15918</a></p> <p>Release Date: 2019-09-04</p> <p>Fix Resolution: v5.1-rc6</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-2019-15918 (High) detected in linux-xlnxxilinx-v2019.2 - ## CVE-2019-15918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-xlnxxilinx-v2019.2</b></p></summary> <p> <p>The official Linux kernel from Xilinx</p> <p>Library home page: <a href=https://github.com/Xilinx/linux-xlnx.git>https://github.com/Xilinx/linux-xlnx.git</a></p> <p>Found in HEAD commit: <a href="https://api.github.com/repos/Thanraj/linux-1/commits/9738d89d33cb0f3ac708908509b82eafc007d557">9738d89d33cb0f3ac708908509b82eafc007d557</a></p> <p>Found in base branch: <b>master</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>linux-1/fs/cifs/smb2pdu.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>linux-1/fs/cifs/smb2pdu.c</b> </p> </details> <p></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> An issue was discovered in the Linux kernel before 5.0.10. SMB2_negotiate in fs/cifs/smb2pdu.c has an out-of-bounds read because data structures are incompletely updated after a change from smb30 to smb21. <p>Publish Date: 2019-09-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15918>CVE-2019-15918</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.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - 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-2019-15918">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15918</a></p> <p>Release Date: 2019-09-04</p> <p>Fix Resolution: v5.1-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_design
cve high detected in linux xlnxxilinx cve high severity vulnerability vulnerable library linux xlnxxilinx the official linux kernel from xilinx library home page a href found in head commit a href found in base branch master vulnerable source files linux fs cifs c linux fs cifs c vulnerability details an issue was discovered in the linux kernel before negotiate in fs cifs c has an out of bounds read because data structures are incompletely updated after a change from to 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 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 step up your open source security game with whitesource
0
78,277
9,690,464,303
IssuesEvent
2019-05-24 08:42:37
nextcloud/server
https://api.github.com/repos/nextcloud/server
opened
Apps management Sidebar not compliant
1. to develop bug design medium
@juliushaertl we forgot to update the AppSidebar to the new nextcloud-vue standards when migrating #15506
1.0
Apps management Sidebar not compliant - @juliushaertl we forgot to update the AppSidebar to the new nextcloud-vue standards when migrating #15506
design
apps management sidebar not compliant juliushaertl we forgot to update the appsidebar to the new nextcloud vue standards when migrating
1
701,479
24,099,650,841
IssuesEvent
2022-09-19 22:31:28
thegrumpys/odop
https://api.github.com/repos/thegrumpys/odop
opened
Specific inputs can drive Objective Value to infinity
bug Priority Hot
Specific input values can cause the Objective Value to become infinity. If that happens, Search is unable to resolve the situation. This may (or may not) be associated with values of Cycle_Life much less than 1 (for example, 1e-36). Wild Guess: Because it happens without constraints on Cycle_Life, the root cause may be related to the validity penalty. #### Steps to recreate: 1. Reload the app 2. Using the default design, change the value of Wire_Dia to 0.05 (anything in the range of 0.0485 and 0.0525) 3. Observe that the Objective Value is now reporting "infinity" Also, observe conflicting information: - Cycle_life displays as 1.862e+6 in Advanced View - Cycle_Life displays as "infinity" in line 10 of the Alerts panel
1.0
Specific inputs can drive Objective Value to infinity - Specific input values can cause the Objective Value to become infinity. If that happens, Search is unable to resolve the situation. This may (or may not) be associated with values of Cycle_Life much less than 1 (for example, 1e-36). Wild Guess: Because it happens without constraints on Cycle_Life, the root cause may be related to the validity penalty. #### Steps to recreate: 1. Reload the app 2. Using the default design, change the value of Wire_Dia to 0.05 (anything in the range of 0.0485 and 0.0525) 3. Observe that the Objective Value is now reporting "infinity" Also, observe conflicting information: - Cycle_life displays as 1.862e+6 in Advanced View - Cycle_Life displays as "infinity" in line 10 of the Alerts panel
non_design
specific inputs can drive objective value to infinity specific input values can cause the objective value to become infinity if that happens search is unable to resolve the situation this may or may not be associated with values of cycle life much less than for example wild guess because it happens without constraints on cycle life the root cause may be related to the validity penalty steps to recreate reload the app using the default design change the value of wire dia to anything in the range of and observe that the objective value is now reporting infinity also observe conflicting information cycle life displays as in advanced view cycle life displays as infinity in line of the alerts panel
0
99,634
11,150,592,137
IssuesEvent
2019-12-23 23:28:17
DanielRiveraPaniagua/ProyectoFinal_ISI
https://api.github.com/repos/DanielRiveraPaniagua/ProyectoFinal_ISI
closed
Calificación por edades
documentation question
Para probar el diagrama E/R usaremos los datos dados por Pedro, pero a la hora de obtener los datos de iMDB no aparece en el dataset ninguna información relacionada con la calificación por edades. Para más adelante, me gustaría saber si usaremos los datos que vienen en las páginas web de las películas, de qué país escogemos su calificación, etc.
1.0
Calificación por edades - Para probar el diagrama E/R usaremos los datos dados por Pedro, pero a la hora de obtener los datos de iMDB no aparece en el dataset ninguna información relacionada con la calificación por edades. Para más adelante, me gustaría saber si usaremos los datos que vienen en las páginas web de las películas, de qué país escogemos su calificación, etc.
non_design
calificación por edades para probar el diagrama e r usaremos los datos dados por pedro pero a la hora de obtener los datos de imdb no aparece en el dataset ninguna información relacionada con la calificación por edades para más adelante me gustaría saber si usaremos los datos que vienen en las páginas web de las películas de qué país escogemos su calificación etc
0
160,138
25,109,063,558
IssuesEvent
2022-11-08 18:56:18
elastic/eui
https://api.github.com/repos/elastic/eui
closed
[EuiCard] layout breaks when horizontal and selectable
bug assign:designer
Found in https://github.com/elastic/kibana/pull/141279#issuecomment-1304006573 and easily reproducible in the _Card > Selectable_ example by adding `layout="horizontal"` to any card. I do not have enough flexbox intuition to propose a solution. This is the previous scss: https://github.com/elastic/eui/blob/1505e2fc15d3e0bcaee56781b5b5b9c9beea3624/src/components/card/_card.scss#L223-L238 ### Was ![](https://user-images.githubusercontent.com/92328789/200052421-0d87bb56-fb2b-4813-b3aa-3975f397f6a7.png) ### Now ![](https://user-images.githubusercontent.com/92328789/200052440-0300c69b-bfd6-47ea-8af4-b56afb877f60.png)
1.0
[EuiCard] layout breaks when horizontal and selectable - Found in https://github.com/elastic/kibana/pull/141279#issuecomment-1304006573 and easily reproducible in the _Card > Selectable_ example by adding `layout="horizontal"` to any card. I do not have enough flexbox intuition to propose a solution. This is the previous scss: https://github.com/elastic/eui/blob/1505e2fc15d3e0bcaee56781b5b5b9c9beea3624/src/components/card/_card.scss#L223-L238 ### Was ![](https://user-images.githubusercontent.com/92328789/200052421-0d87bb56-fb2b-4813-b3aa-3975f397f6a7.png) ### Now ![](https://user-images.githubusercontent.com/92328789/200052440-0300c69b-bfd6-47ea-8af4-b56afb877f60.png)
design
layout breaks when horizontal and selectable found in and easily reproducible in the card selectable example by adding layout horizontal to any card i do not have enough flexbox intuition to propose a solution this is the previous scss was now
1
276,505
8,599,480,794
IssuesEvent
2018-11-16 02:19:57
ilmtest/search-engine
https://api.github.com/repos/ilmtest/search-engine
closed
Merge the logs_entries and logs_entry_relationships tables
database fixed priority/medium server technical-logic
Merge it into one, they have the same shape and same dependencies.
1.0
Merge the logs_entries and logs_entry_relationships tables - Merge it into one, they have the same shape and same dependencies.
non_design
merge the logs entries and logs entry relationships tables merge it into one they have the same shape and same dependencies
0
136,572
19,848,960,754
IssuesEvent
2022-01-21 10:06:16
cgeo/cgeo
https://api.github.com/repos/cgeo/cgeo
reopened
MultiTrackFile GUI needs alignment with the rest of cgeo
Bug Frontend Design
If discovered some inconsistencies with the new "multi trackfile"-popup, which should be fixed before/during our beta: 1. Show current vs. following In our map activity, we usually show the current state instead of the following action (e.g. "follow my position", "enable/disable sync") ![Screenshot_20220117_071508_cgeo geocaching_copy_285x136](https://user-images.githubusercontent.com/64581222/149781816-ee52dba6-4067-4b00-a05f-7a14a85ce753.png) This should be done for "show/hide track" in the same way. ![Screenshot_20220117_071620_cgeo geocaching_copy_268x142](https://user-images.githubusercontent.com/64581222/149781821-02a06992-404c-4945-9725-e39e65060286.png) 2. Tooltips Furthermore we already have a tooltip for "show/hide", but if we implement an icon-tooltip it should be done for all icon buttons in that dialog. 3. Visual feedback And, last but not least (maybe the most important design guideline): **Always give feedback to the user.** Especially as the buttons don't have a border around the icon, the button should have a ripple effect. We already do the same thing at other places... ![Screenshot_20220117_071820_com android gallery3d_copy_431x248](https://user-images.githubusercontent.com/64581222/149781822-7c8a3d22-1737-461d-b7f4-e49f27eb184c.png)
1.0
MultiTrackFile GUI needs alignment with the rest of cgeo - If discovered some inconsistencies with the new "multi trackfile"-popup, which should be fixed before/during our beta: 1. Show current vs. following In our map activity, we usually show the current state instead of the following action (e.g. "follow my position", "enable/disable sync") ![Screenshot_20220117_071508_cgeo geocaching_copy_285x136](https://user-images.githubusercontent.com/64581222/149781816-ee52dba6-4067-4b00-a05f-7a14a85ce753.png) This should be done for "show/hide track" in the same way. ![Screenshot_20220117_071620_cgeo geocaching_copy_268x142](https://user-images.githubusercontent.com/64581222/149781821-02a06992-404c-4945-9725-e39e65060286.png) 2. Tooltips Furthermore we already have a tooltip for "show/hide", but if we implement an icon-tooltip it should be done for all icon buttons in that dialog. 3. Visual feedback And, last but not least (maybe the most important design guideline): **Always give feedback to the user.** Especially as the buttons don't have a border around the icon, the button should have a ripple effect. We already do the same thing at other places... ![Screenshot_20220117_071820_com android gallery3d_copy_431x248](https://user-images.githubusercontent.com/64581222/149781822-7c8a3d22-1737-461d-b7f4-e49f27eb184c.png)
design
multitrackfile gui needs alignment with the rest of cgeo if discovered some inconsistencies with the new multi trackfile popup which should be fixed before during our beta show current vs following in our map activity we usually show the current state instead of the following action e g follow my position enable disable sync this should be done for show hide track in the same way tooltips furthermore we already have a tooltip for show hide but if we implement an icon tooltip it should be done for all icon buttons in that dialog visual feedback and last but not least maybe the most important design guideline always give feedback to the user especially as the buttons don t have a border around the icon the button should have a ripple effect we already do the same thing at other places
1
39,499
5,098,087,619
IssuesEvent
2017-01-03 23:54:09
drewdeakin/jsline
https://api.github.com/repos/drewdeakin/jsline
opened
Localisation
design
I want to broaden Suppmarket into US/UK and AU markets Need to add store module to backend Need to updated database to reflect store's locations (NZ, AU, US and UK) Need to buy .com and .co.uk domain Need to update categories to reflect the new structure Need to look into herflang.
1.0
Localisation - I want to broaden Suppmarket into US/UK and AU markets Need to add store module to backend Need to updated database to reflect store's locations (NZ, AU, US and UK) Need to buy .com and .co.uk domain Need to update categories to reflect the new structure Need to look into herflang.
design
localisation i want to broaden suppmarket into us uk and au markets need to add store module to backend need to updated database to reflect store s locations nz au us and uk need to buy com and co uk domain need to update categories to reflect the new structure need to look into herflang
1
155,605
24,488,524,939
IssuesEvent
2022-10-09 19:11:23
Altinn/altinn-studio
https://api.github.com/repos/Altinn/altinn-studio
closed
Tjenestelogikk menyen
kind/bug status/wontfix solution/studio/designer area/logic ux/visual-design bug/c2
## Describe the bug 1) Når det er lagt inn litt dynamikk, så forsvinner valg for Kaluleringer langt nedover. 2) Innlagte tilkoblinger vises ikke med hele navnet ## Expected behavior 1) Forventer å se valgene Valideringer mm. Eksisterende tilkoblinger trengs ikke å vises direkte på skjermen. 2) Forventer å se hele navnet på tilkoblinger ## Screenshots Det over streket viser hva jeg ser på skjermen, må scrolle for å se resten. ![image](https://user-images.githubusercontent.com/47357434/55159274-edcf3200-5160-11e9-8563-6550932d1f22.png) ## Additional info Windows 10 Pro, Chrome
2.0
Tjenestelogikk menyen - ## Describe the bug 1) Når det er lagt inn litt dynamikk, så forsvinner valg for Kaluleringer langt nedover. 2) Innlagte tilkoblinger vises ikke med hele navnet ## Expected behavior 1) Forventer å se valgene Valideringer mm. Eksisterende tilkoblinger trengs ikke å vises direkte på skjermen. 2) Forventer å se hele navnet på tilkoblinger ## Screenshots Det over streket viser hva jeg ser på skjermen, må scrolle for å se resten. ![image](https://user-images.githubusercontent.com/47357434/55159274-edcf3200-5160-11e9-8563-6550932d1f22.png) ## Additional info Windows 10 Pro, Chrome
design
tjenestelogikk menyen describe the bug når det er lagt inn litt dynamikk så forsvinner valg for kaluleringer langt nedover innlagte tilkoblinger vises ikke med hele navnet expected behavior forventer å se valgene valideringer mm eksisterende tilkoblinger trengs ikke å vises direkte på skjermen forventer å se hele navnet på tilkoblinger screenshots det over streket viser hva jeg ser på skjermen må scrolle for å se resten additional info windows pro chrome
1
26,012
3,985,411,052
IssuesEvent
2016-05-07 21:22:59
HighSchoolHacking/GLS
https://api.github.com/repos/HighSchoolHacking/GLS
opened
Decide on a GLS style for members and packages
coding conventions design change question
Casing converters are currently able to parse various case styles to others, but there should be a standard GLS way. @faulda ?
1.0
Decide on a GLS style for members and packages - Casing converters are currently able to parse various case styles to others, but there should be a standard GLS way. @faulda ?
design
decide on a gls style for members and packages casing converters are currently able to parse various case styles to others but there should be a standard gls way faulda
1
30,210
4,203,924,950
IssuesEvent
2016-06-28 08:00:17
geetsisbac/WCVVENIXYFVIRBXH3BYTI6TE
https://api.github.com/repos/geetsisbac/WCVVENIXYFVIRBXH3BYTI6TE
closed
e42ehXIaGFdjx3ExOYUS+HZJ3XAS0MEuyA1FpRVquw0JaXRthxl8U+fN3EXpLfeA2ZF7nDAbNz+aMd1d0BO6ic0q+nM+N6trkwWaa9of/TCe0Dz+6tyV77uacMHBHWNi9uPZAfrEYTuVe89K3VGZca0bffYhVGUZep3nwIdkzWg=
design
8CvnNZFokFdpNankBPF8ISzle8G3xL0VW8QyJ8W4zV51qfumBGq4PE07OYvNKj933TynVfL4dMcJlV52y9p2vgotcELgIgYEKL4RNk3f2BCvYTkzCGWIgV+HM+U232PGpqJ/y9E7skG4hQAcnGvQgr+Kn1kmwMlzy/7/V+3zIRgGX9HYWckQiyCXo59q7rsyxGr7m0a3GeUOuAry2E89SG5cmCAD2SfsXLAmOUb+Z70X1Q7RBtq+uJJLXHp323jDu+yPDB9ACSDubetgtcxoxmG29VUtGrb5+J0mrYpHqKsU6A//TtBJZDSIXn/nzhExhzYDbXh/ueTXyuAoSWtmQeQnmui5sVhREKcuw1ubeCNE9Lb1atPggHYGTPfNDP+f9enTcMTjWjycTfy1BWPqxjLUOLHV04NucSx5CdPg2sle4msKzpPkX8PaoRnIYlVWM95Gr1bl4gbcooZ41lDpvkh0ZZ4Hcgt6n+Ky63wziyBd7bt12+Mv/ARlSh4vcWSEY/DHiW8qnby/dh9kaiiBy60FGQYTasvUhgeIXOzOifQ8I6CA36qEDHMQY4IJtP/x7RirnUw9pSnxZS92q464H7L+IsVIvkbhPpS1QLwkcGZsMC9LevvbIlDuERy/TPVhsuE6c9lhTzjLmF+LUmG2hklRtxCK7hwj2GC40HWF53Ms+2doCdJNqXzHAKGG9WUZfqt6aWWVLmziukdbkEE0x+/7blZCJa0f1cOKWW1i4eloLR+JeBb4K5hUoHaja5SLVKix41cJCsPmUNkoRCJo3g==
1.0
e42ehXIaGFdjx3ExOYUS+HZJ3XAS0MEuyA1FpRVquw0JaXRthxl8U+fN3EXpLfeA2ZF7nDAbNz+aMd1d0BO6ic0q+nM+N6trkwWaa9of/TCe0Dz+6tyV77uacMHBHWNi9uPZAfrEYTuVe89K3VGZca0bffYhVGUZep3nwIdkzWg= - 8CvnNZFokFdpNankBPF8ISzle8G3xL0VW8QyJ8W4zV51qfumBGq4PE07OYvNKj933TynVfL4dMcJlV52y9p2vgotcELgIgYEKL4RNk3f2BCvYTkzCGWIgV+HM+U232PGpqJ/y9E7skG4hQAcnGvQgr+Kn1kmwMlzy/7/V+3zIRgGX9HYWckQiyCXo59q7rsyxGr7m0a3GeUOuAry2E89SG5cmCAD2SfsXLAmOUb+Z70X1Q7RBtq+uJJLXHp323jDu+yPDB9ACSDubetgtcxoxmG29VUtGrb5+J0mrYpHqKsU6A//TtBJZDSIXn/nzhExhzYDbXh/ueTXyuAoSWtmQeQnmui5sVhREKcuw1ubeCNE9Lb1atPggHYGTPfNDP+f9enTcMTjWjycTfy1BWPqxjLUOLHV04NucSx5CdPg2sle4msKzpPkX8PaoRnIYlVWM95Gr1bl4gbcooZ41lDpvkh0ZZ4Hcgt6n+Ky63wziyBd7bt12+Mv/ARlSh4vcWSEY/DHiW8qnby/dh9kaiiBy60FGQYTasvUhgeIXOzOifQ8I6CA36qEDHMQY4IJtP/x7RirnUw9pSnxZS92q464H7L+IsVIvkbhPpS1QLwkcGZsMC9LevvbIlDuERy/TPVhsuE6c9lhTzjLmF+LUmG2hklRtxCK7hwj2GC40HWF53Ms+2doCdJNqXzHAKGG9WUZfqt6aWWVLmziukdbkEE0x+/7blZCJa0f1cOKWW1i4eloLR+JeBb4K5hUoHaja5SLVKix41cJCsPmUNkoRCJo3g==
design
nm hm v ttbjzdsixn nzhexhzydbxh mv
1
367,220
10,850,949,739
IssuesEvent
2019-11-13 09:51:04
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.target.com - site is not usable
browser-fenix engine-gecko priority-important
<!-- @browser: Firefox Mobile 70.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:70.0) Gecko/70.0 Firefox/70.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.target.com/c/skillets-fry-pans-pots-cookware-sets-kitchen-dining/-/N-5xts0 **Browser / Version**: Firefox Mobile 70.0 **Operating System**: Android 8.0.0 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: Site is EXTREMELY slow, when I click on things it clicks on the wrong thing, I have to wait so long for anything to open, when I try to scroll the menu I wait half a minute for it to react only for it to close instead, etc. this doesn't happen with chrome. **Steps to Reproduce**: Basically what I described above. I just tried finding pans on the website, didn't do anything special, but it's unusable with how slow and buggy it is. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.target.com - site is not usable - <!-- @browser: Firefox Mobile 70.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:70.0) Gecko/70.0 Firefox/70.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.target.com/c/skillets-fry-pans-pots-cookware-sets-kitchen-dining/-/N-5xts0 **Browser / Version**: Firefox Mobile 70.0 **Operating System**: Android 8.0.0 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: Site is EXTREMELY slow, when I click on things it clicks on the wrong thing, I have to wait so long for anything to open, when I try to scroll the menu I wait half a minute for it to react only for it to close instead, etc. this doesn't happen with chrome. **Steps to Reproduce**: Basically what I described above. I just tried finding pans on the website, didn't do anything special, but it's unusable with how slow and buggy it is. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_design
site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description site is extremely slow when i click on things it clicks on the wrong thing i have to wait so long for anything to open when i try to scroll the menu i wait half a minute for it to react only for it to close instead etc this doesn t happen with chrome steps to reproduce basically what i described above i just tried finding pans on the website didn t do anything special but it s unusable with how slow and buggy it is browser configuration none from with ❤️
0
51,941
7,738,916,502
IssuesEvent
2018-05-28 13:49:35
absinthe-graphql/absinthe
https://api.github.com/repos/absinthe-graphql/absinthe
closed
Ecto Best Practices guide has a missing reference or link
Kind:Documentation Level:Starter
Reading through the _Ecto Best Practices_ guide you will find the following paragraphs: >The plugins/0 function has been around for a while, and specifies what plugins the schema needs to resolve. See more here: > >That's it! If you run a GraphQL query that hits that field, it will be loaded efficiently without N+1. The first paragraph seems to have a missing reference or link after the _See more here:_ sentence.
1.0
Ecto Best Practices guide has a missing reference or link - Reading through the _Ecto Best Practices_ guide you will find the following paragraphs: >The plugins/0 function has been around for a while, and specifies what plugins the schema needs to resolve. See more here: > >That's it! If you run a GraphQL query that hits that field, it will be loaded efficiently without N+1. The first paragraph seems to have a missing reference or link after the _See more here:_ sentence.
non_design
ecto best practices guide has a missing reference or link reading through the ecto best practices guide you will find the following paragraphs the plugins function has been around for a while and specifies what plugins the schema needs to resolve see more here that s it if you run a graphql query that hits that field it will be loaded efficiently without n the first paragraph seems to have a missing reference or link after the see more here sentence
0
164,505
25,980,763,361
IssuesEvent
2022-12-19 18:35:52
opencodeiiita/SaveMyForm-Frontend
https://api.github.com/repos/opencodeiiita/SaveMyForm-Frontend
closed
Design or find a vector for login/signup page
Points: 10 Rookie Design everyone
OPEN TO ALL. NO need to claim this issue. --- We will be displaying a vector on the login/signup page. We are taking reference of the login/signup page from the websites [greenhouse.com](https://app.greenhouse.io/users/sign_in) and [mongodb.com](https://account.mongodb.com/account/login). Make sure to pick a vector according to the theme of the project. Keep in mind, if you are picking a vector from online websites, there should be no copyright issues. Enter your github account and attach the vector link in the [designs.json](https://github.com/opencodeiiita/SaveMyForm-Frontend/blob/main/designs.json) file, in the respective field.
1.0
Design or find a vector for login/signup page - OPEN TO ALL. NO need to claim this issue. --- We will be displaying a vector on the login/signup page. We are taking reference of the login/signup page from the websites [greenhouse.com](https://app.greenhouse.io/users/sign_in) and [mongodb.com](https://account.mongodb.com/account/login). Make sure to pick a vector according to the theme of the project. Keep in mind, if you are picking a vector from online websites, there should be no copyright issues. Enter your github account and attach the vector link in the [designs.json](https://github.com/opencodeiiita/SaveMyForm-Frontend/blob/main/designs.json) file, in the respective field.
design
design or find a vector for login signup page open to all no need to claim this issue we will be displaying a vector on the login signup page we are taking reference of the login signup page from the websites and make sure to pick a vector according to the theme of the project keep in mind if you are picking a vector from online websites there should be no copyright issues enter your github account and attach the vector link in the file in the respective field
1
171,769
27,174,286,916
IssuesEvent
2023-02-17 22:53:50
akash-network/node
https://api.github.com/repos/akash-network/node
closed
testnet: design upgrade procedure
phase/design
Design procedure for upgrading akash software versions without resetting the testnet.
1.0
testnet: design upgrade procedure - Design procedure for upgrading akash software versions without resetting the testnet.
design
testnet design upgrade procedure design procedure for upgrading akash software versions without resetting the testnet
1
84,496
24,327,620,684
IssuesEvent
2022-09-30 16:08:45
sandboxie-plus/Sandboxie
https://api.github.com/repos/sandboxie-plus/Sandboxie
closed
Windows Start Menu Integration
Feature request added in next build
### Is your feature request related to a problem or use case? When I installed a program to the sandbox, I need to start Sandboxie-plus, right-click a box, Run -> Run from Start Menu, and click program to start one. ### Describe the solution you'd like Create Start Menu folder for sandbox, Sandbox Manager detects Start menu changes in the box, and clone it to box's folder. ### Describe alternatives you've considered Create shortcut to 'Run from Start Menu' for each boxes to Start Menu.
1.0
Windows Start Menu Integration - ### Is your feature request related to a problem or use case? When I installed a program to the sandbox, I need to start Sandboxie-plus, right-click a box, Run -> Run from Start Menu, and click program to start one. ### Describe the solution you'd like Create Start Menu folder for sandbox, Sandbox Manager detects Start menu changes in the box, and clone it to box's folder. ### Describe alternatives you've considered Create shortcut to 'Run from Start Menu' for each boxes to Start Menu.
non_design
windows start menu integration is your feature request related to a problem or use case when i installed a program to the sandbox i need to start sandboxie plus right click a box run run from start menu and click program to start one describe the solution you d like create start menu folder for sandbox sandbox manager detects start menu changes in the box and clone it to box s folder describe alternatives you ve considered create shortcut to run from start menu for each boxes to start menu
0
117,073
15,048,447,051
IssuesEvent
2021-02-03 10:11:47
graphql/graphiql
https://api.github.com/repos/graphql/graphiql
closed
Search icon misalignment issue
bug design good first issue
To reproduce, visit https://graphql.org/swapi-graphql/, open the docs, and look at the `Search Schema` input; you'll see the search icon is out of place: ![Screenshot_20210122_174716](https://user-images.githubusercontent.com/129910/105526573-86da2000-5cda-11eb-8d51-f0939b65b40e.png) I've worked around this in PostGraphile with this CSS snippet: ```css .graphiql-container .search-box-icon { line-height: 1em; top: 1px; } ``` but I'm not sure if this is the intended styling (in particular the `top: 1px` feels wrong), hence I've not opened a PR.
1.0
Search icon misalignment issue - To reproduce, visit https://graphql.org/swapi-graphql/, open the docs, and look at the `Search Schema` input; you'll see the search icon is out of place: ![Screenshot_20210122_174716](https://user-images.githubusercontent.com/129910/105526573-86da2000-5cda-11eb-8d51-f0939b65b40e.png) I've worked around this in PostGraphile with this CSS snippet: ```css .graphiql-container .search-box-icon { line-height: 1em; top: 1px; } ``` but I'm not sure if this is the intended styling (in particular the `top: 1px` feels wrong), hence I've not opened a PR.
design
search icon misalignment issue to reproduce visit open the docs and look at the search schema input you ll see the search icon is out of place i ve worked around this in postgraphile with this css snippet css graphiql container search box icon line height top but i m not sure if this is the intended styling in particular the top feels wrong hence i ve not opened a pr
1
68,677
8,319,083,631
IssuesEvent
2018-09-25 16:12:56
publiclab/plots2
https://api.github.com/repos/publiclab/plots2
opened
Header navbar runs out of space and covers content
HTML css design fto-candidate help-wanted
Our new header is very nice, but it needs to collapse a bit earlier; we use Bootstrap: https://getbootstrap.com/docs/3.3/ ![screen shot 2018-09-25 at 12 07 09 pm](https://user-images.githubusercontent.com/24359/46027518-0a0fea80-c0bc-11e8-8009-c15002d78f41.png) We should have it collapse into the "minimal" look earlier: ![screen shot 2018-09-25 at 12 11 13 pm](https://user-images.githubusercontent.com/24359/46027559-23189b80-c0bc-11e8-8457-5a7b9aafca4a.png) The code is here: https://github.com/publiclab/plots2/blob/master/app/views/layouts/_header.html.erb This will take some testing with expanding and contracting the browser window. Please upload some screenshots of various states so we know it collapses smoothly! An animated GIF would be extra nice! Thanks!
1.0
Header navbar runs out of space and covers content - Our new header is very nice, but it needs to collapse a bit earlier; we use Bootstrap: https://getbootstrap.com/docs/3.3/ ![screen shot 2018-09-25 at 12 07 09 pm](https://user-images.githubusercontent.com/24359/46027518-0a0fea80-c0bc-11e8-8009-c15002d78f41.png) We should have it collapse into the "minimal" look earlier: ![screen shot 2018-09-25 at 12 11 13 pm](https://user-images.githubusercontent.com/24359/46027559-23189b80-c0bc-11e8-8457-5a7b9aafca4a.png) The code is here: https://github.com/publiclab/plots2/blob/master/app/views/layouts/_header.html.erb This will take some testing with expanding and contracting the browser window. Please upload some screenshots of various states so we know it collapses smoothly! An animated GIF would be extra nice! Thanks!
design
header navbar runs out of space and covers content our new header is very nice but it needs to collapse a bit earlier we use bootstrap we should have it collapse into the minimal look earlier the code is here this will take some testing with expanding and contracting the browser window please upload some screenshots of various states so we know it collapses smoothly an animated gif would be extra nice thanks
1
244,112
26,365,191,492
IssuesEvent
2023-01-11 16:04:37
yaeljacobs67/fs-agent
https://api.github.com/repos/yaeljacobs67/fs-agent
opened
WS-2023-0004 (Medium) detected in jszip-2.4.0.min.js
security vulnerability
## WS-2023-0004 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jszip-2.4.0.min.js</b></p></summary> <p>Create, read and edit .zip files with Javascript http://stuartk.com/jszip</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jszip/2.4.0/jszip.min.js">https://cdnjs.cloudflare.com/ajax/libs/jszip/2.4.0/jszip.min.js</a></p> <p>Path to dependency file: /fs-agent/src/test/resources/resolver.html/index.html</p> <p>Path to vulnerable library: /src/test/resources/resolver.html/index.html</p> <p> Dependency Hierarchy: - :x: **jszip-2.4.0.min.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - 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>Release Date: 2023-01-04</p> <p>Fix Resolution: jszip - 3.8.0</p> </p> </details> <p></p>
True
WS-2023-0004 (Medium) detected in jszip-2.4.0.min.js - ## WS-2023-0004 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jszip-2.4.0.min.js</b></p></summary> <p>Create, read and edit .zip files with Javascript http://stuartk.com/jszip</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jszip/2.4.0/jszip.min.js">https://cdnjs.cloudflare.com/ajax/libs/jszip/2.4.0/jszip.min.js</a></p> <p>Path to dependency file: /fs-agent/src/test/resources/resolver.html/index.html</p> <p>Path to vulnerable library: /src/test/resources/resolver.html/index.html</p> <p> Dependency Hierarchy: - :x: **jszip-2.4.0.min.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - 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>Release Date: 2023-01-04</p> <p>Fix Resolution: jszip - 3.8.0</p> </p> </details> <p></p>
non_design
ws medium detected in jszip min js ws medium severity vulnerability vulnerable library jszip min js create read and edit zip files with javascript library home page a href path to dependency file fs agent src test resources resolver html index html path to vulnerable library src test resources resolver html index html dependency hierarchy x jszip min js vulnerable library 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 local attack complexity low privileges required none user interaction required 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 release date fix resolution jszip
0
506,621
14,669,233,243
IssuesEvent
2020-12-29 23:53:15
glciampaglia/infodiversity-mock-social-media
https://api.github.com/repos/glciampaglia/infodiversity-mock-social-media
closed
Bug#1 - the image card and description are not retrieved for @cseUSF
low priority
Don't know if this is important but I just discovered that the card images, description and summary is not retrieved for @cseUSF account. @cseUSF is not that important but don't want it happening for important accounts. Observed: ![Screenshot from 2020-12-15 10-31-23](https://user-images.githubusercontent.com/14941766/102236073-0cd79f80-3ec1-11eb-8ace-8c9a4f86e4a7.png) Needed: ![Screenshot from 2020-12-15 10-32-03](https://user-images.githubusercontent.com/14941766/102236144-22e56000-3ec1-11eb-8008-5b297c2b8e6c.png)
1.0
Bug#1 - the image card and description are not retrieved for @cseUSF - Don't know if this is important but I just discovered that the card images, description and summary is not retrieved for @cseUSF account. @cseUSF is not that important but don't want it happening for important accounts. Observed: ![Screenshot from 2020-12-15 10-31-23](https://user-images.githubusercontent.com/14941766/102236073-0cd79f80-3ec1-11eb-8ace-8c9a4f86e4a7.png) Needed: ![Screenshot from 2020-12-15 10-32-03](https://user-images.githubusercontent.com/14941766/102236144-22e56000-3ec1-11eb-8008-5b297c2b8e6c.png)
non_design
bug the image card and description are not retrieved for cseusf don t know if this is important but i just discovered that the card images description and summary is not retrieved for cseusf account cseusf is not that important but don t want it happening for important accounts observed needed
0
77,250
9,552,925,592
IssuesEvent
2019-05-02 17:54:51
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Warn if `[EnumeratorCancellation]` is specified on two parameters?
Area-Compilers Area-Language Design New Feature - Async Streams
`static async System.Collections.Generic.IAsyncEnumerable<int> Iter(int value, [DefaultCancellation] CancellationToken token1, [DefaultCancellation] CancellationToken token2)` Relates to https://github.com/dotnet/roslyn/pull/35121 (PR implementing the attribute) Relates to https://github.com/dotnet/roslyn/issues/24037 (umbrella for async-streams)
1.0
Warn if `[EnumeratorCancellation]` is specified on two parameters? - `static async System.Collections.Generic.IAsyncEnumerable<int> Iter(int value, [DefaultCancellation] CancellationToken token1, [DefaultCancellation] CancellationToken token2)` Relates to https://github.com/dotnet/roslyn/pull/35121 (PR implementing the attribute) Relates to https://github.com/dotnet/roslyn/issues/24037 (umbrella for async-streams)
design
warn if is specified on two parameters static async system collections generic iasyncenumerable iter int value cancellationtoken cancellationtoken relates to pr implementing the attribute relates to umbrella for async streams
1
264,069
28,105,368,310
IssuesEvent
2023-03-30 23:50:03
kyverno/kyverno
https://api.github.com/repos/kyverno/kyverno
opened
Sign Helm chart
enhancement helm security
### Problem Statement Helm charts are not signed. ### Solution Description Sign all official Helm charts. ### Alternatives _No response_ ### Additional Context _No response_ ### Slack discussion _No response_ ### Research - [X] I have read and followed the documentation AND the [troubleshooting guide](https://kyverno.io/docs/troubleshooting/). - [X] I have searched other issues in this repository and mine is not recorded.
True
Sign Helm chart - ### Problem Statement Helm charts are not signed. ### Solution Description Sign all official Helm charts. ### Alternatives _No response_ ### Additional Context _No response_ ### Slack discussion _No response_ ### Research - [X] I have read and followed the documentation AND the [troubleshooting guide](https://kyverno.io/docs/troubleshooting/). - [X] I have searched other issues in this repository and mine is not recorded.
non_design
sign helm chart problem statement helm charts are not signed solution description sign all official helm charts alternatives no response additional context no response slack discussion no response research i have read and followed the documentation and the i have searched other issues in this repository and mine is not recorded
0
89,372
11,218,775,115
IssuesEvent
2020-01-07 12:21:22
toggl/mobileapp
https://api.github.com/repos/toggl/mobileapp
closed
Add long press hint on Android
android needs-design
The start time entry button on the main view has two modes: normal mode as defined by the user preferences when tapping and alternate mode when long pressing. The problem is this feature is not really easy to find unless you know it's there. We we'll probably need to add some kind of animation to make it clear to the user. There's a current discussion here: https://toggl.slack.com/archives/CMB9FDE5D/p1565778022020100
1.0
Add long press hint on Android - The start time entry button on the main view has two modes: normal mode as defined by the user preferences when tapping and alternate mode when long pressing. The problem is this feature is not really easy to find unless you know it's there. We we'll probably need to add some kind of animation to make it clear to the user. There's a current discussion here: https://toggl.slack.com/archives/CMB9FDE5D/p1565778022020100
design
add long press hint on android the start time entry button on the main view has two modes normal mode as defined by the user preferences when tapping and alternate mode when long pressing the problem is this feature is not really easy to find unless you know it s there we we ll probably need to add some kind of animation to make it clear to the user there s a current discussion here
1
201,937
7,042,616,076
IssuesEvent
2017-12-30 15:41:07
mit-cml/appinventor-sources
https://api.github.com/repos/mit-cml/appinventor-sources
opened
Notifier title bar missing
affects: ucr bug issue: accepted priority: medium status: forum
[From the forum](https://groups.google.com/d/msg/mitappinventortest/ri4RrHxTrIw/rerSpLIqBwAJ): With themes the notifier title bar has disappeared on newer Android releases. Check that the Notifier sets the right android.R.style to support newer Android versions.
1.0
Notifier title bar missing - [From the forum](https://groups.google.com/d/msg/mitappinventortest/ri4RrHxTrIw/rerSpLIqBwAJ): With themes the notifier title bar has disappeared on newer Android releases. Check that the Notifier sets the right android.R.style to support newer Android versions.
non_design
notifier title bar missing with themes the notifier title bar has disappeared on newer android releases check that the notifier sets the right android r style to support newer android versions
0
83,906
10,450,984,022
IssuesEvent
2019-09-19 11:51:48
fac-17/FFFF
https://api.github.com/repos/fac-17/FFFF
closed
Padding for message text on results page
design
The text is currently really close to the edge on mobile Add some padding either side.
1.0
Padding for message text on results page - The text is currently really close to the edge on mobile Add some padding either side.
design
padding for message text on results page the text is currently really close to the edge on mobile add some padding either side
1
135,601
19,602,627,349
IssuesEvent
2022-01-06 04:19:34
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Alt + Click to open (or follow) the link
*as-designed
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- 🔧 Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.63.2 - OS Version: Linux Mint 20.2 Steps to Reproduce: 1. Go to terminal and type `echo "https://www.google.com"` 2. Press Alt along with left key of the mouse. The url doesn't open. Instead File Menu in the Menu bar becomes active. I could not find any settings to change this behavior. May be this is a bug? Same behavior happens, when markdown reference links in a document is clicked, the File menu becomes active instead of following the link.
1.0
Alt + Click to open (or follow) the link - <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- 🔧 Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.63.2 - OS Version: Linux Mint 20.2 Steps to Reproduce: 1. Go to terminal and type `echo "https://www.google.com"` 2. Press Alt along with left key of the mouse. The url doesn't open. Instead File Menu in the Menu bar becomes active. I could not find any settings to change this behavior. May be this is a bug? Same behavior happens, when markdown reference links in a document is clicked, the File menu becomes active instead of following the link.
design
alt click to open or follow the link does this issue occur when all extensions are disabled yes no report issue dialog can assist with this vs code version os version linux mint steps to reproduce go to terminal and type echo press alt along with left key of the mouse the url doesn t open instead file menu in the menu bar becomes active i could not find any settings to change this behavior may be this is a bug same behavior happens when markdown reference links in a document is clicked the file menu becomes active instead of following the link
1
315,266
9,608,297,056
IssuesEvent
2019-05-12 04:39:22
sopel-irc/sopel
https://api.github.com/repos/sopel-irc/sopel
opened
Make config settings able to declare themselves private/protected
Feature Long-term Planning Medium Priority Tracking
There are a lot of things stored in Sopel's config object. Some of them are passwords or other sensitive strings (OAuth secrets, sensitive API keys) that should be kept out of IRC logs "just in case", and not shown in full even to the bot's owner. Others are access-control devices—the `core.owner` setting and its friends come to mind. These settings are OK to read, but should not be changeable at runtime. This issue is a good place to start designing how this kind of thing will work at the API level. I'll work on fleshing out some ideas I have on the subject before sharing them in full, but others should feel free to chime in at any time! Related: #1571, #1587, #1599; probably others
1.0
Make config settings able to declare themselves private/protected - There are a lot of things stored in Sopel's config object. Some of them are passwords or other sensitive strings (OAuth secrets, sensitive API keys) that should be kept out of IRC logs "just in case", and not shown in full even to the bot's owner. Others are access-control devices—the `core.owner` setting and its friends come to mind. These settings are OK to read, but should not be changeable at runtime. This issue is a good place to start designing how this kind of thing will work at the API level. I'll work on fleshing out some ideas I have on the subject before sharing them in full, but others should feel free to chime in at any time! Related: #1571, #1587, #1599; probably others
non_design
make config settings able to declare themselves private protected there are a lot of things stored in sopel s config object some of them are passwords or other sensitive strings oauth secrets sensitive api keys that should be kept out of irc logs just in case and not shown in full even to the bot s owner others are access control devices—the core owner setting and its friends come to mind these settings are ok to read but should not be changeable at runtime this issue is a good place to start designing how this kind of thing will work at the api level i ll work on fleshing out some ideas i have on the subject before sharing them in full but others should feel free to chime in at any time related probably others
0
105,427
13,184,463,338
IssuesEvent
2020-08-12 19:27:49
visualmanipulator/visualmanipulator.github.io
https://api.github.com/repos/visualmanipulator/visualmanipulator.github.io
opened
Maus Icon erstellen
design
- [ ] Hover - [ ] default (nichts gemacht) - [ ] zoom (gallerie) svg Datei
1.0
Maus Icon erstellen - - [ ] Hover - [ ] default (nichts gemacht) - [ ] zoom (gallerie) svg Datei
design
maus icon erstellen hover default nichts gemacht zoom gallerie svg datei
1
89,799
11,287,184,467
IssuesEvent
2020-01-16 03:25:37
cylc/cylc-ui
https://api.github.com/repos/cylc/cylc-ui
closed
footer
Design question
What shall we do with the Footer component? At present it reduces the space available for the workflow component. This information isn't that important to most users so we could hide it away a bit. Options: * [x] Make it a sticky-footer in the GScan window. *(from comments elsewhere this looks like the most popular option)* * [ ] Move it to an information button or about menu. * [ ] Move it into the dashboard. * [ ] Something else? **Pull requests welcome!** <!-- This is an Open Source project - please consider contributing code yourself (please read `CONTRIBUTING.md` before starting any work though). -->
1.0
footer - What shall we do with the Footer component? At present it reduces the space available for the workflow component. This information isn't that important to most users so we could hide it away a bit. Options: * [x] Make it a sticky-footer in the GScan window. *(from comments elsewhere this looks like the most popular option)* * [ ] Move it to an information button or about menu. * [ ] Move it into the dashboard. * [ ] Something else? **Pull requests welcome!** <!-- This is an Open Source project - please consider contributing code yourself (please read `CONTRIBUTING.md` before starting any work though). -->
design
footer what shall we do with the footer component at present it reduces the space available for the workflow component this information isn t that important to most users so we could hide it away a bit options make it a sticky footer in the gscan window from comments elsewhere this looks like the most popular option move it to an information button or about menu move it into the dashboard something else pull requests welcome this is an open source project please consider contributing code yourself please read contributing md before starting any work though
1
163,940
25,898,169,454
IssuesEvent
2022-12-15 01:26:18
ubclaunchpad/Essentially
https://api.github.com/repos/ubclaunchpad/Essentially
closed
Hover box: Reference Design
Extension Design
Hover box panel design for reference. the reference is a Wikipedia search. please do a quick research on what the data can look like and have two designs, one for no results and one for a wikipage ## Acceptance criteria - reference panel design - reference panel design with data - reference panel design with no data (no results)
1.0
Hover box: Reference Design - Hover box panel design for reference. the reference is a Wikipedia search. please do a quick research on what the data can look like and have two designs, one for no results and one for a wikipage ## Acceptance criteria - reference panel design - reference panel design with data - reference panel design with no data (no results)
design
hover box reference design hover box panel design for reference the reference is a wikipedia search please do a quick research on what the data can look like and have two designs one for no results and one for a wikipage acceptance criteria reference panel design reference panel design with data reference panel design with no data no results
1
14,287
3,390,472,623
IssuesEvent
2015-11-30 10:49:47
sadikovi/octohaven
https://api.github.com/repos/sadikovi/octohaven
closed
[OCTO-38] Add more explicit keyspace separation
enhancement test
Currently keyspaces are named without checking that keyspace has already been registered by some other module, e.g `ALL_JOBS_KEY = "ALL"`, or `TIMETABLE_ACTIVE = "ACTIVE"`. Should add this check.
1.0
[OCTO-38] Add more explicit keyspace separation - Currently keyspaces are named without checking that keyspace has already been registered by some other module, e.g `ALL_JOBS_KEY = "ALL"`, or `TIMETABLE_ACTIVE = "ACTIVE"`. Should add this check.
non_design
add more explicit keyspace separation currently keyspaces are named without checking that keyspace has already been registered by some other module e g all jobs key all or timetable active active should add this check
0
360,131
10,684,544,922
IssuesEvent
2019-10-22 10:43:01
AY1920S1-CS2113T-W17-3/main
https://api.github.com/repos/AY1920S1-CS2113T-W17-3/main
closed
As an existing user, I can edit recurring expenditure
priority.Medium type.Story
So that I can amend the recurring expenses.
1.0
As an existing user, I can edit recurring expenditure - So that I can amend the recurring expenses.
non_design
as an existing user i can edit recurring expenditure so that i can amend the recurring expenses
0
178,520
29,867,017,996
IssuesEvent
2023-06-20 05:19:43
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Feature]: Chromatic integration in design system
Enhancement Design System Pod
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Implement chromatic in design system workflow. ### Why should this be worked on? This will help in automatic visual and interaction test in storybook.
1.0
[Feature]: Chromatic integration in design system - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Implement chromatic in design system workflow. ### Why should this be worked on? This will help in automatic visual and interaction test in storybook.
design
chromatic integration in design system is there an existing issue for this i have searched the existing issues summary implement chromatic in design system workflow why should this be worked on this will help in automatic visual and interaction test in storybook
1
376,396
11,146,301,347
IssuesEvent
2019-12-23 09:20:28
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
support.mozilla.org - see bug description
browser-fenix engine-gecko priority-important
<!-- @browser: Firefox Mobile 73.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:73.0) Gecko/73.0 Firefox/73.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-fenix --> **URL**: https://support.mozilla.org/en-US/questions/thunderbird **Browser / Version**: Firefox Mobile 73.0 **Operating System**: Android **Tested Another Browser**: Yes **Problem type**: Something else **Description**: advertisments **Steps to Reproduce**: Turning off and still on <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> Submitted in the name of `@BebeJJ` _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
support.mozilla.org - see bug description - <!-- @browser: Firefox Mobile 73.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:73.0) Gecko/73.0 Firefox/73.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-fenix --> **URL**: https://support.mozilla.org/en-US/questions/thunderbird **Browser / Version**: Firefox Mobile 73.0 **Operating System**: Android **Tested Another Browser**: Yes **Problem type**: Something else **Description**: advertisments **Steps to Reproduce**: Turning off and still on <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> Submitted in the name of `@BebeJJ` _From [webcompat.com](https://webcompat.com/) with ❤️_
non_design
support mozilla org see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description advertisments steps to reproduce turning off and still on browser configuration none submitted in the name of bebejj from with ❤️
0
84,717
10,555,749,005
IssuesEvent
2019-10-03 22:52:55
mdn/sprints
https://api.github.com/repos/mdn/sprints
closed
Design for sidebar navigation improvements on mobile devices
Design
# User story As a user, I want to be able to easily navigate MDN on my mobile device, so that I can access the information I need wherever I am. # Acceptance criteria - [x] Revise "On this page" links location and design for mobile - [x] Revise "Related topics"/sidebar links design for mobile # Tasks # Design **InVision** Reference Page: https://mozilla.invisionapp.com/share/UETT54FKXRJ#/382724021_reference_-_Mobile Article Menu: https://mozilla.invisionapp.com/share/UETT54FKXRJ#/382724020_reference_-_Mobile_-article_Menu- Article Menu - Related Topics: https://mozilla.invisionapp.com/share/UETT54FKXRJ#/382786356_reference_-_Mobile_-article_Menu_-_Related_Topics- Article Menu - Related Topics - Expanded: https://mozilla.invisionapp.com/share/UETT54FKXRJ#/382788017_reference_-_Mobile_-article_Menu_-_Related_Topics_-_Expanded-
1.0
Design for sidebar navigation improvements on mobile devices - # User story As a user, I want to be able to easily navigate MDN on my mobile device, so that I can access the information I need wherever I am. # Acceptance criteria - [x] Revise "On this page" links location and design for mobile - [x] Revise "Related topics"/sidebar links design for mobile # Tasks # Design **InVision** Reference Page: https://mozilla.invisionapp.com/share/UETT54FKXRJ#/382724021_reference_-_Mobile Article Menu: https://mozilla.invisionapp.com/share/UETT54FKXRJ#/382724020_reference_-_Mobile_-article_Menu- Article Menu - Related Topics: https://mozilla.invisionapp.com/share/UETT54FKXRJ#/382786356_reference_-_Mobile_-article_Menu_-_Related_Topics- Article Menu - Related Topics - Expanded: https://mozilla.invisionapp.com/share/UETT54FKXRJ#/382788017_reference_-_Mobile_-article_Menu_-_Related_Topics_-_Expanded-
design
design for sidebar navigation improvements on mobile devices user story as a user i want to be able to easily navigate mdn on my mobile device so that i can access the information i need wherever i am acceptance criteria revise on this page links location and design for mobile revise related topics sidebar links design for mobile tasks design invision reference page article menu article menu related topics article menu related topics expanded
1
742,708
25,866,991,741
IssuesEvent
2022-12-13 21:51:08
CanberraOceanRacingClub/namadgi3
https://api.github.com/repos/CanberraOceanRacingClub/namadgi3
closed
Install bungy cord for securing lazarette door
Priority_1 Working bee
Installing a bungy cord will if used prevent the lazarette door from falling down and potentially injuring a crew member.
1.0
Install bungy cord for securing lazarette door - Installing a bungy cord will if used prevent the lazarette door from falling down and potentially injuring a crew member.
non_design
install bungy cord for securing lazarette door installing a bungy cord will if used prevent the lazarette door from falling down and potentially injuring a crew member
0
160,871
20,120,314,700
IssuesEvent
2022-02-08 01:06:52
AkshayMukkavilli/Tensorflow
https://api.github.com/repos/AkshayMukkavilli/Tensorflow
opened
CVE-2022-23580 (Medium) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2022-23580 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/d2/ea/ab2c8c0e81bd051cc1180b104c75a865ab0fc66c89be992c4b20bbf6d624/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/d2/ea/ab2c8c0e81bd051cc1180b104c75a865ab0fc66c89be992c4b20bbf6d624/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: /Tensorflow/src/requirements.txt</p> <p>Path to vulnerable library: /teSource-ArchiveExtractor_5ea86033-7612-4210-97f3-8edb65806ddf/20190525011619_2843/20190525011537_depth_0/2/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64/tensorflow-1.13.1.data/purelib/tensorflow</p> <p> Dependency Hierarchy: - :x: **tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Tensorflow is an Open Source Machine Learning Framework. During shape inference, TensorFlow can allocate a large vector based on a value from a tensor controlled by the user. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range. <p>Publish Date: 2022-02-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23580>CVE-2022-23580</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - 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://github.com/tensorflow/tensorflow/security/advisories/GHSA-627q-g293-49q7">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-627q-g293-49q7</a></p> <p>Release Date: 2022-02-04</p> <p>Fix Resolution: tensorflow - 2.5.3,2.6.3,2.7.1,2.8.0;tensorflow-cpu - 2.5.3,2.6.3,2.7.1,2.8.0;tensorflow-gpu - 2.5.3,2.6.3,2.7.1,2.8.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-2022-23580 (Medium) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2022-23580 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/d2/ea/ab2c8c0e81bd051cc1180b104c75a865ab0fc66c89be992c4b20bbf6d624/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/d2/ea/ab2c8c0e81bd051cc1180b104c75a865ab0fc66c89be992c4b20bbf6d624/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: /Tensorflow/src/requirements.txt</p> <p>Path to vulnerable library: /teSource-ArchiveExtractor_5ea86033-7612-4210-97f3-8edb65806ddf/20190525011619_2843/20190525011537_depth_0/2/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64/tensorflow-1.13.1.data/purelib/tensorflow</p> <p> Dependency Hierarchy: - :x: **tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Tensorflow is an Open Source Machine Learning Framework. During shape inference, TensorFlow can allocate a large vector based on a value from a tensor controlled by the user. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range. <p>Publish Date: 2022-02-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23580>CVE-2022-23580</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - 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://github.com/tensorflow/tensorflow/security/advisories/GHSA-627q-g293-49q7">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-627q-g293-49q7</a></p> <p>Release Date: 2022-02-04</p> <p>Fix Resolution: tensorflow - 2.5.3,2.6.3,2.7.1,2.8.0;tensorflow-cpu - 2.5.3,2.6.3,2.7.1,2.8.0;tensorflow-gpu - 2.5.3,2.6.3,2.7.1,2.8.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_design
cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file tensorflow src requirements txt path to vulnerable library tesource archiveextractor depth tensorflow tensorflow data purelib tensorflow dependency hierarchy x tensorflow whl vulnerable library vulnerability details tensorflow is an open source machine learning framework during shape inference tensorflow can allocate a large vector based on a value from a tensor controlled by the user the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range publish date url a href cvss score details base score metrics exploitability metrics attack vector network 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 tensorflow tensorflow cpu tensorflow gpu step up your open source security game with whitesource
0
398,992
11,742,583,219
IssuesEvent
2020-03-12 01:19:47
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
latest docker tag is not a stable build
priority: low technical change
In GitLab by @joren485 on Dec 14, 2018, 16:08 <!-- This template is for changes that do not affect the behaviour of the website. Examples: * Changes in CI * Refactoring of code * Technicie-facing documentation --> ### One-sentence description <!-- Please provide a brief description of the issue. Don't go into specifics. --> The `latest` docker tag should be a stable build. ### Why? <!-- Please motivate why we should invest into this change --> The `latest` docker tag is the last pushed commit to any MR. It is better if `latest` is the last stable build (last git tag). ### Current implementation <!-- If relevant, describe how it's done currently --> The `latest` docker tag is the last pushed commit. ### Suggested implementation <!-- Provide (a) suggestion(s) for how we could approach this --> Only push to `latest` if a git tag is build.
1.0
latest docker tag is not a stable build - In GitLab by @joren485 on Dec 14, 2018, 16:08 <!-- This template is for changes that do not affect the behaviour of the website. Examples: * Changes in CI * Refactoring of code * Technicie-facing documentation --> ### One-sentence description <!-- Please provide a brief description of the issue. Don't go into specifics. --> The `latest` docker tag should be a stable build. ### Why? <!-- Please motivate why we should invest into this change --> The `latest` docker tag is the last pushed commit to any MR. It is better if `latest` is the last stable build (last git tag). ### Current implementation <!-- If relevant, describe how it's done currently --> The `latest` docker tag is the last pushed commit. ### Suggested implementation <!-- Provide (a) suggestion(s) for how we could approach this --> Only push to `latest` if a git tag is build.
non_design
latest docker tag is not a stable build in gitlab by on dec this template is for changes that do not affect the behaviour of the website examples changes in ci refactoring of code technicie facing documentation one sentence description the latest docker tag should be a stable build why the latest docker tag is the last pushed commit to any mr it is better if latest is the last stable build last git tag current implementation the latest docker tag is the last pushed commit suggested implementation only push to latest if a git tag is build
0
46,575
11,858,699,069
IssuesEvent
2020-03-25 11:58:46
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
closed
Mac with Safari /firefox : Offer Letter : Download icon is missing to display in offer letter screen
Beta Release #5 Build#2 Candidate Module Defect Offer Letter P3
Steps To Replicate : 1.Launch the URL 2.Sign in as Candidate 3.Navigate to “Introduction” Page 4.Click on “Get Started” 5.Navigate to “Offer Letter” screen Experienced Behavior : Observed that download icon is missing to display in offer letter screen when check with safari browsers (Refer Screen Shot) Expected Behavior : Ensure that download icon should be displayed in offer letter screen In Chrome browser it is displaying download icon to download offer letter ![Chrome Offer Letter](https://user-images.githubusercontent.com/31955617/61128394-60290f80-a4cf-11e9-953b-25249cbbcae4.png) In safari browser it is not displaying download icon to download offer letter ![Safri Offer Letter](https://user-images.githubusercontent.com/31955617/61128468-8babfa00-a4cf-11e9-9338-a4df1fbb76f6.png)
1.0
Mac with Safari /firefox : Offer Letter : Download icon is missing to display in offer letter screen - Steps To Replicate : 1.Launch the URL 2.Sign in as Candidate 3.Navigate to “Introduction” Page 4.Click on “Get Started” 5.Navigate to “Offer Letter” screen Experienced Behavior : Observed that download icon is missing to display in offer letter screen when check with safari browsers (Refer Screen Shot) Expected Behavior : Ensure that download icon should be displayed in offer letter screen In Chrome browser it is displaying download icon to download offer letter ![Chrome Offer Letter](https://user-images.githubusercontent.com/31955617/61128394-60290f80-a4cf-11e9-953b-25249cbbcae4.png) In safari browser it is not displaying download icon to download offer letter ![Safri Offer Letter](https://user-images.githubusercontent.com/31955617/61128468-8babfa00-a4cf-11e9-9338-a4df1fbb76f6.png)
non_design
mac with safari firefox offer letter download icon is missing to display in offer letter screen steps to replicate launch the url sign in as candidate navigate to “introduction” page click on “get started” navigate to “offer letter” screen experienced behavior observed that download icon is missing to display in offer letter screen when check with safari browsers refer screen shot expected behavior ensure that download icon should be displayed in offer letter screen in chrome browser it is displaying download icon to download offer letter in safari browser it is not displaying download icon to download offer letter
0
74,691
9,105,124,216
IssuesEvent
2019-02-20 19:56:38
Opentrons/opentrons
https://api.github.com/repos/Opentrons/opentrons
opened
PD Bugs: Inner mix fields should conditionally be cleared when changing path
bug protocol designer
In new flex step: Right now as of 12fe7881676ea3b2624b329db482048b0f2019c4 the inner mix fields disable correctly, but are not cleared. If the field would be disabled by a path change, it should be cleared: Changing path to multiDispense: clear "mix after dispense" Changing path to multiAspirate: clear "mix before aspirate" Changing path to single: all ok, don't need to clear inner mixes
1.0
PD Bugs: Inner mix fields should conditionally be cleared when changing path - In new flex step: Right now as of 12fe7881676ea3b2624b329db482048b0f2019c4 the inner mix fields disable correctly, but are not cleared. If the field would be disabled by a path change, it should be cleared: Changing path to multiDispense: clear "mix after dispense" Changing path to multiAspirate: clear "mix before aspirate" Changing path to single: all ok, don't need to clear inner mixes
design
pd bugs inner mix fields should conditionally be cleared when changing path in new flex step right now as of the inner mix fields disable correctly but are not cleared if the field would be disabled by a path change it should be cleared changing path to multidispense clear mix after dispense changing path to multiaspirate clear mix before aspirate changing path to single all ok don t need to clear inner mixes
1
169,647
26,836,127,208
IssuesEvent
2023-02-02 19:40:03
apache/superset
https://api.github.com/repos/apache/superset
closed
[Design]Import chart/dashboard UI icon is misleading
inactive need:design-review
## Screenshot ![image](https://user-images.githubusercontent.com/13034472/113347164-b0dc3e00-932c-11eb-9ab9-3aa992a605a0.png) ## Description Superset uses a "download" type icon for importing chart/dashboard. Problem is compounded by the absence of text next to the icon, as seen for creating a chart immediately to the left of it. Instead of using a "download" icon (https://fontawesome.com/icons?d=gallery&p=2&q=download), Superset should be using either an "upload" icon (https://fontawesome.com/icons?d=gallery&p=2&q=upload) or an "import" icon (https://fontawesome.com/icons?d=gallery&p=2&q=import). Adding a text label should be considered as well.
1.0
[Design]Import chart/dashboard UI icon is misleading - ## Screenshot ![image](https://user-images.githubusercontent.com/13034472/113347164-b0dc3e00-932c-11eb-9ab9-3aa992a605a0.png) ## Description Superset uses a "download" type icon for importing chart/dashboard. Problem is compounded by the absence of text next to the icon, as seen for creating a chart immediately to the left of it. Instead of using a "download" icon (https://fontawesome.com/icons?d=gallery&p=2&q=download), Superset should be using either an "upload" icon (https://fontawesome.com/icons?d=gallery&p=2&q=upload) or an "import" icon (https://fontawesome.com/icons?d=gallery&p=2&q=import). Adding a text label should be considered as well.
design
import chart dashboard ui icon is misleading screenshot description superset uses a download type icon for importing chart dashboard problem is compounded by the absence of text next to the icon as seen for creating a chart immediately to the left of it instead of using a download icon superset should be using either an upload icon or an import icon adding a text label should be considered as well
1
66,636
8,035,761,057
IssuesEvent
2018-07-30 06:36:26
Nucliam/RPG-project
https://api.github.com/repos/Nucliam/RPG-project
closed
User input Method
Form Design help wanted
The means by which the program user will tell the program to do > blank, and navigate potential options.
1.0
User input Method - The means by which the program user will tell the program to do > blank, and navigate potential options.
design
user input method the means by which the program user will tell the program to do blank and navigate potential options
1
135,191
19,523,474,851
IssuesEvent
2021-12-30 00:24:54
microsoft/pyright
https://api.github.com/repos/microsoft/pyright
closed
Incorrect type inference when unpacking in square brackets
as designed
# Code ```py things = [1, 2, 3, 4, 5] [x, *xs] = things reveal_type(x) reveal_type(xs) (y, *ys) = things reveal_type(y) reveal_type(ys) ``` # Issue `ys` is inferred correctly as `list[int]`, but `xs` is inferred as `int`. `xs` should've been inferred as `list[int]`
1.0
Incorrect type inference when unpacking in square brackets - # Code ```py things = [1, 2, 3, 4, 5] [x, *xs] = things reveal_type(x) reveal_type(xs) (y, *ys) = things reveal_type(y) reveal_type(ys) ``` # Issue `ys` is inferred correctly as `list[int]`, but `xs` is inferred as `int`. `xs` should've been inferred as `list[int]`
design
incorrect type inference when unpacking in square brackets code py things things reveal type x reveal type xs y ys things reveal type y reveal type ys issue ys is inferred correctly as list but xs is inferred as int xs should ve been inferred as list
1
8,359
3,727,107,210
IssuesEvent
2016-03-06 02:21:40
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Postgres needs to support Contacts in a sane way
3 - Code Review
Generally, contacts is JSON and could be parsed using Postgres JSON stuff into views. This would be broken down into a view for CHPs, a view for patients, a view for this or that other kind of contact. However, it sounds like LG will need to add extra data for CHPs (if not other sorts of contacts), which would be best facilitated by making and populating a table. This would be node work. Alternatively, make views of contacts could work if there is a table with primary key of UUID for storing only extra parameters. Then create a secondary view which combines this or that contacts view with the extra table information. This is unique to 0.6 / LG, so there shouldn't be much for backwards compatibility considerations. Ideally this is done by Feb 15, but realistically it must be done by Feb 19.
1.0
Postgres needs to support Contacts in a sane way - Generally, contacts is JSON and could be parsed using Postgres JSON stuff into views. This would be broken down into a view for CHPs, a view for patients, a view for this or that other kind of contact. However, it sounds like LG will need to add extra data for CHPs (if not other sorts of contacts), which would be best facilitated by making and populating a table. This would be node work. Alternatively, make views of contacts could work if there is a table with primary key of UUID for storing only extra parameters. Then create a secondary view which combines this or that contacts view with the extra table information. This is unique to 0.6 / LG, so there shouldn't be much for backwards compatibility considerations. Ideally this is done by Feb 15, but realistically it must be done by Feb 19.
non_design
postgres needs to support contacts in a sane way generally contacts is json and could be parsed using postgres json stuff into views this would be broken down into a view for chps a view for patients a view for this or that other kind of contact however it sounds like lg will need to add extra data for chps if not other sorts of contacts which would be best facilitated by making and populating a table this would be node work alternatively make views of contacts could work if there is a table with primary key of uuid for storing only extra parameters then create a secondary view which combines this or that contacts view with the extra table information this is unique to lg so there shouldn t be much for backwards compatibility considerations ideally this is done by feb but realistically it must be done by feb
0
129,393
17,777,481,101
IssuesEvent
2021-08-30 21:16:54
HathorNetwork/hathor-explorer-service
https://api.github.com/repos/HathorNetwork/hathor-explorer-service
opened
[Design] Token Metadata API
design
- Feature Name: metadata_api - Start Date: 2021-07-13 - RFC PR: (leave this empty) - Hathor Issue: (leave this empty) - Author: Giovane Costa <gigio.coder@gmail.com> # Summary [summary]: #summary Metadata APi will provide metadata information about Hathor Network Entities. It will start with Transactions and Tokens # Motivation [motivation]: #motivation We need to have some data about Hathor Network Entities that can't be stored on the blockchain. So, we store somewhere else and retrieve them through MetadataAPI # Guide-level explanation [guide-level-explanation]: #guide-level-explanation Information will be stored in S3 in format `(token|transaction)/[id_hash].json` inside the metadata bucket. A request made to the API passing `id` and `type` will retrieve the information or `404` if not found. # Reference-level explanation [reference-level-explanation]: #reference-level-explanation **Endpoint:** GET `/metadata/:type/:id` return `200` | `404` `metadata-handler` return the stored data ``` { "id": string, "type": string, "data": object } ``` # Drawbacks [drawbacks]: #drawbacks We still store data manually in S3. It would be good to have a better way to do it, like a CMS or something like that. # Rationale and alternatives [rationale-and-alternatives]: #rationale-and-alternatives Store in S3 in JSON format was the fastest we could do when we needed to have metadata for Token. We could store in a database too. # Unresolved questions [unresolved-questions]: #unresolved-questions Every entity that potentialy have some metadata will make a request and only a few will have, so, the massive majority of requests will return `404`. # Future possibilities [future-possibilities]: #future-possibilities We can store it in a database and have some tool to manage it like a CMS.
1.0
[Design] Token Metadata API - - Feature Name: metadata_api - Start Date: 2021-07-13 - RFC PR: (leave this empty) - Hathor Issue: (leave this empty) - Author: Giovane Costa <gigio.coder@gmail.com> # Summary [summary]: #summary Metadata APi will provide metadata information about Hathor Network Entities. It will start with Transactions and Tokens # Motivation [motivation]: #motivation We need to have some data about Hathor Network Entities that can't be stored on the blockchain. So, we store somewhere else and retrieve them through MetadataAPI # Guide-level explanation [guide-level-explanation]: #guide-level-explanation Information will be stored in S3 in format `(token|transaction)/[id_hash].json` inside the metadata bucket. A request made to the API passing `id` and `type` will retrieve the information or `404` if not found. # Reference-level explanation [reference-level-explanation]: #reference-level-explanation **Endpoint:** GET `/metadata/:type/:id` return `200` | `404` `metadata-handler` return the stored data ``` { "id": string, "type": string, "data": object } ``` # Drawbacks [drawbacks]: #drawbacks We still store data manually in S3. It would be good to have a better way to do it, like a CMS or something like that. # Rationale and alternatives [rationale-and-alternatives]: #rationale-and-alternatives Store in S3 in JSON format was the fastest we could do when we needed to have metadata for Token. We could store in a database too. # Unresolved questions [unresolved-questions]: #unresolved-questions Every entity that potentialy have some metadata will make a request and only a few will have, so, the massive majority of requests will return `404`. # Future possibilities [future-possibilities]: #future-possibilities We can store it in a database and have some tool to manage it like a CMS.
design
token metadata api feature name metadata api start date rfc pr leave this empty hathor issue leave this empty author giovane costa summary summary metadata api will provide metadata information about hathor network entities it will start with transactions and tokens motivation motivation we need to have some data about hathor network entities that can t be stored on the blockchain so we store somewhere else and retrieve them through metadataapi guide level explanation guide level explanation information will be stored in in format token transaction json inside the metadata bucket a request made to the api passing id and type will retrieve the information or if not found reference level explanation reference level explanation endpoint get metadata type id return metadata handler return the stored data id string type string data object drawbacks drawbacks we still store data manually in it would be good to have a better way to do it like a cms or something like that rationale and alternatives rationale and alternatives store in in json format was the fastest we could do when we needed to have metadata for token we could store in a database too unresolved questions unresolved questions every entity that potentialy have some metadata will make a request and only a few will have so the massive majority of requests will return future possibilities future possibilities we can store it in a database and have some tool to manage it like a cms
1
179,627
30,275,839,999
IssuesEvent
2023-07-07 19:33:00
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
Va-memorable-date property issues
vsp-design-system-team
## Issue Description A support request came in for a user who is having issues with the `invalid-day`, `invalid-month`, and `invalid-year` properties in the `va-memorable-date` web component. He has linked a demo where the issue can be seen here: https://codesandbox.io/s/bold-browser-xyct72?file=/src/App.js Original support request: https://dsva.slack.com/archives/CBU0KDSB1/p1688756886472779 --- ## Tasks - [ ] Fix the issue experienced in `va-memorable-date` ## Acceptance Criteria - [ ] The properties within `va-memorable-date` function properly --- ## How to configure this issue - [ ] **Attached to a Milestone** (when will this be completed?) - [ ] **Attached to an Epic** (what body of work is this a part of?) - [ ] **Labeled with Team** (`product support`, `analytics-insights`, `operations`, `service-design`, `Console-Services`, `tools-fe`) - [ ] **Labeled with Practice Area** (`backend`, `frontend`, `devops`, `design`, `research`, `product`, `ia`, `qa`, `analytics`, `contact center`, `research`, `accessibility`, `content`) - [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)
1.0
Va-memorable-date property issues - ## Issue Description A support request came in for a user who is having issues with the `invalid-day`, `invalid-month`, and `invalid-year` properties in the `va-memorable-date` web component. He has linked a demo where the issue can be seen here: https://codesandbox.io/s/bold-browser-xyct72?file=/src/App.js Original support request: https://dsva.slack.com/archives/CBU0KDSB1/p1688756886472779 --- ## Tasks - [ ] Fix the issue experienced in `va-memorable-date` ## Acceptance Criteria - [ ] The properties within `va-memorable-date` function properly --- ## How to configure this issue - [ ] **Attached to a Milestone** (when will this be completed?) - [ ] **Attached to an Epic** (what body of work is this a part of?) - [ ] **Labeled with Team** (`product support`, `analytics-insights`, `operations`, `service-design`, `Console-Services`, `tools-fe`) - [ ] **Labeled with Practice Area** (`backend`, `frontend`, `devops`, `design`, `research`, `product`, `ia`, `qa`, `analytics`, `contact center`, `research`, `accessibility`, `content`) - [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)
design
va memorable date property issues issue description a support request came in for a user who is having issues with the invalid day invalid month and invalid year properties in the va memorable date web component he has linked a demo where the issue can be seen here original support request tasks fix the issue experienced in va memorable date acceptance criteria the properties within va memorable date function properly how to configure this issue attached to a milestone when will this be completed attached to an epic what body of work is this a part of labeled with team product support analytics insights operations service design console services tools fe labeled with practice area backend frontend devops design research product ia qa analytics contact center research accessibility content labeled with type bug request discovery documentation etc
1
623,094
19,660,335,816
IssuesEvent
2022-01-10 16:24:04
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
Notification logic needs to be updated for Message Event.
bug priority-low Stale
**Describe the bug** We are showing two notification for Single Event. For eg. If any user receiving message then two notification will appear in the header area. One is on the Message icon and the second is in Bell icon. **To Reproduce** Steps to reproduce the behavior: https://www.loom.com/share/a2200698cd88471680689e0d7704632e **Expected behavior** It would be great if we show like Facebook. **Jira issue** : [PROD-960] **Screenshots** https://prnt.sc/qckpej [PROD-960]: https://buddyboss.atlassian.net/browse/PROD-960?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
Notification logic needs to be updated for Message Event. - **Describe the bug** We are showing two notification for Single Event. For eg. If any user receiving message then two notification will appear in the header area. One is on the Message icon and the second is in Bell icon. **To Reproduce** Steps to reproduce the behavior: https://www.loom.com/share/a2200698cd88471680689e0d7704632e **Expected behavior** It would be great if we show like Facebook. **Jira issue** : [PROD-960] **Screenshots** https://prnt.sc/qckpej [PROD-960]: https://buddyboss.atlassian.net/browse/PROD-960?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
non_design
notification logic needs to be updated for message event describe the bug we are showing two notification for single event for eg if any user receiving message then two notification will appear in the header area one is on the message icon and the second is in bell icon to reproduce steps to reproduce the behavior expected behavior it would be great if we show like facebook jira issue screenshots
0
69,299
8,392,258,390
IssuesEvent
2018-10-09 17:06:32
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Insert link: add named anchor links to the link suggestions when searching for links
Needs Design Feedback UI Components [Type] Enhancement
Hi! The anchor tool is pretty neat. I love the way the anchor name auto slugifies itself when typing. But when it come to make the link to the anchor, we assume than people knows than they have to write # + the name of the anchor It would be nice to add a suggestion in the URL component, something like this: ![anchor](https://user-images.githubusercontent.com/1785489/45161567-7e0d5000-b1ec-11e8-959f-2e75af4f4975.png) And adding back the post type of the suggestions (I'm dealing with many Post types and found this feature very useful in the previous editor) It may be more difficult to do it from page to another, but a first simple step would be to make it available to the current page yet. Or did I missed something ?
1.0
Insert link: add named anchor links to the link suggestions when searching for links - Hi! The anchor tool is pretty neat. I love the way the anchor name auto slugifies itself when typing. But when it come to make the link to the anchor, we assume than people knows than they have to write # + the name of the anchor It would be nice to add a suggestion in the URL component, something like this: ![anchor](https://user-images.githubusercontent.com/1785489/45161567-7e0d5000-b1ec-11e8-959f-2e75af4f4975.png) And adding back the post type of the suggestions (I'm dealing with many Post types and found this feature very useful in the previous editor) It may be more difficult to do it from page to another, but a first simple step would be to make it available to the current page yet. Or did I missed something ?
design
insert link add named anchor links to the link suggestions when searching for links hi the anchor tool is pretty neat i love the way the anchor name auto slugifies itself when typing but when it come to make the link to the anchor we assume than people knows than they have to write the name of the anchor it would be nice to add a suggestion in the url component something like this and adding back the post type of the suggestions i m dealing with many post types and found this feature very useful in the previous editor it may be more difficult to do it from page to another but a first simple step would be to make it available to the current page yet or did i missed something
1
231,276
25,499,097,230
IssuesEvent
2022-11-28 01:06:14
RG4421/node-clair-client
https://api.github.com/repos/RG4421/node-clair-client
opened
CVE-2022-24999 (Medium) detected in qs-6.5.1.tgz, qs-6.5.2.tgz
security vulnerability
## CVE-2022-24999 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>qs-6.5.1.tgz</b>, <b>qs-6.5.2.tgz</b></p></summary> <p> <details><summary><b>qs-6.5.1.tgz</b></p></summary> <p>A querystring parser that supports nesting and arrays, with a depth limit</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.5.1.tgz">https://registry.npmjs.org/qs/-/qs-6.5.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/express/node_modules/qs/package.json,/node_modules/body-parser/node_modules/qs/package.json</p> <p> Dependency Hierarchy: - express-4.16.3.tgz (Root Library) - :x: **qs-6.5.1.tgz** (Vulnerable Library) </details> <details><summary><b>qs-6.5.2.tgz</b></p></summary> <p>A querystring parser that supports nesting and arrays, with a depth limit</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.5.2.tgz">https://registry.npmjs.org/qs/-/qs-6.5.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/qs/package.json</p> <p> Dependency Hierarchy: - request-2.87.0.tgz (Root Library) - :x: **qs-6.5.2.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</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> qs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[__proto__]=b&a[__proto__]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 (and therefore Express 4.17.3, which has "deps: qs@6.9.7" in its release description, is not vulnerable). <p>Publish Date: 2022-11-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24999>CVE-2022-24999</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - 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.cve.org/CVERecord?id=CVE-2022-24999">https://www.cve.org/CVERecord?id=CVE-2022-24999</a></p> <p>Release Date: 2022-11-26</p> <p>Fix Resolution: qs - 6.2.4,6.3.3,6.4.1,6.5.3,6.6.1,6.7.3,6.8.3,6.9.7,6.10.3</p> </p> </details> <p></p>
True
CVE-2022-24999 (Medium) detected in qs-6.5.1.tgz, qs-6.5.2.tgz - ## CVE-2022-24999 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>qs-6.5.1.tgz</b>, <b>qs-6.5.2.tgz</b></p></summary> <p> <details><summary><b>qs-6.5.1.tgz</b></p></summary> <p>A querystring parser that supports nesting and arrays, with a depth limit</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.5.1.tgz">https://registry.npmjs.org/qs/-/qs-6.5.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/express/node_modules/qs/package.json,/node_modules/body-parser/node_modules/qs/package.json</p> <p> Dependency Hierarchy: - express-4.16.3.tgz (Root Library) - :x: **qs-6.5.1.tgz** (Vulnerable Library) </details> <details><summary><b>qs-6.5.2.tgz</b></p></summary> <p>A querystring parser that supports nesting and arrays, with a depth limit</p> <p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.5.2.tgz">https://registry.npmjs.org/qs/-/qs-6.5.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/qs/package.json</p> <p> Dependency Hierarchy: - request-2.87.0.tgz (Root Library) - :x: **qs-6.5.2.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</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> qs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[__proto__]=b&a[__proto__]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 (and therefore Express 4.17.3, which has "deps: qs@6.9.7" in its release description, is not vulnerable). <p>Publish Date: 2022-11-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24999>CVE-2022-24999</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - 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.cve.org/CVERecord?id=CVE-2022-24999">https://www.cve.org/CVERecord?id=CVE-2022-24999</a></p> <p>Release Date: 2022-11-26</p> <p>Fix Resolution: qs - 6.2.4,6.3.3,6.4.1,6.5.3,6.6.1,6.7.3,6.8.3,6.9.7,6.10.3</p> </p> </details> <p></p>
non_design
cve medium detected in qs tgz qs tgz cve medium severity vulnerability vulnerable libraries qs tgz qs tgz qs tgz a querystring parser that supports nesting and arrays with a depth limit library home page a href path to dependency file package json path to vulnerable library node modules express node modules qs package json node modules body parser node modules qs package json dependency hierarchy express tgz root library x qs tgz vulnerable library qs tgz a querystring parser that supports nesting and arrays with a depth limit library home page a href path to dependency file package json path to vulnerable library node modules qs package json dependency hierarchy request tgz root library x qs tgz vulnerable library found in base branch master vulnerability details qs before as used in express before and other products allows attackers to cause a node process hang for an express application because an proto key can be used in many typical express use cases an unauthenticated remote attacker can place the attack payload in the query string of the url that is used to visit the application such as a b a a the fix was backported to qs and and therefore express which has deps qs in its release description is not vulnerable publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required 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 qs
0
106,781
11,497,937,007
IssuesEvent
2020-02-12 10:57:40
matias-kovero/tarkov
https://api.github.com/repos/matias-kovero/tarkov
closed
Any experience with this error? Error: 228 RagFairBuyOffer
documentation
Error: 228 - RagFairBuyOffer: Item 5e42xxxxxxxxxxxxx has count 70800, you send 90000 This error happens after buying items and selling them. But only when i'm doing it for a couple of minutes at the beginning it does not happen. It has something to do with sending the wrong rouble count but I'm sending the right amount based on: {the offer}.requirementsCost.
1.0
Any experience with this error? Error: 228 RagFairBuyOffer - Error: 228 - RagFairBuyOffer: Item 5e42xxxxxxxxxxxxx has count 70800, you send 90000 This error happens after buying items and selling them. But only when i'm doing it for a couple of minutes at the beginning it does not happen. It has something to do with sending the wrong rouble count but I'm sending the right amount based on: {the offer}.requirementsCost.
non_design
any experience with this error error ragfairbuyoffer error ragfairbuyoffer item has count you send this error happens after buying items and selling them but only when i m doing it for a couple of minutes at the beginning it does not happen it has something to do with sending the wrong rouble count but i m sending the right amount based on the offer requirementscost
0
69,015
8,367,953,837
IssuesEvent
2018-10-04 13:39:21
sugarlabs/musicblocks
https://api.github.com/repos/sugarlabs/musicblocks
closed
Some of the icons that are white need to be changed to a darker color (given the light bg)
design
It took me a bit, for example, to find the exit icon for "display statistics" The search icon upon mouse hover is similarly invisible against the light background. There are probably others.
1.0
Some of the icons that are white need to be changed to a darker color (given the light bg) - It took me a bit, for example, to find the exit icon for "display statistics" The search icon upon mouse hover is similarly invisible against the light background. There are probably others.
design
some of the icons that are white need to be changed to a darker color given the light bg it took me a bit for example to find the exit icon for display statistics the search icon upon mouse hover is similarly invisible against the light background there are probably others
1
173,561
21,176,884,928
IssuesEvent
2022-04-08 01:33:38
tuanducdesign/Trello-Clone
https://api.github.com/repos/tuanducdesign/Trello-Clone
opened
CVE-2022-1233 (Medium) detected in urijs-1.19.2.tgz, urijs-1.19.5.tgz
security vulnerability
## CVE-2022-1233 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>urijs-1.19.2.tgz</b>, <b>urijs-1.19.5.tgz</b></p></summary> <p> <details><summary><b>urijs-1.19.2.tgz</b></p></summary> <p>URI.js is a Javascript library for working with URLs.</p> <p>Library home page: <a href="https://registry.npmjs.org/urijs/-/urijs-1.19.2.tgz">https://registry.npmjs.org/urijs/-/urijs-1.19.2.tgz</a></p> <p>Path to dependency file: /trello-backend/package.json</p> <p>Path to vulnerable library: /trello-backend/node_modules/@heroku-cli/plugin-apps-v5/node_modules/urijs/package.json</p> <p> Dependency Hierarchy: - heroku-7.47.12.tgz (Root Library) - plugin-apps-v5-7.47.11.tgz - :x: **urijs-1.19.2.tgz** (Vulnerable Library) </details> <details><summary><b>urijs-1.19.5.tgz</b></p></summary> <p>URI.js is a Javascript library for working with URLs.</p> <p>Library home page: <a href="https://registry.npmjs.org/urijs/-/urijs-1.19.5.tgz">https://registry.npmjs.org/urijs/-/urijs-1.19.5.tgz</a></p> <p>Path to dependency file: /trello-backend/package.json</p> <p>Path to vulnerable library: /trello-backend/node_modules/urijs/package.json</p> <p> Dependency Hierarchy: - heroku-7.47.12.tgz (Root Library) - plugin-apps-7.47.10.tgz - :x: **urijs-1.19.5.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</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> URL Confusion When Scheme Not Supplied in GitHub repository medialize/uri.js prior to 1.19.11. <p>Publish Date: 2022-04-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-1233>CVE-2022-1233</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.5</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: None </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-2022-1233">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1233</a></p> <p>Release Date: 2022-04-04</p> <p>Fix Resolution: urijs - 1.19.11</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-2022-1233 (Medium) detected in urijs-1.19.2.tgz, urijs-1.19.5.tgz - ## CVE-2022-1233 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>urijs-1.19.2.tgz</b>, <b>urijs-1.19.5.tgz</b></p></summary> <p> <details><summary><b>urijs-1.19.2.tgz</b></p></summary> <p>URI.js is a Javascript library for working with URLs.</p> <p>Library home page: <a href="https://registry.npmjs.org/urijs/-/urijs-1.19.2.tgz">https://registry.npmjs.org/urijs/-/urijs-1.19.2.tgz</a></p> <p>Path to dependency file: /trello-backend/package.json</p> <p>Path to vulnerable library: /trello-backend/node_modules/@heroku-cli/plugin-apps-v5/node_modules/urijs/package.json</p> <p> Dependency Hierarchy: - heroku-7.47.12.tgz (Root Library) - plugin-apps-v5-7.47.11.tgz - :x: **urijs-1.19.2.tgz** (Vulnerable Library) </details> <details><summary><b>urijs-1.19.5.tgz</b></p></summary> <p>URI.js is a Javascript library for working with URLs.</p> <p>Library home page: <a href="https://registry.npmjs.org/urijs/-/urijs-1.19.5.tgz">https://registry.npmjs.org/urijs/-/urijs-1.19.5.tgz</a></p> <p>Path to dependency file: /trello-backend/package.json</p> <p>Path to vulnerable library: /trello-backend/node_modules/urijs/package.json</p> <p> Dependency Hierarchy: - heroku-7.47.12.tgz (Root Library) - plugin-apps-7.47.10.tgz - :x: **urijs-1.19.5.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</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> URL Confusion When Scheme Not Supplied in GitHub repository medialize/uri.js prior to 1.19.11. <p>Publish Date: 2022-04-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-1233>CVE-2022-1233</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.5</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: None </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-2022-1233">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1233</a></p> <p>Release Date: 2022-04-04</p> <p>Fix Resolution: urijs - 1.19.11</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_design
cve medium detected in urijs tgz urijs tgz cve medium severity vulnerability vulnerable libraries urijs tgz urijs tgz urijs tgz uri js is a javascript library for working with urls library home page a href path to dependency file trello backend package json path to vulnerable library trello backend node modules heroku cli plugin apps node modules urijs package json dependency hierarchy heroku tgz root library plugin apps tgz x urijs tgz vulnerable library urijs tgz uri js is a javascript library for working with urls library home page a href path to dependency file trello backend package json path to vulnerable library trello backend node modules urijs package json dependency hierarchy heroku tgz root library plugin apps tgz x urijs tgz vulnerable library found in base branch master vulnerability details url confusion when scheme not supplied in github repository medialize uri js prior to 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 none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution urijs step up your open source security game with whitesource
0
537,519
15,730,252,050
IssuesEvent
2021-03-29 15:42:36
AY2021S2-CS2103T-T10-2/tp
https://api.github.com/repos/AY2021S2-CS2103T-T10-2/tp
closed
View statistics of tasks
priority.High type.Story type.Task
As a user, I can see all the statistics for the tasks so that I can know my progress.
1.0
View statistics of tasks - As a user, I can see all the statistics for the tasks so that I can know my progress.
non_design
view statistics of tasks as a user i can see all the statistics for the tasks so that i can know my progress
0
288,538
21,709,932,271
IssuesEvent
2022-05-10 13:07:03
Swarmies/sap-web
https://api.github.com/repos/Swarmies/sap-web
opened
Automatic documentation
documentation
# Description Create a github static web page that will automatically generate documentation from the comments on the code ## Acceptable Criteria - Setting up sphinx for the repo - Setting up the github page - Configuring the website template ## Related Story This work relates to the additional documentation idea we had ## Technical Info There are step by step explanation on the internet. For instance: https://dock2learn.com/tech/host-your-sphinx-documentation-on-github/ The link below also shows for Django project specifically. https://www.freecodecamp.org/news/sphinx-for-django-documentation-2454e924b3bc/
1.0
Automatic documentation - # Description Create a github static web page that will automatically generate documentation from the comments on the code ## Acceptable Criteria - Setting up sphinx for the repo - Setting up the github page - Configuring the website template ## Related Story This work relates to the additional documentation idea we had ## Technical Info There are step by step explanation on the internet. For instance: https://dock2learn.com/tech/host-your-sphinx-documentation-on-github/ The link below also shows for Django project specifically. https://www.freecodecamp.org/news/sphinx-for-django-documentation-2454e924b3bc/
non_design
automatic documentation description create a github static web page that will automatically generate documentation from the comments on the code acceptable criteria setting up sphinx for the repo setting up the github page configuring the website template related story this work relates to the additional documentation idea we had technical info there are step by step explanation on the internet for instance the link below also shows for django project specifically
0
734,346
25,345,865,339
IssuesEvent
2022-11-19 07:14:36
trustwallet/wallet-core
https://api.github.com/repos/trustwallet/wallet-core
closed
ThorSwap: Support BSC chain
priority:medium
Currently ThorChainSwap implementation supports ETH and BNB Beacon chains, but not BSC. Support BSC chain, similarly to ERC, as source, as destination, and also with BEP20 tokens.
1.0
ThorSwap: Support BSC chain - Currently ThorChainSwap implementation supports ETH and BNB Beacon chains, but not BSC. Support BSC chain, similarly to ERC, as source, as destination, and also with BEP20 tokens.
non_design
thorswap support bsc chain currently thorchainswap implementation supports eth and bnb beacon chains but not bsc support bsc chain similarly to erc as source as destination and also with tokens
0
130,558
18,096,556,620
IssuesEvent
2021-09-22 09:39:09
w3c/w3c-website
https://api.github.com/repos/w3c/w3c-website
closed
Technical Reports Searched State (any report tagged with accessibility) – simplify text of selected filters
content design system
On the [Technical Reports Searched State (any report tagged with accessibility)](https://w3c-dev.studio24.dev/technical-reports-v2/search-results-a11y.html) page the text next to Advanced filters and following 'Showing 85 reports across 18 families' is quite long and hard to scan quickly: > Advanced filters (Draft Standards, Candidate Standards, Standards, Draft Notes, Notes — Accessibility) When all the entries in a given category are selected, I suggest simplifying the text to 'All': > Advanced filters (Status: All — Tag: Accessibility) > Showing 85 reports across 18 families, filtered by Status: All — Tag: Accessibility Similarly when all Tags are selected, for example if displaying all Standards: > Advanced filters (Status: Standards — Tag: All) > Showing 85 reports across 18 families, filtered by Status: Standards — Tag: All Another option would be to omit the text completely when all entries are selected for a given filter, for example: > Showing 85 reports across 18 families, filtered by Tag: Accessibility > Showing 85 reports across 18 families, filtered by Status: Standards
1.0
Technical Reports Searched State (any report tagged with accessibility) – simplify text of selected filters - On the [Technical Reports Searched State (any report tagged with accessibility)](https://w3c-dev.studio24.dev/technical-reports-v2/search-results-a11y.html) page the text next to Advanced filters and following 'Showing 85 reports across 18 families' is quite long and hard to scan quickly: > Advanced filters (Draft Standards, Candidate Standards, Standards, Draft Notes, Notes — Accessibility) When all the entries in a given category are selected, I suggest simplifying the text to 'All': > Advanced filters (Status: All — Tag: Accessibility) > Showing 85 reports across 18 families, filtered by Status: All — Tag: Accessibility Similarly when all Tags are selected, for example if displaying all Standards: > Advanced filters (Status: Standards — Tag: All) > Showing 85 reports across 18 families, filtered by Status: Standards — Tag: All Another option would be to omit the text completely when all entries are selected for a given filter, for example: > Showing 85 reports across 18 families, filtered by Tag: Accessibility > Showing 85 reports across 18 families, filtered by Status: Standards
design
technical reports searched state any report tagged with accessibility – simplify text of selected filters on the page the text next to advanced filters and following showing reports across families is quite long and hard to scan quickly advanced filters draft standards candidate standards standards draft notes notes — accessibility when all the entries in a given category are selected i suggest simplifying the text to all advanced filters status all — tag accessibility showing reports across families filtered by status all — tag accessibility similarly when all tags are selected for example if displaying all standards advanced filters status standards — tag all showing reports across families filtered by status standards — tag all another option would be to omit the text completely when all entries are selected for a given filter for example showing reports across families filtered by tag accessibility showing reports across families filtered by status standards
1
3,551
2,538,680,304
IssuesEvent
2015-01-27 09:25:09
newca12/gapt
https://api.github.com/repos/newca12/gapt
closed
Update Website of ProofTool
1 star Component-Docs imported Milestone-Release2.0 Priority-Medium Type-Doc
_From [bruno...@gmail.com](https://code.google.com/u/105016684496602932564/) on August 24, 2011 09:46:33_ What should be done? Which packages, classes and methods should be created? * http://www.logic.at/prooftool/ _Original issue: http://code.google.com/p/gapt/issues/detail?id=144_
1.0
Update Website of ProofTool - _From [bruno...@gmail.com](https://code.google.com/u/105016684496602932564/) on August 24, 2011 09:46:33_ What should be done? Which packages, classes and methods should be created? * http://www.logic.at/prooftool/ _Original issue: http://code.google.com/p/gapt/issues/detail?id=144_
non_design
update website of prooftool from on august what should be done which packages classes and methods should be created original issue
0
20,480
15,589,943,528
IssuesEvent
2021-03-18 08:44:35
RHEAGROUP/COMET-IME-Community-Edition
https://api.github.com/repos/RHEAGROUP/COMET-IME-Community-Edition
opened
Allow user to select iterations to export
?sp IME usability
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of the COMET-IME - [x] I have searched [open](https://github.com/RHEAGROUP/COMET-IME-Community-Edition/issues) and [closed](https://github.com/RHEAGROUP/COMET-IME-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description When exporting a session to annex c3. allow the user to actually select the iterations of interest. Add a grid control into the dialog with multi select. ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior --> ### Logs <!-- provide either a complete or partial log file --> - [ ] There are no logs regarding the issue - { ] I have attached a log file or included the relevant section in this issue ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - COMET version: - [ ] COMET-IME: - [ ] Other: - - Web Services: - [ ] CDP4/COMET Web Services version: - [ ] OCDT WSP version: - Environment (Operating system, version and so on): - [ ] Microsoft Excel (32/64 bit): - [ ] Windows OS (32/64 bit): - [ ] Additional information: <!-- Thanks for reporting the issue to COMET-IME! -->
True
Allow user to select iterations to export - ### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of the COMET-IME - [x] I have searched [open](https://github.com/RHEAGROUP/COMET-IME-Community-Edition/issues) and [closed](https://github.com/RHEAGROUP/COMET-IME-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description When exporting a session to annex c3. allow the user to actually select the iterations of interest. Add a grid control into the dialog with multi select. ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior --> ### Logs <!-- provide either a complete or partial log file --> - [ ] There are no logs regarding the issue - { ] I have attached a log file or included the relevant section in this issue ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - COMET version: - [ ] COMET-IME: - [ ] Other: - - Web Services: - [ ] CDP4/COMET Web Services version: - [ ] OCDT WSP version: - Environment (Operating system, version and so on): - [ ] Microsoft Excel (32/64 bit): - [ ] Windows OS (32/64 bit): - [ ] Additional information: <!-- Thanks for reporting the issue to COMET-IME! -->
non_design
allow user to select iterations to export prerequisites i have written a descriptive issue title i have verified that i am running the latest version of the comet ime i have searched and issues to ensure it has not already been reported description when exporting a session to annex allow the user to actually select the iterations of interest add a grid control into the dialog with multi select steps to reproduce logs there are no logs regarding the issue i have attached a log file or included the relevant section in this issue system configuration comet version comet ime other web services comet web services version ocdt wsp version environment operating system version and so on microsoft excel bit windows os bit additional information
0
804,678
29,497,487,950
IssuesEvent
2023-06-02 18:18:45
spinalcordtoolbox/spinalcordtoolbox
https://api.github.com/repos/spinalcordtoolbox/spinalcordtoolbox
closed
ValueError: Axis limits cannot be NaN or Inf
priority:LOW sct_compute_ernst_angle
### Description Getting an error when trying to output a figure for Ernst angle calculation. ### Steps to Reproduce <details><summary>Terminal output</summary> ```console julien-macbook:~ $ sct_compute_ernst_angle -tr 372.5 -ofig ernst.png -v 2 -- Spinal Cord Toolbox (git-master-7ead83200d7ad9ee5e0d112e77a1d7b894add738) sct_compute_ernst_angle -tr 372.5 -ofig ernst.png -v 2 -- Value of the Ernst Angle with T1=832.0ms and TR=372.5ms : 50.27630611718964 matplotlib data path: /Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data CONFIGDIR=/Users/julien/.matplotlib interactive is False platform is darwin CACHEDIR=/Users/julien/.matplotlib Using fontManager instance from /Users/julien/.matplotlib/fontlist-v330.json /Users/julien/code/spinalcordtoolbox/spinalcordtoolbox/scripts/sct_compute_ernst_angle.py:33: RuntimeWarning: invalid value encountered in arccos angle_rad = arccos(exp(-tr / self.t1)) Drawing Loaded backend macosx version unknown. findfont: Matching sans\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0. findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', name='cmtt10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', name='cmsy10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', name='cmr10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf', name='DejaVu Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', name='cmb10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', name='cmss10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', name='cmmi10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', name='cmex10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf', name='DejaVu Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Myanmar Sangam MN.ttc', name='Myanmar Sangam MN', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Kannada Sangam MN.ttc', name='Kannada Sangam MN', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/ヒラギノ角ゴシック W4.ttc', name='Hiragino Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Shree714.ttc', name='Shree Devanagari 714', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/NotoSansUgaritic-Regular.ttf', name='Noto Sans Ugaritic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Kannada MN.ttc', name='Kannada MN', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Oriya MN.ttc', name='Oriya MN', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Courier New.ttf', name='Courier New', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/STIXGeneral.otf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Apple Braille Outline 8 Dot.ttf', name='Apple Braille', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Ayuthaya.ttf', name='Ayuthaya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/NotoSansLepcha-Regular.ttf', name='Noto Sans Lepcha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Thonburi.ttc', name='Thonburi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Trattatello.ttf', name='Trattatello', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/NotoSansRejang-Regular.ttf', name='Noto Sans Rejang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Farisi.ttf', name='Farisi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: Matching sans\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0 to DejaVu Sans ('/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000. Traceback (most recent call last): File "/Users/julien/code/spinalcordtoolbox/spinalcordtoolbox/scripts/sct_compute_ernst_angle.py", line 166, in <module> main(sys.argv[1:]) File "/Users/julien/code/spinalcordtoolbox/spinalcordtoolbox/scripts/sct_compute_ernst_angle.py", line 158, in main graph.draw(input_tr_min, input_tr_max) File "/Users/julien/code/spinalcordtoolbox/spinalcordtoolbox/scripts/sct_compute_ernst_angle.py", line 49, in draw plt.ylim(min(theta_E), max(theta_E) + 2) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/pyplot.py", line 1804, in ylim ret = ax.set_ylim(*args, **kwargs) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/_api/deprecation.py", line 454, in wrapper return func(*args, **kwargs) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 3884, in set_ylim return self.yaxis._set_lim(bottom, top, emit=emit, auto=auto) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/axis.py", line 1179, in _set_lim v0 = self.axes._validate_converted_limits(v0, self.convert_units) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 3572, in _validate_converted_limits raise ValueError("Axis limits cannot be NaN or Inf") ValueError: Axis limits cannot be NaN or Inf ``` </details>
1.0
ValueError: Axis limits cannot be NaN or Inf - ### Description Getting an error when trying to output a figure for Ernst angle calculation. ### Steps to Reproduce <details><summary>Terminal output</summary> ```console julien-macbook:~ $ sct_compute_ernst_angle -tr 372.5 -ofig ernst.png -v 2 -- Spinal Cord Toolbox (git-master-7ead83200d7ad9ee5e0d112e77a1d7b894add738) sct_compute_ernst_angle -tr 372.5 -ofig ernst.png -v 2 -- Value of the Ernst Angle with T1=832.0ms and TR=372.5ms : 50.27630611718964 matplotlib data path: /Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data CONFIGDIR=/Users/julien/.matplotlib interactive is False platform is darwin CACHEDIR=/Users/julien/.matplotlib Using fontManager instance from /Users/julien/.matplotlib/fontlist-v330.json /Users/julien/code/spinalcordtoolbox/spinalcordtoolbox/scripts/sct_compute_ernst_angle.py:33: RuntimeWarning: invalid value encountered in arccos angle_rad = arccos(exp(-tr / self.t1)) Drawing Loaded backend macosx version unknown. findfont: Matching sans\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0. findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', name='cmtt10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', name='cmsy10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', name='cmr10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf', name='DejaVu Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', name='cmb10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', name='cmss10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', name='cmmi10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', name='cmex10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf', name='DejaVu Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335 findfont: score(FontEntry(fname='/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Myanmar Sangam MN.ttc', name='Myanmar Sangam MN', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Kannada Sangam MN.ttc', name='Kannada Sangam MN', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/ヒラギノ角ゴシック W4.ttc', name='Hiragino Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Shree714.ttc', name='Shree Devanagari 714', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/NotoSansUgaritic-Regular.ttf', name='Noto Sans Ugaritic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Kannada MN.ttc', name='Kannada MN', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Oriya MN.ttc', name='Oriya MN', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Courier New.ttf', name='Courier New', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/STIXGeneral.otf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Apple Braille Outline 8 Dot.ttf', name='Apple Braille', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Ayuthaya.ttf', name='Ayuthaya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/NotoSansLepcha-Regular.ttf', name='Noto Sans Lepcha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Thonburi.ttc', name='Thonburi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Trattatello.ttf', name='Trattatello', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/NotoSansRejang-Regular.ttf', name='Noto Sans Rejang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: score(FontEntry(fname='/System/Library/Fonts/Supplemental/Farisi.ttf', name='Farisi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05 findfont: Matching sans\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0 to DejaVu Sans ('/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000. Traceback (most recent call last): File "/Users/julien/code/spinalcordtoolbox/spinalcordtoolbox/scripts/sct_compute_ernst_angle.py", line 166, in <module> main(sys.argv[1:]) File "/Users/julien/code/spinalcordtoolbox/spinalcordtoolbox/scripts/sct_compute_ernst_angle.py", line 158, in main graph.draw(input_tr_min, input_tr_max) File "/Users/julien/code/spinalcordtoolbox/spinalcordtoolbox/scripts/sct_compute_ernst_angle.py", line 49, in draw plt.ylim(min(theta_E), max(theta_E) + 2) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/pyplot.py", line 1804, in ylim ret = ax.set_ylim(*args, **kwargs) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/_api/deprecation.py", line 454, in wrapper return func(*args, **kwargs) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 3884, in set_ylim return self.yaxis._set_lim(bottom, top, emit=emit, auto=auto) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/axis.py", line 1179, in _set_lim v0 = self.axes._validate_converted_limits(v0, self.convert_units) File "/Users/julien/code/spinalcordtoolbox/python/envs/venv_sct/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 3572, in _validate_converted_limits raise ValueError("Axis limits cannot be NaN or Inf") ValueError: Axis limits cannot be NaN or Inf ``` </details>
non_design
valueerror axis limits cannot be nan or inf description getting an error when trying to output a figure for ernst angle calculation steps to reproduce terminal output console julien macbook sct compute ernst angle tr ofig ernst png v spinal cord toolbox git master sct compute ernst angle tr ofig ernst png v value of the ernst angle with and tr matplotlib data path users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data configdir users julien matplotlib interactive is false platform is darwin cachedir users julien matplotlib using fontmanager instance from users julien matplotlib fontlist json users julien code spinalcordtoolbox spinalcordtoolbox scripts sct compute ernst angle py runtimewarning invalid value encountered in arccos angle rad arccos exp tr self drawing loaded backend macosx version unknown findfont matching sans serif style normal variant normal weight normal stretch normal size findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixnonuni ttf name stixnonunicode style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixnonuniita ttf name stixnonunicode style italic variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusansmono bold ttf name dejavu sans mono style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixgeneralbolita ttf name stixgeneral style italic variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsizonesymbol ttf name stixsizeonesym style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusans boldoblique ttf name dejavu sans style oblique variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavuserif bold ttf name dejavu serif style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusans ttf name dejavu sans style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf ttf name style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf ttf name style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixgeneral ttf name stixgeneral style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsizthreesymbol ttf name stixsizethreesym style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf ttf name style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavuserifdisplay ttf name dejavu serif display style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf ttf name style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf ttf name style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixgeneralitalic ttf name stixgeneral style italic variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusansmono boldoblique ttf name dejavu sans mono style oblique variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusans oblique ttf name dejavu sans style oblique variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixnonunibol ttf name stixnonunicode style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusans bold ttf name dejavu sans style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavuserif ttf name dejavu serif style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusansmono ttf name dejavu sans mono style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsizfivesymreg ttf name stixsizefivesym style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixnonunibolita ttf name stixnonunicode style italic variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsizfoursymreg ttf name stixsizefoursym style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavuserif italic ttf name dejavu serif style italic variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsizfoursymbol ttf name stixsizefoursym style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsizthreesymreg ttf name stixsizethreesym style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixgeneralbol ttf name stixgeneral style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsizonesymreg ttf name stixsizeonesym style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusansmono oblique ttf name dejavu sans mono style oblique variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf ttf name style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavuserif bolditalic ttf name dejavu serif style italic variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf ttf name style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusansdisplay ttf name dejavu sans display style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsiztwosymbol ttf name stixsizetwosym style normal variant normal weight stretch normal size scalable findfont score fontentry fname users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf stixsiztwosymreg ttf name stixsizetwosym style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental myanmar sangam mn ttc name myanmar sangam mn style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental kannada sangam mn ttc name kannada sangam mn style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts ヒラギノ角ゴシック ttc name hiragino sans style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental ttc name shree devanagari style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental notosansugaritic regular ttf name noto sans ugaritic style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental kannada mn ttc name kannada mn style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental oriya mn ttc name oriya mn style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental courier new ttf name courier new style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental stixgeneral otf name stixgeneral style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts apple braille outline dot ttf name apple braille style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental ayuthaya ttf name ayuthaya style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental notosanslepcha regular ttf name noto sans lepcha style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts thonburi ttc name thonburi style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental trattatello ttf name trattatello style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental notosansrejang regular ttf name noto sans rejang style normal variant normal weight stretch normal size scalable findfont score fontentry fname system library fonts supplemental farisi ttf name farisi style normal variant normal weight stretch normal size scalable findfont matching sans serif style normal variant normal weight normal stretch normal size to dejavu sans users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib mpl data fonts ttf dejavusans ttf with score of traceback most recent call last file users julien code spinalcordtoolbox spinalcordtoolbox scripts sct compute ernst angle py line in main sys argv file users julien code spinalcordtoolbox spinalcordtoolbox scripts sct compute ernst angle py line in main graph draw input tr min input tr max file users julien code spinalcordtoolbox spinalcordtoolbox scripts sct compute ernst angle py line in draw plt ylim min theta e max theta e file users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib pyplot py line in ylim ret ax set ylim args kwargs file users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib api deprecation py line in wrapper return func args kwargs file users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib axes base py line in set ylim return self yaxis set lim bottom top emit emit auto auto file users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib axis py line in set lim self axes validate converted limits self convert units file users julien code spinalcordtoolbox python envs venv sct lib site packages matplotlib axes base py line in validate converted limits raise valueerror axis limits cannot be nan or inf valueerror axis limits cannot be nan or inf
0
149,633
23,500,771,153
IssuesEvent
2022-08-18 08:13:28
nextcloud/android
https://api.github.com/repos/nextcloud/android
closed
Deleting files on my smartphone.
enhancement design
Pleaseeee! Make Local only as a default button "Delete". And the other one, not intensively "Delete everywhere". Thank you.
1.0
Deleting files on my smartphone. - Pleaseeee! Make Local only as a default button "Delete". And the other one, not intensively "Delete everywhere". Thank you.
design
deleting files on my smartphone pleaseeee make local only as a default button delete and the other one not intensively delete everywhere thank you
1
98,608
12,341,391,553
IssuesEvent
2020-05-14 21:49:59
OpenArchive/Save-app-android
https://api.github.com/repos/OpenArchive/Save-app-android
closed
Orobot prompt after Save install
PLEASE TEST design help wanted
we need a popup saying: "in order to use Save over the Tor network, you will need to install orbot here" or something similar that links to orbot download
1.0
Orobot prompt after Save install - we need a popup saying: "in order to use Save over the Tor network, you will need to install orbot here" or something similar that links to orbot download
design
orobot prompt after save install we need a popup saying in order to use save over the tor network you will need to install orbot here or something similar that links to orbot download
1
146,213
23,031,830,878
IssuesEvent
2022-07-22 14:36:17
EscolaDeSaudePublica/DesignLab
https://api.github.com/repos/EscolaDeSaudePublica/DesignLab
closed
Apoiar a criação das Jornadas das Pessoas Usuárias do Site Felicilab
Site Sem Projeto Definido Prioridade Design: Baixa
## **Objetivo** **Como** designer **Quero** criar a Jornada das Pessoas Usuárias do site Felicilab **Para** nortear o processo de design ## **Contexto** Considerando as fragilidades encontradas no atual mapeamento da Jornada, foi definido que é necessário a revisão das Jornadas. ## **Escopo** - [ ] Criar a Jornada das Pessoas ## **Outras Informações** A Jornada das Pessoas está sendo mapeada esse link: https://www.figma.com/file/ahyV3xaWLuEpkxl7UmMjZy/Jornada-das-Pessoas-Usu%C3%A1rias-do-Site-Felicilab?node-id=0%3A1
1.0
Apoiar a criação das Jornadas das Pessoas Usuárias do Site Felicilab - ## **Objetivo** **Como** designer **Quero** criar a Jornada das Pessoas Usuárias do site Felicilab **Para** nortear o processo de design ## **Contexto** Considerando as fragilidades encontradas no atual mapeamento da Jornada, foi definido que é necessário a revisão das Jornadas. ## **Escopo** - [ ] Criar a Jornada das Pessoas ## **Outras Informações** A Jornada das Pessoas está sendo mapeada esse link: https://www.figma.com/file/ahyV3xaWLuEpkxl7UmMjZy/Jornada-das-Pessoas-Usu%C3%A1rias-do-Site-Felicilab?node-id=0%3A1
design
apoiar a criação das jornadas das pessoas usuárias do site felicilab objetivo como designer quero criar a jornada das pessoas usuárias do site felicilab para nortear o processo de design contexto considerando as fragilidades encontradas no atual mapeamento da jornada foi definido que é necessário a revisão das jornadas escopo criar a jornada das pessoas outras informações a jornada das pessoas está sendo mapeada esse link
1
113,175
14,383,242,422
IssuesEvent
2020-12-02 08:50:59
shyno-org/shyno-org.github.io
https://api.github.com/repos/shyno-org/shyno-org.github.io
opened
Design a Products page.
Design HTML
**This page shall be created inside beta folder. The beta folder shall be created in root folder.** **The products page shall have the following components:** - [ ] Consistent Header and Footer with rest of the website. - [ ] Single page with grid of product cards. - [ ] Each product card shall have following information: 1. Name of the Product 2. Summary of the Product 3. Picture of the Product 4. Price of the Product 5. Order now Button
1.0
Design a Products page. - **This page shall be created inside beta folder. The beta folder shall be created in root folder.** **The products page shall have the following components:** - [ ] Consistent Header and Footer with rest of the website. - [ ] Single page with grid of product cards. - [ ] Each product card shall have following information: 1. Name of the Product 2. Summary of the Product 3. Picture of the Product 4. Price of the Product 5. Order now Button
design
design a products page this page shall be created inside beta folder the beta folder shall be created in root folder the products page shall have the following components consistent header and footer with rest of the website single page with grid of product cards each product card shall have following information name of the product summary of the product picture of the product price of the product order now button
1
84,423
3,664,629,797
IssuesEvent
2016-02-19 12:42:42
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Several issues with show annotations link in browse pages
component/web kind/bug priority/P2
When it shows up right before a table there is no margin now that the tiles are gone. ![show_annotations](https://cloud.githubusercontent.com/assets/1467629/12789788/485b29be-ca6d-11e5-8e9e-92a70cf6b6ae.png) Deployment config is completely missing annotations. Build config has it under the Configuration tab which is not the first tab, are annotations really configuration?
1.0
Several issues with show annotations link in browse pages - When it shows up right before a table there is no margin now that the tiles are gone. ![show_annotations](https://cloud.githubusercontent.com/assets/1467629/12789788/485b29be-ca6d-11e5-8e9e-92a70cf6b6ae.png) Deployment config is completely missing annotations. Build config has it under the Configuration tab which is not the first tab, are annotations really configuration?
non_design
several issues with show annotations link in browse pages when it shows up right before a table there is no margin now that the tiles are gone deployment config is completely missing annotations build config has it under the configuration tab which is not the first tab are annotations really configuration
0
2,840
2,533,559,771
IssuesEvent
2015-01-24 00:50:30
pybox2d/pybox2d
https://api.github.com/repos/pybox2d/pybox2d
closed
Python 2.7 compatability
bug imported invalid Priority-Medium
_From [benjamin.debski](https://code.google.com/u/benjamin.debski@gmail.com/) on October 22, 2010 05:24:50_ What steps will reproduce the problem? 1. Run any of the testbed examples. What is the expected output? What do you see instead? Some type of ImportError What version of the product are you using? On what operating system? 2.1 Alpha Test on Windows XP 32bit _Original issue: http://code.google.com/p/pybox2d/issues/detail?id=35_
1.0
Python 2.7 compatability - _From [benjamin.debski](https://code.google.com/u/benjamin.debski@gmail.com/) on October 22, 2010 05:24:50_ What steps will reproduce the problem? 1. Run any of the testbed examples. What is the expected output? What do you see instead? Some type of ImportError What version of the product are you using? On what operating system? 2.1 Alpha Test on Windows XP 32bit _Original issue: http://code.google.com/p/pybox2d/issues/detail?id=35_
non_design
python compatability from on october what steps will reproduce the problem run any of the testbed examples what is the expected output what do you see instead some type of importerror what version of the product are you using on what operating system alpha test on windows xp original issue
0
121,884
12,136,479,744
IssuesEvent
2020-04-23 14:26:31
kookmin-sw/capstone-2020-7
https://api.github.com/repos/kookmin-sw/capstone-2020-7
closed
중간 자문평가 제출물
documentation
## 중간 자문평가 제출물 - 중간 평가 보고서(PDF) - 시연 동영상 - 수행계획서 수정본(PDF) - 팀별 사이트 내용(md화일) -제대로 꾸미기- abstract 필수 - 발표자료
1.0
중간 자문평가 제출물 - ## 중간 자문평가 제출물 - 중간 평가 보고서(PDF) - 시연 동영상 - 수행계획서 수정본(PDF) - 팀별 사이트 내용(md화일) -제대로 꾸미기- abstract 필수 - 발표자료
non_design
중간 자문평가 제출물 중간 자문평가 제출물 중간 평가 보고서 pdf 시연 동영상 수행계획서 수정본 pdf 팀별 사이트 내용 md화일 제대로 꾸미기 abstract 필수 발표자료
0
28,319
2,700,949,108
IssuesEvent
2015-04-04 19:02:23
phetsims/tasks
https://api.github.com/repos/phetsims/tasks
opened
Translation utility UI mockups
Artwork High Priority
Hey @mariahmaephet, I need some help mocking up the user interface for our planned translation utility. As a first step, please plan a meeting with @amanda-phet in the near future to get a quick overview of the "InVision" tool. It would also be good for you and I to find a meeting time the week of April 6th to get started on this project (please just email me to set up a time).
1.0
Translation utility UI mockups - Hey @mariahmaephet, I need some help mocking up the user interface for our planned translation utility. As a first step, please plan a meeting with @amanda-phet in the near future to get a quick overview of the "InVision" tool. It would also be good for you and I to find a meeting time the week of April 6th to get started on this project (please just email me to set up a time).
non_design
translation utility ui mockups hey mariahmaephet i need some help mocking up the user interface for our planned translation utility as a first step please plan a meeting with amanda phet in the near future to get a quick overview of the invision tool it would also be good for you and i to find a meeting time the week of april to get started on this project please just email me to set up a time
0
53,707
6,748,272,185
IssuesEvent
2017-10-22 03:58:09
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Proposal: Initialize to known type instead of anonymous type when possible
Area-Language Design
Given following classes- ```csharp class Point { public int X { get; set; } public int Y { get; set; } } class PointWrapper { public Point Value { get; } } ``` the statement ```csharp var p1 = new PointWrapper { // Currently valid Value = { X = 0, Y = 0 } }; ``` is already valid. No need to specify type of property `Value` within the initializer. Even `new` keyword is not required (using `new` is an error actually). But `Point p = new { X = 1, Y = 2 };` is not valid. We have to write ```csharp Point p = new Point { X = 1, Y = 2 }; // Currently valid ``` My proposal is, when the type of an object is known, make the type-name optional with initializers. In other words, convert the right hand anonymous typed object to the specified type enabling- ```csharp Point p = new { X = 1, Y = 2 }; // Proposing ``` It should not affect the case when the type is not already known or specified like- ```csharp var p = new { X = 1, Y = 2 }; // Currently valid, no conversion ``` Same goes for collection initializers, so that this- ```csharp List<Point> list = new List<Point>{ new Point { X = 0, Y = 0 }, new Point { X = 1, Y = 1 } }; ``` can be written like- ```csharp List<Point> list = new { { X = 0, Y = 0 }, { X = 1, Y = 1 } }; ``` Related- #16648
1.0
Proposal: Initialize to known type instead of anonymous type when possible - Given following classes- ```csharp class Point { public int X { get; set; } public int Y { get; set; } } class PointWrapper { public Point Value { get; } } ``` the statement ```csharp var p1 = new PointWrapper { // Currently valid Value = { X = 0, Y = 0 } }; ``` is already valid. No need to specify type of property `Value` within the initializer. Even `new` keyword is not required (using `new` is an error actually). But `Point p = new { X = 1, Y = 2 };` is not valid. We have to write ```csharp Point p = new Point { X = 1, Y = 2 }; // Currently valid ``` My proposal is, when the type of an object is known, make the type-name optional with initializers. In other words, convert the right hand anonymous typed object to the specified type enabling- ```csharp Point p = new { X = 1, Y = 2 }; // Proposing ``` It should not affect the case when the type is not already known or specified like- ```csharp var p = new { X = 1, Y = 2 }; // Currently valid, no conversion ``` Same goes for collection initializers, so that this- ```csharp List<Point> list = new List<Point>{ new Point { X = 0, Y = 0 }, new Point { X = 1, Y = 1 } }; ``` can be written like- ```csharp List<Point> list = new { { X = 0, Y = 0 }, { X = 1, Y = 1 } }; ``` Related- #16648
design
proposal initialize to known type instead of anonymous type when possible given following classes csharp class point public int x get set public int y get set class pointwrapper public point value get the statement csharp var new pointwrapper currently valid value x y is already valid no need to specify type of property value within the initializer even new keyword is not required using new is an error actually but point p new x y is not valid we have to write csharp point p new point x y currently valid my proposal is when the type of an object is known make the type name optional with initializers in other words convert the right hand anonymous typed object to the specified type enabling csharp point p new x y proposing it should not affect the case when the type is not already known or specified like csharp var p new x y currently valid no conversion same goes for collection initializers so that this csharp list list new list new point x y new point x y can be written like csharp list list new x y x y related
1
307,655
9,419,944,415
IssuesEvent
2019-04-10 23:58:40
Sonarr/Sonarr
https://api.github.com/repos/Sonarr/Sonarr
closed
Mark imported downloads in download client
enhancement priority:low
It would be nice to tag/add category to imported downloads in download clients (specially torrents) That way the use could tell which downloads are imported and can be deleted from disk and maybe review why some have not been imported yet.
1.0
Mark imported downloads in download client - It would be nice to tag/add category to imported downloads in download clients (specially torrents) That way the use could tell which downloads are imported and can be deleted from disk and maybe review why some have not been imported yet.
non_design
mark imported downloads in download client it would be nice to tag add category to imported downloads in download clients specially torrents that way the use could tell which downloads are imported and can be deleted from disk and maybe review why some have not been imported yet
0
67,758
8,180,348,236
IssuesEvent
2018-08-28 19:10:46
18F/nsf
https://api.github.com/repos/18F/nsf
closed
As an executive stakeholder, I want to have a short and pithy deck to educate senior leadership so I can get buy-in from the leadership team
design
## User story As an executive stakeholder, I want to have a short and pithy deck to educate senior leadership so I can get buy-in from the leadership team. (Related to #256 ) ## Acceptance criteria - [x] Shortened version of #256 with no more than 25 slides - [x] Share with NSF for feedback - [x] Update the deck per NSF feedback - [x] Deliver - [Kate's deck outline here](https://docs.google.com/document/d/1-pOfjC7pS2zlNDxov7RJl23V7c_ZBujNtY6kL5k7bOw/edit) ## Definition of done - [ ] [Condensed version](https://docs.google.com/presentation/d/1Kl8VERxwJ3LnjZJmWZb2taRVCIE0a8hrClgRZYB4NvY/edit#slide=id.g3b2e2a3af9_0_347) of the deck is complete and NSF team has no further updates
1.0
As an executive stakeholder, I want to have a short and pithy deck to educate senior leadership so I can get buy-in from the leadership team - ## User story As an executive stakeholder, I want to have a short and pithy deck to educate senior leadership so I can get buy-in from the leadership team. (Related to #256 ) ## Acceptance criteria - [x] Shortened version of #256 with no more than 25 slides - [x] Share with NSF for feedback - [x] Update the deck per NSF feedback - [x] Deliver - [Kate's deck outline here](https://docs.google.com/document/d/1-pOfjC7pS2zlNDxov7RJl23V7c_ZBujNtY6kL5k7bOw/edit) ## Definition of done - [ ] [Condensed version](https://docs.google.com/presentation/d/1Kl8VERxwJ3LnjZJmWZb2taRVCIE0a8hrClgRZYB4NvY/edit#slide=id.g3b2e2a3af9_0_347) of the deck is complete and NSF team has no further updates
design
as an executive stakeholder i want to have a short and pithy deck to educate senior leadership so i can get buy in from the leadership team user story as an executive stakeholder i want to have a short and pithy deck to educate senior leadership so i can get buy in from the leadership team related to acceptance criteria shortened version of with no more than slides share with nsf for feedback update the deck per nsf feedback deliver definition of done of the deck is complete and nsf team has no further updates
1