Unnamed: 0
int64
9
832k
id
float64
2.5B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
4
323
labels
stringlengths
4
2.67k
body
stringlengths
23
107k
index
stringclasses
4 values
text_combine
stringlengths
96
107k
label
stringclasses
2 values
text
stringlengths
96
56.1k
binary_label
int64
0
1
1,415
15,964,711,126
IssuesEvent
2021-04-16 06:42:13
emmamei/cdkey
https://api.github.com/repos/emmamei/cdkey
opened
setDollType function doesn't check for valid type
bug reliabilityfix
When `setDollType` is called, it doesn't check for a valid Type. This needs to be fixed.
True
setDollType function doesn't check for valid type - When `setDollType` is called, it doesn't check for a valid Type. This needs to be fixed.
reli
setdolltype function doesn t check for valid type when setdolltype is called it doesn t check for a valid type this needs to be fixed
1
2,267
24,562,137,570
IssuesEvent
2022-10-12 21:24:02
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
opened
[FEA] Should we synchronize and then spill with the ASYNC allocator
feature request ? - Needs Triage performance reliability
As mentioned here https://github.com/NVIDIA/spark-rapids/issues/6768, I am noticing the synchronizing on OOM can help us handle allocation failures that would otherwise be fatal. Additionally, with some quick prototyping locally, it seems that there may be a performance gain here. Specifically, if we first `Cuda.dev...
True
[FEA] Should we synchronize and then spill with the ASYNC allocator - As mentioned here https://github.com/NVIDIA/spark-rapids/issues/6768, I am noticing the synchronizing on OOM can help us handle allocation failures that would otherwise be fatal. Additionally, with some quick prototyping locally, it seems that there ...
reli
should we synchronize and then spill with the async allocator as mentioned here i am noticing the synchronizing on oom can help us handle allocation failures that would otherwise be fatal additionally with some quick prototyping locally it seems that there may be a performance gain here specifically if we...
1
1,645
18,050,901,285
IssuesEvent
2021-09-19 18:25:55
ruuseljo/schoolprojectCO2
https://api.github.com/repos/ruuseljo/schoolprojectCO2
opened
the program should auto re-start if it has died
reliability
use a cron job to periodically check the processes for the main process. if it doesn't exist, re-start the process. if it does exist and is a zombie, kill and re-start. if it does exist and is not zombie, we are as happy as Larry.
True
the program should auto re-start if it has died - use a cron job to periodically check the processes for the main process. if it doesn't exist, re-start the process. if it does exist and is a zombie, kill and re-start. if it does exist and is not zombie, we are as happy as Larry.
reli
the program should auto re start if it has died use a cron job to periodically check the processes for the main process if it doesn t exist re start the process if it does exist and is a zombie kill and re start if it does exist and is not zombie we are as happy as larry
1
454,154
13,095,710,533
IssuesEvent
2020-08-03 14:32:31
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio] Unit tests are broken
priority: medium quality
## Describe the bug Studio unit tests are broken in develop & support/3.1.x branchs ## To Reproduce Steps to reproduce the behavior: 1. Clone studio develop branch or `./gradlew init` 2. Go into `src/studio` and run `mvn clean test` 3. See errors ## Expected behavior All tests pass without error. ## Scr...
1.0
[studio] Unit tests are broken - ## Describe the bug Studio unit tests are broken in develop & support/3.1.x branchs ## To Reproduce Steps to reproduce the behavior: 1. Clone studio develop branch or `./gradlew init` 2. Go into `src/studio` and run `mvn clean test` 3. See errors ## Expected behavior All tes...
non_reli
unit tests are broken describe the bug studio unit tests are broken in develop support x branchs to reproduce steps to reproduce the behavior clone studio develop branch or gradlew init go into src studio and run mvn clean test see errors expected behavior all tests pass...
0
1,616
17,606,624,051
IssuesEvent
2021-08-17 17:57:58
timberio/vector
https://api.github.com/repos/timberio/vector
opened
Running out of disk space should not stall disk buffering.
type: bug domain: buffers domain: reliability
Presently, if running a configuration with disk buffers enabled, the process of running out of space will result in a panic being thrown in `lib/vector-core/buffers/src/disk/leveldb_buffer/writer.rs:189` due to unwrapping a result which ends up being the I/O error and not the expected success of the write. Since dis...
True
Running out of disk space should not stall disk buffering. - Presently, if running a configuration with disk buffers enabled, the process of running out of space will result in a panic being thrown in `lib/vector-core/buffers/src/disk/leveldb_buffer/writer.rs:189` due to unwrapping a result which ends up being the I/O ...
reli
running out of disk space should not stall disk buffering presently if running a configuration with disk buffers enabled the process of running out of space will result in a panic being thrown in lib vector core buffers src disk leveldb buffer writer rs due to unwrapping a result which ends up being the i o er...
1
578,914
17,156,555,898
IssuesEvent
2021-07-14 07:42:01
vrchatapi/specification
https://api.github.com/repos/vrchatapi/specification
closed
Issue with accountDeletionDate in CurrentUser.yaml
Priority: Medium Status: Accepted Type: Maintenance
``` accountDeletionDate: oneOf: - $ref: ./Date.yaml - nullable: true ``` I think something is wrong with this piece but I don't know enough about the OpenAPI specification to fix it. Here are some links I've found regarding this: https://github.com/Redocly/redoc/issues/1303 https://stackove...
1.0
Issue with accountDeletionDate in CurrentUser.yaml - ``` accountDeletionDate: oneOf: - $ref: ./Date.yaml - nullable: true ``` I think something is wrong with this piece but I don't know enough about the OpenAPI specification to fix it. Here are some links I've found regarding this: https://g...
non_reli
issue with accountdeletiondate in currentuser yaml accountdeletiondate oneof ref date yaml nullable true i think something is wrong with this piece but i don t know enough about the openapi specification to fix it here are some links i ve found regarding this i...
0
3,033
31,778,268,082
IssuesEvent
2023-09-12 15:38:38
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
closed
[FEA] SupportSplitAndRetry for GpuRangeExec
feature request reliability
**Is your feature request related to a problem? Please describe.** GpuRangeExec is mostly done on the CPU. Only once it has a start, end, and step for a batch does it move onto the GPU for processing. The main changes here for retry would be to refactor the code so that we update the global state after we have gen...
True
[FEA] SupportSplitAndRetry for GpuRangeExec - **Is your feature request related to a problem? Please describe.** GpuRangeExec is mostly done on the CPU. Only once it has a start, end, and step for a batch does it move onto the GPU for processing. The main changes here for retry would be to refactor the code so tha...
reli
supportsplitandretry for gpurangeexec is your feature request related to a problem please describe gpurangeexec is mostly done on the cpu only once it has a start end and step for a batch does it move onto the gpu for processing the main changes here for retry would be to refactor the code so that we...
1
576
8,689,972,313
IssuesEvent
2018-12-03 20:12:08
rook/rook
https://api.github.com/repos/rook/rook
closed
Proper cleanup after lost nodes/OSDs
operator reliability wontfix
* Bug Report **Deviation from expected behavior:** Configmaps and deployments related to terminated k8s nodes are left dangling, and OSDs are not taken out of the ceph cluster. **Expected behavior:** I would expect that configmaps and deployments for deleted/terminated/missing nodes to be removed by the operat...
True
Proper cleanup after lost nodes/OSDs - * Bug Report **Deviation from expected behavior:** Configmaps and deployments related to terminated k8s nodes are left dangling, and OSDs are not taken out of the ceph cluster. **Expected behavior:** I would expect that configmaps and deployments for deleted/terminated/mi...
reli
proper cleanup after lost nodes osds bug report deviation from expected behavior configmaps and deployments related to terminated nodes are left dangling and osds are not taken out of the ceph cluster expected behavior i would expect that configmaps and deployments for deleted terminated miss...
1
757
10,476,136,405
IssuesEvent
2019-09-23 17:54:25
microsoft/BotFramework-DirectLineJS
https://api.github.com/repos/microsoft/BotFramework-DirectLineJS
opened
Happy path: with conversation ID, typing activity can be sent
Reliability Streaming Extensions
1. Start a conversation by specifying a conversation ID 1. Send a typing activity 1. Make sure the bot can receive it
True
Happy path: with conversation ID, typing activity can be sent - 1. Start a conversation by specifying a conversation ID 1. Send a typing activity 1. Make sure the bot can receive it
reli
happy path with conversation id typing activity can be sent start a conversation by specifying a conversation id send a typing activity make sure the bot can receive it
1
2,328
24,711,085,152
IssuesEvent
2022-10-20 00:51:59
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Game crashing after map loaded from the editor.
type:online type:reliability
### Type Crash to desktop ### Bug description I was using osu! **without an internet connection** and wanted to play some maps, I got to the song selector and loaded a map, but **it was taking a lot of time**, so I canceled the map and reloaded another one. The same thing happened, so I loaded another map i...
True
Game crashing after map loaded from the editor. - ### Type Crash to desktop ### Bug description I was using osu! **without an internet connection** and wanted to play some maps, I got to the song selector and loaded a map, but **it was taking a lot of time**, so I canceled the map and reloaded another one. ...
reli
game crashing after map loaded from the editor type crash to desktop bug description i was using osu without an internet connection and wanted to play some maps i got to the song selector and loaded a map but it was taking a lot of time so i canceled the map and reloaded another one ...
1
237,972
7,768,754,195
IssuesEvent
2018-06-03 21:27:48
TerraFusion/basicFusion
https://api.github.com/repos/TerraFusion/basicFusion
closed
Modify generation scripts for BF output directories
Medium Priority enhancement
Modify the generation scripts so that the BF output files are stored in some sort of directory hierarchy based on dates.
1.0
Modify generation scripts for BF output directories - Modify the generation scripts so that the BF output files are stored in some sort of directory hierarchy based on dates.
non_reli
modify generation scripts for bf output directories modify the generation scripts so that the bf output files are stored in some sort of directory hierarchy based on dates
0
317
6,558,869,926
IssuesEvent
2017-09-06 23:48:32
waggle-sensor/beehive-server
https://api.github.com/repos/waggle-sensor/beehive-server
opened
Prototype static version of beehive
reliability
One _possible_ improvement we can do is build a static version of beehive which is regenerated on a schedule. This would dramatically improve page serving performance across the board. This also has the side effect of completely eliminating direct database access for datasets to the outside work and so could eliminate ...
True
Prototype static version of beehive - One _possible_ improvement we can do is build a static version of beehive which is regenerated on a schedule. This would dramatically improve page serving performance across the board. This also has the side effect of completely eliminating direct database access for datasets to th...
reli
prototype static version of beehive one possible improvement we can do is build a static version of beehive which is regenerated on a schedule this would dramatically improve page serving performance across the board this also has the side effect of completely eliminating direct database access for datasets to th...
1
13,067
8,788,279,540
IssuesEvent
2018-12-20 21:36:13
istio/istio
https://api.github.com/repos/istio/istio
closed
Citadel in CrashLoopBackOff
area/security stale
**Describe the bug** Use helm to create a yaml file including grafana **Expected behavior** running grafana container **Steps to reproduce the bug** helm template ../istio/install/kubernetes/helm/istio --name istio --namespace istio-system --set grafana.enabled=true --set grafana.security.enabled=true --set...
True
Citadel in CrashLoopBackOff - **Describe the bug** Use helm to create a yaml file including grafana **Expected behavior** running grafana container **Steps to reproduce the bug** helm template ../istio/install/kubernetes/helm/istio --name istio --namespace istio-system --set grafana.enabled=true --set grafan...
non_reli
citadel in crashloopbackoff describe the bug use helm to create a yaml file including grafana expected behavior running grafana container steps to reproduce the bug helm template istio install kubernetes helm istio name istio namespace istio system set grafana enabled true set grafan...
0
3,023
31,623,332,118
IssuesEvent
2023-09-06 02:02:13
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
closed
[FEA] Add retry support to GpuSorter.fullySortBatch
feature request reliability
**Is your feature request related to a problem? Please describe.** This is used both for GpuTopN and GpuSortEachBatchIterator.
True
[FEA] Add retry support to GpuSorter.fullySortBatch - **Is your feature request related to a problem? Please describe.** This is used both for GpuTopN and GpuSortEachBatchIterator.
reli
add retry support to gpusorter fullysortbatch is your feature request related to a problem please describe this is used both for gputopn and gpusorteachbatchiterator
1
2,238
24,364,117,445
IssuesEvent
2022-10-03 13:58:39
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
closed
[FEA] Allow broadcast tables to be spilled if necessary
P1 reliability
**Is your feature request related to a problem? Please describe.** Currently broadcast tables are "intentionally leaked" in GPU memory, as they are only cleaned up when garbage collected. It would be nice if instead of leaving them permanently in GPU memory until garbage collected we were able to spill them to host m...
True
[FEA] Allow broadcast tables to be spilled if necessary - **Is your feature request related to a problem? Please describe.** Currently broadcast tables are "intentionally leaked" in GPU memory, as they are only cleaned up when garbage collected. It would be nice if instead of leaving them permanently in GPU memory un...
reli
allow broadcast tables to be spilled if necessary is your feature request related to a problem please describe currently broadcast tables are intentionally leaked in gpu memory as they are only cleaned up when garbage collected it would be nice if instead of leaving them permanently in gpu memory until ...
1
209,550
16,039,599,602
IssuesEvent
2021-04-22 05:46:22
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
[CI] AutoFollowIT testDataStreams_autoFollowAfterDataStreamCreated failing
:Core/Features/Data streams :Distributed/CCR >test-failure
Subsequent tests failed as well, but I suspect they are due to this initial failure. ``` {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"the leader index settings [{\"index.lifecycle.indexing_complete\":\"true\",\"index.lifecycle.name\":\"logs\",\"index.number_of_shards\":\"1\"}] and follower in...
1.0
[CI] AutoFollowIT testDataStreams_autoFollowAfterDataStreamCreated failing - Subsequent tests failed as well, but I suspect they are due to this initial failure. ``` {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"the leader index settings [{\"index.lifecycle.indexing_complete\":\"true\",\"index...
non_reli
autofollowit testdatastreams autofollowafterdatastreamcreated failing subsequent tests failed as well but i suspect they are due to this initial failure error root cause and follower index settings must be identical type illegal argument exception reason the leader index settings and fo...
0
199,924
6,996,156,657
IssuesEvent
2017-12-15 22:41:47
GoogleCloudPlatform/google-cloud-go
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-go
closed
logging: automatically detect GKE and GAE Flex resources
api: logging help wanted priority: p2 type: feature request
The creation of a new Logger can automatically set ressources for GCE instances, but it cannot do it yet for GKE Containers. Having type:gce_instance can be confusing for code running inside a container. You end up with logs from the containers appear as if the hosting machine was producing them. Proposed behaviour:...
1.0
logging: automatically detect GKE and GAE Flex resources - The creation of a new Logger can automatically set ressources for GCE instances, but it cannot do it yet for GKE Containers. Having type:gce_instance can be confusing for code running inside a container. You end up with logs from the containers appear as if the...
non_reli
logging automatically detect gke and gae flex resources the creation of a new logger can automatically set ressources for gce instances but it cannot do it yet for gke containers having type gce instance can be confusing for code running inside a container you end up with logs from the containers appear as if the...
0
1,598
17,376,274,704
IssuesEvent
2021-07-30 21:56:58
clowdr-app/clowdr
https://api.github.com/repos/clowdr-app/clowdr
closed
Automatically clean up phantom room participants
A-rooms C-bug D-medium S-actions T-reliability U-soon
If you join the room, there is none there, but they are still listed as active <img width="494" alt="Screen Shot 2021-01-21 at 5 31 26 PM" src="https://user-images.githubusercontent.com/506426/105420581-9f7d0400-5c0e-11eb-8e36-07e627d21c63.png">
True
Automatically clean up phantom room participants - If you join the room, there is none there, but they are still listed as active <img width="494" alt="Screen Shot 2021-01-21 at 5 31 26 PM" src="https://user-images.githubusercontent.com/506426/105420581-9f7d0400-5c0e-11eb-8e36-07e627d21c63.png">
reli
automatically clean up phantom room participants if you join the room there is none there but they are still listed as active img width alt screen shot at pm src
1
401
7,308,657,544
IssuesEvent
2018-02-28 09:10:36
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Crash in SqlConnection.Close() when using TransactionScope on linux.
area-System.Data.SqlClient os-linux tenet-reliability
I'm using SqlClient 4.5.0-preview1-26207-04 in netcoreapp2.0. ``` .NET Command Line Tools (2.0.0) Product Information: Version: 2.0.0 Commit SHA-1 hash: cdcd1928c9 Runtime Environment: OS Name: centos OS Version: 7 OS Platform: Linux RID: centos.7-x64 Base Path: /usr/s...
True
Crash in SqlConnection.Close() when using TransactionScope on linux. - I'm using SqlClient 4.5.0-preview1-26207-04 in netcoreapp2.0. ``` .NET Command Line Tools (2.0.0) Product Information: Version: 2.0.0 Commit SHA-1 hash: cdcd1928c9 Runtime Environment: OS Name: centos OS Version: 7...
reli
crash in sqlconnection close when using transactionscope on linux i m using sqlclient in net command line tools product information version commit sha hash runtime environment os name centos os version os platform linux rid ...
1
383,407
11,355,798,045
IssuesEvent
2020-01-24 20:56:43
yalla-coop/presspad
https://api.github.com/repos/yalla-coop/presspad
opened
Create updates for intern, hosts, and organisations
priority-5
- [ ] When intern request a stay - [ ] host (`stayRequest`) - [ ] org (`stayRequest`) - [ ] when intern accept a request - [ ] intern (`stayApproved`) - [ ] org (`stayApproved`) - [ ] when host reject a request - [ ] intern (`stayRejected`) - [ ] org (`stayRejected`) - [ ] when stay completed...
1.0
Create updates for intern, hosts, and organisations - - [ ] When intern request a stay - [ ] host (`stayRequest`) - [ ] org (`stayRequest`) - [ ] when intern accept a request - [ ] intern (`stayApproved`) - [ ] org (`stayApproved`) - [ ] when host reject a request - [ ] intern (`stayRejected`) -...
non_reli
create updates for intern hosts and organisations when intern request a stay host stayrequest org stayrequest when intern accept a request intern stayapproved org stayapproved when host reject a request intern stayrejected org stayrej...
0
35,742
5,005,664,868
IssuesEvent
2016-12-12 11:28:49
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
[Upgrade test] "ScheduledJob should replace jobs when ReplaceConcurrent" in ci-kubernetes-e2e-gce-1.4-1.5-upgrade-cluster
kind/upgrade-test-failure non-release-blocker
Test has been failing [100% of the time](https://k8s-testgrid.appspot.com/google-1.4-1.5-upgrade#gce-cvm-1.4-cvm-1.5-upgrade-cluster&width=20&sort-by-failures=&include-filter-by-regex=ScheduledJob%20should%20replace%20jobs%20when%20ReplaceConcurrent) in [ci-kubernetes-e2e-gce-1.4-1.5-upgrade-cluster](https://k8s-gubern...
1.0
[Upgrade test] "ScheduledJob should replace jobs when ReplaceConcurrent" in ci-kubernetes-e2e-gce-1.4-1.5-upgrade-cluster - Test has been failing [100% of the time](https://k8s-testgrid.appspot.com/google-1.4-1.5-upgrade#gce-cvm-1.4-cvm-1.5-upgrade-cluster&width=20&sort-by-failures=&include-filter-by-regex=ScheduledJob...
non_reli
scheduledjob should replace jobs when replaceconcurrent in ci kubernetes gce upgrade cluster test has been failing in sample failure based on spreadsheet tracking upgrade test failures created by krousey
0
152,864
19,697,885,119
IssuesEvent
2022-01-12 14:00:30
rarkins/spdx-maven-plugin-demo
https://api.github.com/repos/rarkins/spdx-maven-plugin-demo
opened
CVE-2020-35490 (High) detected in jackson-databind-2.9.10.4.jar
security vulnerability
## CVE-2020-35490 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.10.4.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core strea...
True
CVE-2020-35490 (High) detected in jackson-databind-2.9.10.4.jar - ## CVE-2020-35490 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.10.4.jar</b></p></summary> <p>G...
non_reli
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerab...
0
1,972
22,296,923,997
IssuesEvent
2022-06-13 03:27:02
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
closed
[FEA] Stop running task attempts on executors that encounter "sticky" CUDA errors
P1 reliability
**Is your feature request related to a problem? Please describe.** Certain CUDA errors, like illegal memory access, are "sticky," meaning that all CUDA operations to the GPU after the error will continue to return the same error over and over. No GPU operations will succeed after that point. **Describe the solutio...
True
[FEA] Stop running task attempts on executors that encounter "sticky" CUDA errors - **Is your feature request related to a problem? Please describe.** Certain CUDA errors, like illegal memory access, are "sticky," meaning that all CUDA operations to the GPU after the error will continue to return the same error over a...
reli
stop running task attempts on executors that encounter sticky cuda errors is your feature request related to a problem please describe certain cuda errors like illegal memory access are sticky meaning that all cuda operations to the gpu after the error will continue to return the same error over and o...
1
2,229
24,319,431,624
IssuesEvent
2022-09-30 09:23:48
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
closed
DefaultActorClock is not thread safe
kind/bug area/performance severity/high severity/mid area/reliability
**Describe the bug** It seems we now create the ActorScheduler with a predefined actor clock, either ControlledClock or the DefaultActorClock https://github.com/camunda/zeebe/blob/main/dist/src/main/java/io/camunda/zeebe/shared/ActorClockConfiguration.java#L34-L35 The problem is that the DefaultActorClock is not ...
True
DefaultActorClock is not thread safe - **Describe the bug** It seems we now create the ActorScheduler with a predefined actor clock, either ControlledClock or the DefaultActorClock https://github.com/camunda/zeebe/blob/main/dist/src/main/java/io/camunda/zeebe/shared/ActorClockConfiguration.java#L34-L35 The proble...
reli
defaultactorclock is not thread safe describe the bug it seems we now create the actorscheduler with a predefined actor clock either controlledclock or the defaultactorclock the problem is that the defaultactorclock is not thread safe previously we created the actorscheduler without clock which caused ...
1
687,162
23,515,782,898
IssuesEvent
2022-08-18 21:11:51
ezolenko/rollup-plugin-typescript2
https://api.github.com/repos/ezolenko/rollup-plugin-typescript2
closed
some type-only TS files are ignored when using `tsconfig` `files`?
kind: bug solution: duplicate problem: removed issue template priority: in progress problem: plugin order topic: type-only / emit-less imports
## What happens and why it is incorrect there are many files ending in `*.ts` in the src, but only some have been transpiled 1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior NO, `tsc` run as expectly. ![image](https://user-images.githubusercontent.com/52886395/185072389...
1.0
some type-only TS files are ignored when using `tsconfig` `files`? - ## What happens and why it is incorrect there are many files ending in `*.ts` in the src, but only some have been transpiled 1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior NO, `tsc` run as expectly. ...
non_reli
some type only ts files are ignored when using tsconfig files what happens and why it is incorrect there are many files ending in ts in the src but only some have been transpiled does tsc have the same output if so please explain why this is incorrect behavior no, tsc run as expectly ...
0
2,862
28,365,904,500
IssuesEvent
2023-04-12 13:53:15
cosmos/ibc-rs
https://api.github.com/repos/cosmos/ibc-rs
closed
[ICS02] `ClientStatePath` is not checked during client creation
O: reliability I: specs
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Please also ensure that this is not a duplicate issue :) ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
True
[ICS02] `ClientStatePath` is not checked during client creation - <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Please also ensure that this is not a duplicate iss...
reli
clientstatepath is not checked during client creation ☺ v ✰ thanks for opening an issue ✰ v before smashing the submit button please review the template v please also ensure that this is not a duplicate issue ...
1
20,356
13,879,441,325
IssuesEvent
2020-10-17 14:28:20
google/web-stories-wp
https://api.github.com/repos/google/web-stories-wp
closed
Error when starting local dev env
Pod: WP & Infra Status: Not Applicable Type: Bug Type: Infrastructure
## Bug Description When starting local dev environment I get the following error message. ``` STATUS: Import default set of media assets... Imported file '/var/www/html/wp-content/e2e-assets/example-1.jpg' as attachment ID 1965. Success: Imported 1 of 1 items. Imported file '/var/www/html/wp-content/e2e-asse...
1.0
Error when starting local dev env - ## Bug Description When starting local dev environment I get the following error message. ``` STATUS: Import default set of media assets... Imported file '/var/www/html/wp-content/e2e-assets/example-1.jpg' as attachment ID 1965. Success: Imported 1 of 1 items. Imported fil...
non_reli
error when starting local dev env bug description when starting local dev environment i get the following error message status import default set of media assets imported file var www html wp content assets example jpg as attachment id success imported of items imported file v...
0
392,678
11,594,442,126
IssuesEvent
2020-02-24 15:20:31
arfc/2020-dotson-optimal-sizing
https://api.github.com/repos/arfc/2020-dotson-optimal-sizing
opened
Convert steam flow rates to thermal energy requirement.
Difficulty:1-Beginner Priority:2-Normal Status:4-In Progress Type:Feature
This issue can be closed when - [ ] mass flow rate of steam has been converted to thermal energy requirements - [ ] sythetic histories have been generated
1.0
Convert steam flow rates to thermal energy requirement. - This issue can be closed when - [ ] mass flow rate of steam has been converted to thermal energy requirements - [ ] sythetic histories have been generated
non_reli
convert steam flow rates to thermal energy requirement this issue can be closed when mass flow rate of steam has been converted to thermal energy requirements sythetic histories have been generated
0
272
5,938,939,826
IssuesEvent
2017-05-25 02:27:54
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
VS Crash: contract failed in CodeModel.AbstractProjectCodeModel.GetCodeModelCache
Area-IDE Bug Tenet-Reliability
While working in Compilers.sln. Build: D15Rel 26202.1 Stack trace: ``` at Roslyn.Utilities.Contract.ThrowIfFalse(Boolean condition, String message) in E:\A\_work\6\s\src\Workspaces\Core\Portable\Utilities\Contract.cs:line 86 at Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.AbstractP...
True
VS Crash: contract failed in CodeModel.AbstractProjectCodeModel.GetCodeModelCache - While working in Compilers.sln. Build: D15Rel 26202.1 Stack trace: ``` at Roslyn.Utilities.Contract.ThrowIfFalse(Boolean condition, String message) in E:\A\_work\6\s\src\Workspaces\Core\Portable\Utilities\Contract.cs:line ...
reli
vs crash contract failed in codemodel abstractprojectcodemodel getcodemodelcache while working in compilers sln build stack trace at roslyn utilities contract throwiffalse boolean condition string message in e a work s src workspaces core portable utilities contract cs line at ...
1
1,374
15,606,232,799
IssuesEvent
2021-03-19 07:42:05
FoundationDB/fdb-kubernetes-operator
https://api.github.com/repos/FoundationDB/fdb-kubernetes-operator
closed
Logging all decisions to remove processes
reliability
We've seen some cases where processes were marked for removal and it wasn't clear why. We should add a log statement whenever we mark a process for removal identifying the reason, so we can search for this event in the logs when we see unexplained removals.
True
Logging all decisions to remove processes - We've seen some cases where processes were marked for removal and it wasn't clear why. We should add a log statement whenever we mark a process for removal identifying the reason, so we can search for this event in the logs when we see unexplained removals.
reli
logging all decisions to remove processes we ve seen some cases where processes were marked for removal and it wasn t clear why we should add a log statement whenever we mark a process for removal identifying the reason so we can search for this event in the logs when we see unexplained removals
1
2,743
27,378,169,223
IssuesEvent
2023-02-28 08:05:41
jasp-stats/jasp-issues
https://api.github.com/repos/jasp-stats/jasp-issues
closed
Intercalas correlation coefficient
Module: jaspReliability
* Enhancement: add the ICC calculation in the reliability analysis section * Purpose: to calculate the ICC for reliability studies with multiple quantitative variables * Use-case: in sports science is typically asses the reliability of instruments that report quantitative variables, nowadays we need to compute thi...
True
Intercalas correlation coefficient - * Enhancement: add the ICC calculation in the reliability analysis section * Purpose: to calculate the ICC for reliability studies with multiple quantitative variables * Use-case: in sports science is typically asses the reliability of instruments that report quantitative vari...
reli
intercalas correlation coefficient enhancement add the icc calculation in the reliability analysis section purpose to calculate the icc for reliability studies with multiple quantitative variables use case in sports science is typically asses the reliability of instruments that report quantitative vari...
1
1,581
17,263,685,794
IssuesEvent
2021-07-22 11:07:24
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Game crashes when entering playlists lounge the second time on dev server
type:reliability
**Describe the bug:** 1. Enter the playlists lounge 2. Quit to main menu 3. Enter the playlists lounge again 4. Game crashes when loading the lounge screen for the second time. https://user-images.githubusercontent.com/25472513/126591824-e10a3958-39b9-4c8e-8c5e-3c8dc71fe648.mp4 The dev account I'm using is c...
True
Game crashes when entering playlists lounge the second time on dev server - **Describe the bug:** 1. Enter the playlists lounge 2. Quit to main menu 3. Enter the playlists lounge again 4. Game crashes when loading the lounge screen for the second time. https://user-images.githubusercontent.com/25472513/12659182...
reli
game crashes when entering playlists lounge the second time on dev server describe the bug enter the playlists lounge quit to main menu enter the playlists lounge again game crashes when loading the lounge screen for the second time the dev account i m using is completely new just crea...
1
930
11,707,171,881
IssuesEvent
2020-03-08 04:03:17
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Dependency on System.Runtime.InteropServices.RuntimeInformation causes runtime error for apps targeting net451 on *nix systems (i.e. running on Mono)
area-System.Runtime enhancement tenet-reliability untriaged
## Scenario 1) Running a `net451` app depending on `System.Runtime.InteropServices.RuntimeInformation` on OSX/Ubuntu will produce the following exception at runtime: ``` dotnet -v run -f net451 ...
True
Dependency on System.Runtime.InteropServices.RuntimeInformation causes runtime error for apps targeting net451 on *nix systems (i.e. running on Mono) - ## Scenario 1) Running a `net451` app depending on `System.Runtime.InteropServices.RuntimeInformation` on OSX/Ubuntu will produce the following exception at runtime: ...
reli
dependency on system runtime interopservices runtimeinformation causes runtime error for apps targeting on nix systems i e running on mono scenario running a app depending on system runtime interopservices runtimeinformation on osx ubuntu will produce the following exception at runtime dotne...
1
450
7,612,728,123
IssuesEvent
2018-05-01 18:35:57
m3db/m3db
https://api.github.com/repos/m3db/m3db
opened
Monitor file sizes
C: Toolchain P: Medium T: Instrumentation T: Reliability
Add a bg routine which periodically emits metrics about size of directories for the the various fileset files at the shard/index level. i.e. ``` /data/namespace/shard <-- data fileset files /snapshot/namespace/shard <-- snapshot fileset files ```
True
Monitor file sizes - Add a bg routine which periodically emits metrics about size of directories for the the various fileset files at the shard/index level. i.e. ``` /data/namespace/shard <-- data fileset files /snapshot/namespace/shard <-- snapshot fileset files ```
reli
monitor file sizes add a bg routine which periodically emits metrics about size of directories for the the various fileset files at the shard index level i e data namespace shard data fileset files snapshot namespace shard snapshot fileset files
1
271,689
8,488,531,242
IssuesEvent
2018-10-26 16:56:07
FIDUCEO/FCDR_HIRS
https://api.github.com/repos/FIDUCEO/FCDR_HIRS
closed
Odd values for channel 4 and 12 on metopa
Priority: High
![image](https://user-images.githubusercontent.com/500246/45166381-c6c60880-b1ee-11e8-9b1c-6fec62d01351.png) particularly clear in time series ![image](https://user-images.githubusercontent.com/500246/45168826-24a91f00-b1f4-11e8-973b-51da94e557d6.png) should investigate! Compare also Shi and Bates (2011...
1.0
Odd values for channel 4 and 12 on metopa - ![image](https://user-images.githubusercontent.com/500246/45166381-c6c60880-b1ee-11e8-9b1c-6fec62d01351.png) particularly clear in time series ![image](https://user-images.githubusercontent.com/500246/45168826-24a91f00-b1f4-11e8-973b-51da94e557d6.png) should invest...
non_reli
odd values for channel and on metopa particularly clear in time series should investigate compare also shi and bates
0
35,914
2,793,820,595
IssuesEvent
2015-05-11 13:37:31
elecoest/allevents-3-2
https://api.github.com/repos/elecoest/allevents-3-2
closed
FrontEnd - Amélioration - Rajout page affichage des lieux et événements géolocalisés
auto-migrated Priority-Medium Type-Enhancement
``` Dans AE on dispose d'une liste de lieux qu'il serait intéressant de pouvoir visualiser en front sous forme d'une carte. En effet, les lieux sont un peu ce qui différencie AE de certaines autres extensions de gestion d'agendas qui n'en possèdent pas. Pouvoir les mettre en valeur (et les utiliser) en front me sem...
1.0
FrontEnd - Amélioration - Rajout page affichage des lieux et événements géolocalisés - ``` Dans AE on dispose d'une liste de lieux qu'il serait intéressant de pouvoir visualiser en front sous forme d'une carte. En effet, les lieux sont un peu ce qui différencie AE de certaines autres extensions de gestion d'agendas ...
non_reli
frontend amélioration rajout page affichage des lieux et événements géolocalisés dans ae on dispose d une liste de lieux qu il serait intéressant de pouvoir visualiser en front sous forme d une carte en effet les lieux sont un peu ce qui différencie ae de certaines autres extensions de gestion d agendas ...
0
2,489
25,770,265,519
IssuesEvent
2022-12-09 07:15:21
juliuspf/jasp-issues
https://api.github.com/repos/juliuspf/jasp-issues
closed
oh new please
Module: jaspReliability Feature Request
### Description _No response_ ### Purpose _No response_ ### Use-case _No response_ ### Is your feature request related to a problem? _No response_ ### Is your feature request related to a JASP module? Reliability ### Describe the solution you would like _No response_ ### Describe alternatives that you have ...
True
oh new please - ### Description _No response_ ### Purpose _No response_ ### Use-case _No response_ ### Is your feature request related to a problem? _No response_ ### Is your feature request related to a JASP module? Reliability ### Describe the solution you would like _No response_ ### Describe alternative...
reli
oh new please description no response purpose no response use case no response is your feature request related to a problem no response is your feature request related to a jasp module reliability describe the solution you would like no response describe alternative...
1
1,682
18,518,547,317
IssuesEvent
2021-10-20 12:55:00
hashicorp/consul
https://api.github.com/repos/hashicorp/consul
closed
docs: Note the Grafana dashboard
type/docs good first issue theme/telemetry theme/reliability Hacktoberfest
Since last year we've had an "official" Grafana dashboard which lives in the source tree and we [publish publicly](https://grafana.com/grafana/dashboards/13396). But many users including internal teams aren't aware it exists. We should update the Telemetry page to note it's existence!
True
docs: Note the Grafana dashboard - Since last year we've had an "official" Grafana dashboard which lives in the source tree and we [publish publicly](https://grafana.com/grafana/dashboards/13396). But many users including internal teams aren't aware it exists. We should update the Telemetry page to note it's exis...
reli
docs note the grafana dashboard since last year we ve had an official grafana dashboard which lives in the source tree and we but many users including internal teams aren t aware it exists we should update the telemetry page to note it s existence
1
1,532
16,759,295,826
IssuesEvent
2021-06-13 13:01:35
skytable/skytable
https://api.github.com/repos/skytable/skytable
closed
Server: Running two skyd in same directory can lead to loss of data
A-independent C-bug C-reliability C-storage D-server P-high S-waiting-on-author
**Description of bug** Currently it is possible to start two `skyd` processes from the same directory. This will lead to data being overwritten by the other process. **Steps to reproduce** Steps to reproduce the behavior: For example: 1. Run `skyd` 2. Run `skyd` again 3. Store some data on both servers 3. Whe...
True
Server: Running two skyd in same directory can lead to loss of data - **Description of bug** Currently it is possible to start two `skyd` processes from the same directory. This will lead to data being overwritten by the other process. **Steps to reproduce** Steps to reproduce the behavior: For example: 1. Run `...
reli
server running two skyd in same directory can lead to loss of data description of bug currently it is possible to start two skyd processes from the same directory this will lead to data being overwritten by the other process steps to reproduce steps to reproduce the behavior for example run ...
1
1,799
19,915,685,483
IssuesEvent
2022-01-25 22:19:05
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
DownloadToFile causes an error - reactor.core.Exceptions$OverflowException & java.util.concurrent.TimeoutException
question Storage Client customer-reported pillar-reliability
2021-10-21 16:34:04,381 DEBUG [Thread-64] (Operators:254) - More data produced than requested reactor.core.Exceptions$OverflowException: The receiver is overrun by more signals than expected (bounded queue...) at reactor.core.Exceptions.failWithOverflow(Exceptions.java:220) ~[reactor-core-3.4.6.jar!/:3.4.6] at re...
True
DownloadToFile causes an error - reactor.core.Exceptions$OverflowException & java.util.concurrent.TimeoutException - 2021-10-21 16:34:04,381 DEBUG [Thread-64] (Operators:254) - More data produced than requested reactor.core.Exceptions$OverflowException: The receiver is overrun by more signals than expected (bounded q...
reli
downloadtofile causes an error reactor core exceptions overflowexception java util concurrent timeoutexception debug operators more data produced than requested reactor core exceptions overflowexception the receiver is overrun by more signals than expected bounded queue at reactor ...
1
1,970
22,293,542,308
IssuesEvent
2022-06-12 18:13:53
jina-ai/jina
https://api.github.com/repos/jina-ai/jina
closed
Server side throttling
epic/reliability
At server side throttling so that Gateway/Head/Worker can reject new requests if there are too many outstanding requests already queued up. This needs to configurable
True
Server side throttling - At server side throttling so that Gateway/Head/Worker can reject new requests if there are too many outstanding requests already queued up. This needs to configurable
reli
server side throttling at server side throttling so that gateway head worker can reject new requests if there are too many outstanding requests already queued up this needs to configurable
1
2,390
25,100,822,486
IssuesEvent
2022-11-08 13:31:00
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
opened
Disable the message TTL by default
kind/toil scope/clients-java scope/clients-go severity/mid area/reliability
**Description** I can publish a message using Zeebe's Java or Go client. The message can have a time-to-live (TTL). It can be correlated within the given TTL. After the TTL is reached, the message expires and is removed. Currently, the Java and the Go client use a different default value for the message TTL. * ...
True
Disable the message TTL by default - **Description** I can publish a message using Zeebe's Java or Go client. The message can have a time-to-live (TTL). It can be correlated within the given TTL. After the TTL is reached, the message expires and is removed. Currently, the Java and the Go client use a different ...
reli
disable the message ttl by default description i can publish a message using zeebe s java or go client the message can have a time to live ttl it can be correlated within the given ttl after the ttl is reached the message expires and is removed currently the java and the go client use a different ...
1
306
6,396,443,449
IssuesEvent
2017-08-04 15:33:40
rook/rook
https://api.github.com/repos/rook/rook
closed
Cluster fails to come up after a reboot
rados reliability
The mons are dependent on a constant network identity. If that identity changes, nobody will be able to connect to the mon. The mon will be rejected. Ceph enforces that the mon endpoint is what the mon binds to. Putting a k8s service in front of a mon to have a consistent endpoint does not work. Currently the mo...
True
Cluster fails to come up after a reboot - The mons are dependent on a constant network identity. If that identity changes, nobody will be able to connect to the mon. The mon will be rejected. Ceph enforces that the mon endpoint is what the mon binds to. Putting a k8s service in front of a mon to have a consistent en...
reli
cluster fails to come up after a reboot the mons are dependent on a constant network identity if that identity changes nobody will be able to connect to the mon the mon will be rejected ceph enforces that the mon endpoint is what the mon binds to putting a service in front of a mon to have a consistent endp...
1
156,814
5,989,608,736
IssuesEvent
2017-06-02 09:04:52
universAAL/ui
https://api.github.com/repos/universAAL/ui
closed
UI frozen
bug imported priority 3
_Originally Opened: @dimokas (2013-03-22 16:02:30_) _Originally Closed: 2013-04-22 10:56:24_ In some cases, when the service call takes some time (few seconds or less) then the UI is not repsonding. The user cannot press any button since there is no interaction. It is like a frozen window. -- From: _this issue has...
1.0
UI frozen - _Originally Opened: @dimokas (2013-03-22 16:02:30_) _Originally Closed: 2013-04-22 10:56:24_ In some cases, when the service call takes some time (few seconds or less) then the UI is not repsonding. The user cannot press any button since there is no interaction. It is like a frozen window. -- From: _th...
non_reli
ui frozen originally opened dimokas originally closed in some cases when the service call takes some time few seconds or less then the ui is not repsonding the user cannot press any button since there is no interaction it is like a frozen window from this issue has bee...
0
120,573
4,791,766,652
IssuesEvent
2016-10-31 13:44:07
vidalborromeo/eecshelp-beta
https://api.github.com/repos/vidalborromeo/eecshelp-beta
opened
For Moderator Signed-In On Multiple Browsers, First Sign-Off Makes Them Appear "Offline"
Component: Backend Priority: Low Type: Bug
If a moderator is signed in via multiple browsers, the first Unsubscribe event will make it appear that they are no longer online. Solution: During the backend query in Unsubscribe, check if there are other Observers associated with that User entity.
1.0
For Moderator Signed-In On Multiple Browsers, First Sign-Off Makes Them Appear "Offline" - If a moderator is signed in via multiple browsers, the first Unsubscribe event will make it appear that they are no longer online. Solution: During the backend query in Unsubscribe, check if there are other Observers associate...
non_reli
for moderator signed in on multiple browsers first sign off makes them appear offline if a moderator is signed in via multiple browsers the first unsubscribe event will make it appear that they are no longer online solution during the backend query in unsubscribe check if there are other observers associate...
0
352,589
32,078,556,914
IssuesEvent
2023-09-25 12:37:39
durof/status
https://api.github.com/repos/durof/status
closed
🛑 Mention Test Bot is down
status mention-test-bot
In [`00c5ad2`](https://github.com/durof/status/commit/00c5ad28047456252721048b7f545d3ffa7c9799 ), Mention Test Bot (https://backend.isbotdown.com/bots/mentiontestbot) was **down**: - HTTP code: 200 - Response time: 88 ms
1.0
🛑 Mention Test Bot is down - In [`00c5ad2`](https://github.com/durof/status/commit/00c5ad28047456252721048b7f545d3ffa7c9799 ), Mention Test Bot (https://backend.isbotdown.com/bots/mentiontestbot) was **down**: - HTTP code: 200 - Response time: 88 ms
non_reli
🛑 mention test bot is down in mention test bot was down http code response time ms
0
1,077
12,885,581,771
IssuesEvent
2020-07-13 08:00:25
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
[BUG] Interminent and recurring JsonParseException
Compute - VM Mgmt customer-reported needs-author-feedback no-recent-activity tenet-reliability
**Describe the bug** Often when using the sdk or even plain http requests to fetch information from azure, an unexpected response is given. The response looks like html code, rather then JSON. ***Exception or Stack Trace*** `java.lang.RuntimeException: com.fasterxml.jackson.core.JsonParseException: Unexpected c...
True
[BUG] Interminent and recurring JsonParseException - **Describe the bug** Often when using the sdk or even plain http requests to fetch information from azure, an unexpected response is given. The response looks like html code, rather then JSON. ***Exception or Stack Trace*** `java.lang.RuntimeException: com.f...
reli
interminent and recurring jsonparseexception describe the bug often when using the sdk or even plain http requests to fetch information from azure an unexpected response is given the response looks like html code rather then json exception or stack trace java lang runtimeexception com faste...
1
389,614
26,825,331,072
IssuesEvent
2023-02-02 12:28:20
nextauthjs/next-auth
https://api.github.com/repos/nextauthjs/next-auth
closed
Fix prisma doc schema.prisma userId warning for mongodb
documentation triage
### What is the improvement or update you wish to see? Don't show the warning message. **"Warning validating field user in model Account: Field Account.userId and User.id must have the same native type for MongoDB to join those collections correctly. Consider either removing User.id's native type attribute or addin...
1.0
Fix prisma doc schema.prisma userId warning for mongodb - ### What is the improvement or update you wish to see? Don't show the warning message. **"Warning validating field user in model Account: Field Account.userId and User.id must have the same native type for MongoDB to join those collections correctly. Conside...
non_reli
fix prisma doc schema prisma userid warning for mongodb what is the improvement or update you wish to see don t show the warning message warning validating field user in model account field account userid and user id must have the same native type for mongodb to join those collections correctly conside...
0
303,274
22,961,863,212
IssuesEvent
2022-07-19 16:00:15
Workday/canvas-kit
https://api.github.com/repos/Workday/canvas-kit
closed
Update ActionBar section in V7 upgrade guide
documentation s:1 7.x
## 💡 Suggestion The ActionBar section in the V7 upgrade guide could use a bit more detail on the removal of the `fixed` prop. ## Motivation There have been a few support questions that have come up recently.
1.0
Update ActionBar section in V7 upgrade guide - ## 💡 Suggestion The ActionBar section in the V7 upgrade guide could use a bit more detail on the removal of the `fixed` prop. ## Motivation There have been a few support questions that have come up recently.
non_reli
update actionbar section in upgrade guide 💡 suggestion the actionbar section in the upgrade guide could use a bit more detail on the removal of the fixed prop motivation there have been a few support questions that have come up recently
0
46,631
13,055,950,338
IssuesEvent
2020-07-30 03:12:43
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[docs] Broken on combo trunk (Trac #1613)
Incomplete Migration Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/1613 ```json { "status": "closed", "changetime": "2016-04-05T23:31:03", "description": "This is the error I get on combo trunk Ubuntu 14.04 with sphinx 1.4 (recently updated 'cause the napolean extension is now required).\n\nException occurred:\n File \"...
1.0
[docs] Broken on combo trunk (Trac #1613) - Migrated from https://code.icecube.wisc.edu/ticket/1613 ```json { "status": "closed", "changetime": "2016-04-05T23:31:03", "description": "This is the error I get on combo trunk Ubuntu 14.04 with sphinx 1.4 (recently updated 'cause the napolean extension is now ...
non_reli
broken on combo trunk trac migrated from json status closed changetime description this is the error i get on combo trunk ubuntu with sphinx recently updated cause the napolean extension is now required n nexception occurred n file usr local lib ...
0
697
9,934,215,224
IssuesEvent
2019-07-02 14:02:09
plotly/dash-table
https://api.github.com/repos/plotly/dash-table
closed
add test for semi editable table
Attribute: Reliability
verify setting editable=True at table level and editable=False at column level to disable editing of specified columns works.
True
add test for semi editable table - verify setting editable=True at table level and editable=False at column level to disable editing of specified columns works.
reli
add test for semi editable table verify setting editable true at table level and editable false at column level to disable editing of specified columns works
1
780,308
27,389,105,401
IssuesEvent
2023-02-28 15:11:07
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
GOCA: Vm migration error -501
Status: Pending Type: Bug Category: API Priority: Normal
OpenNebula 6.0.0.2 github.com/OpenNebula/one/src/oca/go/src/goca v0.0.0-20230130124959-3c9bfecbd197 Try if err := n.controller.VM(134).Migrate(1, true, true, 0, 0); err != nil { return err } but have err: Code: -501 String: "Parameter that is supposed to be integer is not"
1.0
GOCA: Vm migration error -501 - OpenNebula 6.0.0.2 github.com/OpenNebula/one/src/oca/go/src/goca v0.0.0-20230130124959-3c9bfecbd197 Try if err := n.controller.VM(134).Migrate(1, true, true, 0, 0); err != nil { return err } but have err: Code: -501 String: "Parameter that is supposed to be integer is not...
non_reli
goca vm migration error opennebula github com opennebula one src oca go src goca try if err n controller vm migrate true true err nil return err but have err code string parameter that is supposed to be integer is not
0
1,185
13,634,351,343
IssuesEvent
2020-09-24 23:35:50
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
opened
Ensure all Key Vault models align correctly with the Swagger specification
Client KeyVault tenet-reliability
Issue #14513 showed that the Key Vault Keys library had issues when deserializing a couple models (fixed by #15375), so it would be a worthwhile effort to further look into the rest of the models in Keys, Certificates and Secrets to ensure everything conforms to the service's Swagger specification.
True
Ensure all Key Vault models align correctly with the Swagger specification - Issue #14513 showed that the Key Vault Keys library had issues when deserializing a couple models (fixed by #15375), so it would be a worthwhile effort to further look into the rest of the models in Keys, Certificates and Secrets to ensure eve...
reli
ensure all key vault models align correctly with the swagger specification issue showed that the key vault keys library had issues when deserializing a couple models fixed by so it would be a worthwhile effort to further look into the rest of the models in keys certificates and secrets to ensure everything ...
1
77
3,477,830,527
IssuesEvent
2015-12-28 06:21:47
PopupMaker/Popup-Maker
https://api.github.com/repos/PopupMaker/Popup-Maker
closed
Introduce new Popup class.
Reliability
This will simplify the data model & methods needed for both standard template loading and WP API loading. Methods is_loadable() title() content() theme_id() close_text()
True
Introduce new Popup class. - This will simplify the data model & methods needed for both standard template loading and WP API loading. Methods is_loadable() title() content() theme_id() close_text()
reli
introduce new popup class this will simplify the data model methods needed for both standard template loading and wp api loading methods is loadable title content theme id close text
1
278,999
21,104,597,275
IssuesEvent
2022-04-04 17:27:33
WaffleKone/Blades-Companion
https://api.github.com/repos/WaffleKone/Blades-Companion
opened
Configure boiler plates and linting
documentation
Make it look pretty and good! - [ ] Set up and configure ESLint and Prettier and make them work together - [ ] Set up automatic testing and changes with ESLint when commits are made - [ ] Set up all dependencies in package.json
1.0
Configure boiler plates and linting - Make it look pretty and good! - [ ] Set up and configure ESLint and Prettier and make them work together - [ ] Set up automatic testing and changes with ESLint when commits are made - [ ] Set up all dependencies in package.json
non_reli
configure boiler plates and linting make it look pretty and good set up and configure eslint and prettier and make them work together set up automatic testing and changes with eslint when commits are made set up all dependencies in package json
0
300
6,150,716,165
IssuesEvent
2017-06-27 23:31:29
CCI-MOC/hil
https://api.github.com/repos/CCI-MOC/hil
closed
Using SNMP to control switches to set VLANS
Reliability
We should have a better way to set VLANS programmatically than using pexpect due to the problems discussed in #744. @pjd-nu gave us super overview of how SNMP works and what troubles we may encounter (like it is good for reading stuff from hardware, but writing to hardware can be tedious at times) I, @henn, @naved00...
True
Using SNMP to control switches to set VLANS - We should have a better way to set VLANS programmatically than using pexpect due to the problems discussed in #744. @pjd-nu gave us super overview of how SNMP works and what troubles we may encounter (like it is good for reading stuff from hardware, but writing to hardware...
reli
using snmp to control switches to set vlans we should have a better way to set vlans programmatically than using pexpect due to the problems discussed in pjd nu gave us super overview of how snmp works and what troubles we may encounter like it is good for reading stuff from hardware but writing to hardware c...
1
19,684
13,389,959,492
IssuesEvent
2020-09-02 19:44:59
revangel/nostalgiabot2
https://api.github.com/repos/revangel/nostalgiabot2
opened
Add automatic linting
Technical infrastructure
# Overview It'd be nice to have our code consistently formatted, and more importantly, automatically. Use a combination of flake-8 and [black](https://github.com/psf/black) to implement this # Acceptance Criteria - [ ] A pre-commit hook exists to automatically format code changes
1.0
Add automatic linting - # Overview It'd be nice to have our code consistently formatted, and more importantly, automatically. Use a combination of flake-8 and [black](https://github.com/psf/black) to implement this # Acceptance Criteria - [ ] A pre-commit hook exists to automatically format code changes
non_reli
add automatic linting overview it d be nice to have our code consistently formatted and more importantly automatically use a combination of flake and to implement this acceptance criteria a pre commit hook exists to automatically format code changes
0
588
8,743,752,664
IssuesEvent
2018-12-12 20:05:24
rook/rook
https://api.github.com/repos/rook/rook
closed
Support user-space driver
block perf reliability wontfix
<!-- **Are you in the right place?** 1. For issues or feature requests, please create an issue in this repository. 2. For general technical and non-technical questions, we are happy to help you on our [Rook.io Slack](https://Rook-io.slack.com). 3. Did you already search the existing open issues for anything similar?...
True
Support user-space driver - <!-- **Are you in the right place?** 1. For issues or feature requests, please create an issue in this repository. 2. For general technical and non-technical questions, we are happy to help you on our [Rook.io Slack](https://Rook-io.slack.com). 3. Did you already search the existing open ...
reli
support user space driver are you in the right place for issues or feature requests please create an issue in this repository for general technical and non technical questions we are happy to help you on our did you already search the existing open issues for anything similar is...
1
2,315
24,682,950,719
IssuesEvent
2022-10-18 23:42:26
microsoft/pxt-arcade
https://api.github.com/repos/microsoft/pxt-arcade
closed
"maximum file size in package is ~64k" error causes game crash
bug p2 reliability forum
See: https://forum.makecode.com/t/maximum-file-size-in-package-is-64k/5267/2 I'm asking for more details and will update if we learn more.
True
"maximum file size in package is ~64k" error causes game crash - See: https://forum.makecode.com/t/maximum-file-size-in-package-is-64k/5267/2 I'm asking for more details and will update if we learn more.
reli
maximum file size in package is error causes game crash see i m asking for more details and will update if we learn more
1
2,731
27,298,852,026
IssuesEvent
2023-02-23 23:05:39
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
opened
[FEA] Run CI tests with injected OOMs
feature request ? - Needs Triage reliability
The idea behind this task is to leverage our python integration tests to perform retries likely randomly but could be configured to happen deterministically. A retried test that passes CI (where the output is the same as the CPU) is very valuable and much better at stressing this code out, with the alternative being re...
True
[FEA] Run CI tests with injected OOMs - The idea behind this task is to leverage our python integration tests to perform retries likely randomly but could be configured to happen deterministically. A retried test that passes CI (where the output is the same as the CPU) is very valuable and much better at stressing this...
reli
run ci tests with injected ooms the idea behind this task is to leverage our python integration tests to perform retries likely randomly but could be configured to happen deterministically a retried test that passes ci where the output is the same as the cpu is very valuable and much better at stressing this cod...
1
733,113
25,288,537,765
IssuesEvent
2022-11-16 21:34:06
thoth-station/kebechet
https://api.github.com/repos/thoth-station/kebechet
closed
descriptive text is wrong
kind/bug priority/important-soon sig/user-experience
## Bug description The descriptive text of the first bullet point at https://github.com/thoth-station/thamos/pull/1180 is commenting on the wrong object. the text is on a PR, but describes what happens on an issue. ### Steps to Reproduce Steps to reproduce the behavior: 1. Go to https://github.com/thoth-station/t...
1.0
descriptive text is wrong - ## Bug description The descriptive text of the first bullet point at https://github.com/thoth-station/thamos/pull/1180 is commenting on the wrong object. the text is on a PR, but describes what happens on an issue. ### Steps to Reproduce Steps to reproduce the behavior: 1. Go to https:...
non_reli
descriptive text is wrong bug description the descriptive text of the first bullet point at is commenting on the wrong object the text is on a pr but describes what happens on an issue steps to reproduce steps to reproduce the behavior go to see body of pr see error actual behav...
0
1,698
18,836,732,741
IssuesEvent
2021-11-11 02:27:46
zer0Kerbal/OhScrap
https://api.github.com/repos/zer0Kerbal/OhScrap
opened
Oh Scrap!/Scrapyard support?
mod support reliability
From Kerbalism created by [baldamundo](https://github.com/baldamundo): Kerbalism/Kerbalism#493 Wondered if anyone has given this any thought? Oh Scrap (https://forum.kerbalspaceprogram.com/index.php?/topic/160854-17x-oh-scrap-a-scrapyard-based-part-failure-and-reliability-mod-163-22062019/) is an incredibly good...
True
Oh Scrap!/Scrapyard support? - From Kerbalism created by [baldamundo](https://github.com/baldamundo): Kerbalism/Kerbalism#493 Wondered if anyone has given this any thought? Oh Scrap (https://forum.kerbalspaceprogram.com/index.php?/topic/160854-17x-oh-scrap-a-scrapyard-based-part-failure-and-reliability-mod-163-2...
reli
oh scrap scrapyard support from kerbalism created by kerbalism kerbalism wondered if anyone has given this any thought oh scrap is an incredibly good part failure mod which ties the failure to how many times you ve built copies of that part as well as how often that particular instance of the par...
1
125,845
17,861,250,044
IssuesEvent
2021-09-06 01:00:06
maorkuriel/JavaVulnerableLab
https://api.github.com/repos/maorkuriel/JavaVulnerableLab
opened
CVE-2015-4852 (High) detected in commons-collections-3.2.1.jar
security vulnerability
## CVE-2015-4852 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections-3.2.1.jar</b></p></summary> <p>Types that extend and augment the Java Collections Framework.</p> <p...
True
CVE-2015-4852 (High) detected in commons-collections-3.2.1.jar - ## CVE-2015-4852 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections-3.2.1.jar</b></p></summary> <p>Typ...
non_reli
cve high detected in commons collections jar cve high severity vulnerability vulnerable library commons collections jar types that extend and augment the java collections framework path to dependency file javavulnerablelab pom xml path to vulnerable library home wss scan...
0
2,761
27,557,522,324
IssuesEvent
2023-03-07 19:08:28
rapidsai/cudf
https://api.github.com/repos/rapidsai/cudf
opened
[FEA][JNI] Leverage cub's multi-buffer copy algorithm in JNI bindings
feature request ? - Needs Triage Performance cuDF (Java) helps: Spark Reliability
We would like to use https://github.com/NVIDIA/cub/issues/297 for our spilling logic https://github.com/NVIDIA/spark-rapids/issues/7672 in the spark-rapids plugin. We currently contiguous_split every single buffer that _could be_ spilled in the future, because at the time of spill the last thing we want to do is do...
True
[FEA][JNI] Leverage cub's multi-buffer copy algorithm in JNI bindings - We would like to use https://github.com/NVIDIA/cub/issues/297 for our spilling logic https://github.com/NVIDIA/spark-rapids/issues/7672 in the spark-rapids plugin. We currently contiguous_split every single buffer that _could be_ spilled in the...
reli
leverage cub s multi buffer copy algorithm in jni bindings we would like to use for our spilling logic in the spark rapids plugin we currently contiguous split every single buffer that could be spilled in the future because at the time of spill the last thing we want to do is double our memory usage ri...
1
50,032
7,551,601,394
IssuesEvent
2018-04-18 20:40:23
kubernetes/kubeadm
https://api.github.com/repos/kubernetes/kubeadm
closed
Please document that self-hosted feature does not survive a reboot (v 1.9.3)
active kind/documentation kind/feature priority/important-soon
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.--> ## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST ## Versions **kubeadm version** (use `kubeadm version`): ``` core@localhost ~ $ kubeadm version kubeadm version: &version.Info{Major:"1", Minor:"9", Gi...
1.0
Please document that self-hosted feature does not survive a reboot (v 1.9.3) - <!-- Thanks for filing an issue! Before hitting the button, please answer these questions.--> ## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST ## Versions **kubeadm version** (use `kubeadm version`): ``` core@localho...
non_reli
please document that self hosted feature does not survive a reboot v is this a bug report or feature request feature request versions kubeadm version use kubeadm version core localhost kubeadm version kubeadm version version info major minor gitversion ...
0
29,629
24,122,163,495
IssuesEvent
2022-09-20 19:46:36
GCTC-NTGC/gc-digital-talent
https://api.github.com/repos/GCTC-NTGC/gc-digital-talent
closed
Not possible to remove a feature flag on a single vertical
infrastructure
When removing a feature flag it would be good to be able to do it progressively: dev, UAT, and finally prod. Right now the setting is defined in appsvc-VERTICAL-talentcloud-template.json which is the shared file. So it isn't possible, I think.
1.0
Not possible to remove a feature flag on a single vertical - When removing a feature flag it would be good to be able to do it progressively: dev, UAT, and finally prod. Right now the setting is defined in appsvc-VERTICAL-talentcloud-template.json which is the shared file. So it isn't possible, I think.
non_reli
not possible to remove a feature flag on a single vertical when removing a feature flag it would be good to be able to do it progressively dev uat and finally prod right now the setting is defined in appsvc vertical talentcloud template json which is the shared file so it isn t possible i think
0
1,932
21,897,270,176
IssuesEvent
2022-05-20 09:50:28
jina-ai/jina
https://api.github.com/repos/jina-ai/jina
closed
Smarter retry mechanism for Executors with replicas
epic/reliability
Currently, the round robin scheduling between replicas does not apply when retrying to send a request, but only when a new request comes in. This means that if a replica is down, the gateway stubbornly tries to connect to the this same replica, ultimately failing the request despite other replicas being available. Thi...
True
Smarter retry mechanism for Executors with replicas - Currently, the round robin scheduling between replicas does not apply when retrying to send a request, but only when a new request comes in. This means that if a replica is down, the gateway stubbornly tries to connect to the this same replica, ultimately failing th...
reli
smarter retry mechanism for executors with replicas currently the round robin scheduling between replicas does not apply when retrying to send a request but only when a new request comes in this means that if a replica is down the gateway stubbornly tries to connect to the this same replica ultimately failing th...
1
757,487
26,514,714,957
IssuesEvent
2023-01-18 19:49:56
ramp4-pcar4/storylines-editor
https://api.github.com/repos/ramp4-pcar4/storylines-editor
closed
Editor slides do not switch properly when switching between panels of the same type
Bug Priority: High Needs: estimate
If you click on a slide and switch to edit the right panel and then use the table of contents to switch to another slide of the same type, the contents of the page are not updated properly. This is an issue we had with dynamic panels in the main Storylines app too, has something to do with Vue not re-rendering every...
1.0
Editor slides do not switch properly when switching between panels of the same type - If you click on a slide and switch to edit the right panel and then use the table of contents to switch to another slide of the same type, the contents of the page are not updated properly. This is an issue we had with dynamic pane...
non_reli
editor slides do not switch properly when switching between panels of the same type if you click on a slide and switch to edit the right panel and then use the table of contents to switch to another slide of the same type the contents of the page are not updated properly this is an issue we had with dynamic pane...
0
214,874
24,121,154,245
IssuesEvent
2022-09-20 18:50:25
Azure/AKS
https://api.github.com/repos/Azure/AKS
closed
Add Support for a KMS provider for Encrypting Secrets
security feature-request resolution/shipped
According to https://github.com/Azure/kubernetes-kms: > We have added this feature to aks-engine so that you do not have to worry about any of the manual steps to set this up. Does this mean Azure AKS encrypts secrets by default? I don't see a Key Vault being setup in the AKS resource group, so where are the keys...
True
Add Support for a KMS provider for Encrypting Secrets - According to https://github.com/Azure/kubernetes-kms: > We have added this feature to aks-engine so that you do not have to worry about any of the manual steps to set this up. Does this mean Azure AKS encrypts secrets by default? I don't see a Key Vault bein...
non_reli
add support for a kms provider for encrypting secrets according to we have added this feature to aks engine so that you do not have to worry about any of the manual steps to set this up does this mean azure aks encrypts secrets by default i don t see a key vault being setup in the aks resource group so w...
0
137,202
20,101,659,101
IssuesEvent
2022-02-07 05:25:24
Facepunch/sbox-issues
https://api.github.com/repos/Facepunch/sbox-issues
opened
Add WithSize, WithFormat, etc to TextureCubeBuilder
api design
**What it is** Currently, TextureCubeBuilder only has the methods WithUAVBinding and Finish. Texture.CreateCube doesn't take any arguments either. As far as I can tell, there's no way to specify the width/height of the cube texture, or the format of the data passed in. As a result, it is currently impossible to cr...
1.0
Add WithSize, WithFormat, etc to TextureCubeBuilder - **What it is** Currently, TextureCubeBuilder only has the methods WithUAVBinding and Finish. Texture.CreateCube doesn't take any arguments either. As far as I can tell, there's no way to specify the width/height of the cube texture, or the format of the data pas...
non_reli
add withsize withformat etc to texturecubebuilder what it is currently texturecubebuilder only has the methods withuavbinding and finish texture createcube doesn t take any arguments either as far as i can tell there s no way to specify the width height of the cube texture or the format of the data pas...
0
841
10,789,348,390
IssuesEvent
2019-11-05 11:43:06
sohaibaslam/learning_site
https://api.github.com/repos/sohaibaslam/learning_site
opened
Broken Crawler: puma
crawler broken/unreliable
name: puma-at name: puma-be name: puma-ch name: puma-cz name: puma-de name: puma-dk name: puma-es name: puma-fi name: puma-fr name: puma-gr name: puma-hu name: puma-ie name: puma-it name: puma-lu name: puma-nl name: puma-pl name: puma-pt name: puma-se mixin_count: 18
True
Broken Crawler: puma - name: puma-at name: puma-be name: puma-ch name: puma-cz name: puma-de name: puma-dk name: puma-es name: puma-fi name: puma-fr name: puma-gr name: puma-hu name: puma-ie name: puma-it name: puma-lu name: puma-nl name: puma-pl name: puma-pt name: puma-se mixin_count: 18
reli
broken crawler puma name puma at name puma be name puma ch name puma cz name puma de name puma dk name puma es name puma fi name puma fr name puma gr name puma hu name puma ie name puma it name puma lu name puma nl name puma pl name puma pt name puma se mixin count
1
165,437
14,002,060,981
IssuesEvent
2020-10-28 14:22:29
AY2021S1-CS2103T-T09-1/tp
https://api.github.com/repos/AY2021S1-CS2103T-T09-1/tp
closed
UG: Add Tags command + update add, edit, find commands
documentation priority.High type.Task
- Add Tags command - Update add command - Update edit command - Update find command
1.0
UG: Add Tags command + update add, edit, find commands - - Add Tags command - Update add command - Update edit command - Update find command
non_reli
ug add tags command update add edit find commands add tags command update add command update edit command update find command
0
259,874
8,200,923,745
IssuesEvent
2018-09-01 11:14:52
TuranicTeam/Altay
https://api.github.com/repos/TuranicTeam/Altay
closed
Banner's
Category: Core Priority: Low Type: Cosmetic
#### Issue description It would be necessary to operate banner crafts! [ ![image](https://user-images.githubusercontent.com/28710769/41804503-bd0fca02-7697-11e8-8afc-179e49586965.png) ](url) #### Steps to reproduce the issue <!--- Help us find the problem by adding steps to reproduce the issue --> - #### OS...
1.0
Banner's - #### Issue description It would be necessary to operate banner crafts! [ ![image](https://user-images.githubusercontent.com/28710769/41804503-bd0fca02-7697-11e8-8afc-179e49586965.png) ](url) #### Steps to reproduce the issue <!--- Help us find the problem by adding steps to reproduce the issue --> ...
non_reli
banner s issue description it would be necessary to operate banner crafts url steps to reproduce the issue os and versions valid version must contain build number or git hash latest is invalid if the version is invalid the issue will be closed game versions inc...
0
165,756
12,879,870,884
IssuesEvent
2020-07-12 01:26:52
osquery/osquery
https://api.github.com/repos/osquery/osquery
closed
Create tests for the table `sharing_preferences`
good-first-issue macOS test
## Create tests for the table `sharing_preferences` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there is any guarantee to number of rows (e.g. only 1 record in every...
1.0
Create tests for the table `sharing_preferences` - ## Create tests for the table `sharing_preferences` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there is any guara...
non_reli
create tests for the table sharing preferences create tests for the table sharing preferences create header file for the table implementation if one is not exists in test query the table and check if retrieved columns name and types match the columns from table spec if there is any guara...
0
154
4,628,109,909
IssuesEvent
2016-09-28 02:20:03
UofSSpaceDesignTeam/rover-hardware
https://api.github.com/repos/UofSSpaceDesignTeam/rover-hardware
closed
Replace bad battery cell
Mandatory Power Reliability
One of the battery cells started expanding. It has been removed, and will be taken away to be (hopefully) disposed of properly. A new one will need to be installed to replace it. A new case will need to be designed to hold the cells under the right amount of pressure (job for the mechanical team?).
True
Replace bad battery cell - One of the battery cells started expanding. It has been removed, and will be taken away to be (hopefully) disposed of properly. A new one will need to be installed to replace it. A new case will need to be designed to hold the cells under the right amount of pressure (job for the mechanical t...
reli
replace bad battery cell one of the battery cells started expanding it has been removed and will be taken away to be hopefully disposed of properly a new one will need to be installed to replace it a new case will need to be designed to hold the cells under the right amount of pressure job for the mechanical t...
1
471
7,734,135,141
IssuesEvent
2018-05-26 20:27:07
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Cloud provider api issues can prevent kubelet from reporting node status
area/reliability kind/bug lifecycle/rotten sig/node
There have been a number of reported instances of cloud provider services becoming unresponsive and this causing adverse affects in kubernetes. If the cloud provider api is unresponsive, it could prevent the node from reporting node/pod status to the apiserver. If this happens for too long, the node will be marked No...
True
Cloud provider api issues can prevent kubelet from reporting node status - There have been a number of reported instances of cloud provider services becoming unresponsive and this causing adverse affects in kubernetes. If the cloud provider api is unresponsive, it could prevent the node from reporting node/pod status ...
reli
cloud provider api issues can prevent kubelet from reporting node status there have been a number of reported instances of cloud provider services becoming unresponsive and this causing adverse affects in kubernetes if the cloud provider api is unresponsive it could prevent the node from reporting node pod status ...
1
2,080
23,229,350,057
IssuesEvent
2022-08-03 05:50:57
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Infinite recursion during resource lookup within System.Private.CoreLib
area-Meta tenet-reliability untriaged needs-author-action
### Description ``` CoreCLR Version: 6.0.622.26707 .NET Version: 6.0.6 Description: The application requested process termination through System.Environment.FailFast(string message). Message: Infinite recursion during resource lookup within System.Private.CoreLib. This may be a bug in System.Private.CoreLib...
True
Infinite recursion during resource lookup within System.Private.CoreLib - ### Description ``` CoreCLR Version: 6.0.622.26707 .NET Version: 6.0.6 Description: The application requested process termination through System.Environment.FailFast(string message). Message: Infinite recursion during resource lookup w...
reli
infinite recursion during resource lookup within system private corelib description coreclr version net version description the application requested process termination through system environment failfast string message message infinite recursion during resource lookup within ...
1
273,459
8,530,913,133
IssuesEvent
2018-11-04 05:16:26
CS2113-AY1819S1-W13-2/main
https://api.github.com/repos/CS2113-AY1819S1-W13-2/main
closed
Wrong prefix format used should reflect invalid command format message instead.
priority.high severity.High type.bug
**Describe the bug** Wrong prefix format used should reflect invalid command format message instead. **To Reproduce** Steps to reproduce the behavior: put additional prefix at the end of the full add command as showed in picture. **Expected behavior** A clear and concise description of what you expected to ha...
1.0
Wrong prefix format used should reflect invalid command format message instead. - **Describe the bug** Wrong prefix format used should reflect invalid command format message instead. **To Reproduce** Steps to reproduce the behavior: put additional prefix at the end of the full add command as showed in picture. ...
non_reli
wrong prefix format used should reflect invalid command format message instead describe the bug wrong prefix format used should reflect invalid command format message instead to reproduce steps to reproduce the behavior put additional prefix at the end of the full add command as showed in picture ...
0
281
6,001,208,880
IssuesEvent
2017-06-05 08:28:24
datacite/datacite
https://api.github.com/repos/datacite/datacite
opened
Incident report have service outage
data center member reliability
As a data center manager (or member), I want a complete report after every incident so I can explain what happened to my users.
True
Incident report have service outage - As a data center manager (or member), I want a complete report after every incident so I can explain what happened to my users.
reli
incident report have service outage as a data center manager or member i want a complete report after every incident so i can explain what happened to my users
1
792,040
27,943,705,604
IssuesEvent
2023-03-24 00:03:35
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
[MS] Create monitoring dashboard for MSPileup microservice
New Feature High Priority Stakeholders MSPileup QPrio: High
**Impact of the new feature** New WMCore microservice **Is your feature request related to a problem? Please describe.** Creation of a new microservice to make pileup management more efficient and easier. Subtask of https://github.com/dmwm/WMCore/issues/9779 **Describe the solution you'd like** This is a join...
1.0
[MS] Create monitoring dashboard for MSPileup microservice - **Impact of the new feature** New WMCore microservice **Is your feature request related to a problem? Please describe.** Creation of a new microservice to make pileup management more efficient and easier. Subtask of https://github.com/dmwm/WMCore/issues...
non_reli
create monitoring dashboard for mspileup microservice impact of the new feature new wmcore microservice is your feature request related to a problem please describe creation of a new microservice to make pileup management more efficient and easier subtask of describe the solution you d like ...
0
336,273
24,491,492,483
IssuesEvent
2022-10-10 02:46:55
vamsitadikonda/chat-defender-bot
https://api.github.com/repos/vamsitadikonda/chat-defender-bot
closed
Doc generation issues
documentation
Documentation generation is not syncing with GitHub pages. Please update the hook
1.0
Doc generation issues - Documentation generation is not syncing with GitHub pages. Please update the hook
non_reli
doc generation issues documentation generation is not syncing with github pages please update the hook
0
2,840
28,101,638,438
IssuesEvent
2023-03-30 20:00:47
supaglue-labs/supaglue
https://api.github.com/repos/supaglue-labs/supaglue
closed
Make sync history log ids idempotent
reliability
Right now, when we log a new SyncHistory event, we generate an id on the fly (or rather, prisma/DB does). This means that on retry, we create a new set of history log ids. Instead of doing this, we should not be writing another set of SyncHistory events. We can do this by using deterministic UUIDs. We can do this by...
True
Make sync history log ids idempotent - Right now, when we log a new SyncHistory event, we generate an id on the fly (or rather, prisma/DB does). This means that on retry, we create a new set of history log ids. Instead of doing this, we should not be writing another set of SyncHistory events. We can do this by using...
reli
make sync history log ids idempotent right now when we log a new synchistory event we generate an id on the fly or rather prisma db does this means that on retry we create a new set of history log ids instead of doing this we should not be writing another set of synchistory events we can do this by using...
1
6,181
13,886,002,489
IssuesEvent
2020-10-18 22:34:42
bSchnepp/Feral
https://api.github.com/repos/bSchnepp/Feral
closed
[REGRESSION] - RS232 driver is no longer functioning
architecture feature high-priority
Since the CMake migration (https://github.com/bSchnepp/Feral/commit/79a9c3a2631900b422757ce159204135c7c2842b), it appears that the serial driver no longer functions, and COM1 is empty when the kernel finished booting.
1.0
[REGRESSION] - RS232 driver is no longer functioning - Since the CMake migration (https://github.com/bSchnepp/Feral/commit/79a9c3a2631900b422757ce159204135c7c2842b), it appears that the serial driver no longer functions, and COM1 is empty when the kernel finished booting.
non_reli
driver is no longer functioning since the cmake migration it appears that the serial driver no longer functions and is empty when the kernel finished booting
0
448
7,573,968,079
IssuesEvent
2018-04-23 19:27:01
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Reduce allocation requirements in WriteObjectWorker
4 - In Review Area-Compilers Bug Investigation Required Tenet-Reliability
The dictionaries used by `WriteObjectWorker` can become large, and occasionally fail when the IDE is under memory pressure. We should identify sets of objects which cannot be multiply-referenced within the object getting serialized, and avoid adding these objects to the map. https://github.com/dotnet/roslyn/blob/878...
True
Reduce allocation requirements in WriteObjectWorker - The dictionaries used by `WriteObjectWorker` can become large, and occasionally fail when the IDE is under memory pressure. We should identify sets of objects which cannot be multiply-referenced within the object getting serialized, and avoid adding these objects to...
reli
reduce allocation requirements in writeobjectworker the dictionaries used by writeobjectworker can become large and occasionally fail when the ide is under memory pressure we should identify sets of objects which cannot be multiply referenced within the object getting serialized and avoid adding these objects to...
1
622,429
19,635,153,302
IssuesEvent
2022-01-08 05:57:37
Treetrain1/Survival-Remastered
https://api.github.com/repos/Treetrain1/Survival-Remastered
closed
On exiting the end portal, you will teleport into the void and die
bug high priority
When exiting the end through the portal using beta 5, you will probably fall through the world and die
1.0
On exiting the end portal, you will teleport into the void and die - When exiting the end through the portal using beta 5, you will probably fall through the world and die
non_reli
on exiting the end portal you will teleport into the void and die when exiting the end through the portal using beta you will probably fall through the world and die
0
708
9,980,573,596
IssuesEvent
2019-07-10 04:11:33
dotnet/project-system
https://api.github.com/repos/dotnet/project-system
closed
Renamed an item from an import crashes VS
Bug Feature-Project-File-Simplification Project-System-CPS Tenet-Reliability Urgency-Soon
Renamed an item from an import ``` Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException at Microsoft.VisualStudio.ProjectSystem.VS.Rename.Renamer+<IsCompilationCaseSensitiveAsync>d__15.MoveNext...
True
Renamed an item from an import crashes VS - Renamed an item from an import ``` Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException at Microsoft.VisualStudio.ProjectSystem.VS.Rename.Renamer+<Is...
reli
renamed an item from an import crashes vs renamed an item from an import application devenv exe framework version description the process was terminated due to an unhandled exception exception info system nullreferenceexception at microsoft visualstudio projectsystem vs rename renamer d mo...
1
990
12,013,684,129
IssuesEvent
2020-04-10 09:27:25
microsoft/calculator
https://api.github.com/repos/microsoft/calculator
closed
AltGr + E causes unhandled exception 0x40080201
Area: Reliability Bug Pri: 2 triage approved
Calculator crashes when using the [`AltGr` key](https://en.wikipedia.org/wiki/AltGr_key) in combination with the `E` key. **Steps To Reproduce** 1. Open calculator in any mode (for example `Standard`). 2. Type nothing or anything you want. 3. Press at least once or hold the `AltGr` key on a physical or virtual ke...
True
AltGr + E causes unhandled exception 0x40080201 - Calculator crashes when using the [`AltGr` key](https://en.wikipedia.org/wiki/AltGr_key) in combination with the `E` key. **Steps To Reproduce** 1. Open calculator in any mode (for example `Standard`). 2. Type nothing or anything you want. 3. Press at least once o...
reli
altgr e causes unhandled exception calculator crashes when using the in combination with the e key steps to reproduce open calculator in any mode for example standard type nothing or anything you want press at least once or hold the altgr key on a physical or virtual keyboard ...
1
14,504
2,814,133,886
IssuesEvent
2015-05-18 18:19:17
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[TEST-FAILURE] ClientMemberAttributeTest.testChangeMemberAttributes
Team: Client Type: Defect
``` java.lang.AssertionError: CountDownLatch failed to complete within 120 seconds , count left: 1 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at com.hazelcast.test.HazelcastTestSupport.assertOpenEventually(HazelcastTestSupport.java:603) at com.hazelcast.test.Hazelca...
1.0
[TEST-FAILURE] ClientMemberAttributeTest.testChangeMemberAttributes - ``` java.lang.AssertionError: CountDownLatch failed to complete within 120 seconds , count left: 1 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at com.hazelcast.test.HazelcastTestSupport.assertOpenEve...
non_reli
clientmemberattributetest testchangememberattributes java lang assertionerror countdownlatch failed to complete within seconds count left at org junit assert fail assert java at org junit assert asserttrue assert java at com hazelcast test hazelcasttestsupport assertopeneventually hazelcast...
0
236
5,530,185,596
IssuesEvent
2017-03-21 01:25:35
Azure/azure-webjobs-sdk-script
https://api.github.com/repos/Azure/azure-webjobs-sdk-script
closed
Scale controller needs more complex heuristic to estimate memory needs
reliability scale controller
There is an issue in our current implementation that each worker that is running the site independently reports the active working set that it has been observing for site, and the last writer wins. This results in situations where if one of the site’s instances is ‘inactive’, or under low load, let’s say due to inabili...
True
Scale controller needs more complex heuristic to estimate memory needs - There is an issue in our current implementation that each worker that is running the site independently reports the active working set that it has been observing for site, and the last writer wins. This results in situations where if one of the si...
reli
scale controller needs more complex heuristic to estimate memory needs there is an issue in our current implementation that each worker that is running the site independently reports the active working set that it has been observing for site and the last writer wins this results in situations where if one of the si...
1
187,857
14,433,311,848
IssuesEvent
2020-12-07 04:29:54
eclipse/openj9
https://api.github.com/repos/eclipse/openj9
reopened
Windows LambdaLoadTest hang
test failure
ERROR: type should be string, got "https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_special.system_x86-32_windows_Personal/33\r\nLambdaLoadTest_OpenJ9_NonLinux_special_24\r\nvariation: Mode107-OSRG\r\nJVM_OPTIONS: -Xgcpolicy:optthruput -Xdebug -Xrunjdwp:transport=dt_socket,address=8888,server=y,onthrow=no.pkg.foo,launch=echo -Xjit:enableOSR,enableOSROnGuardFailure,count=1,disableAsyncCompilation \r\n\r\nNo diagnostic files generated.\r\n\r\n```\r\n10:22:03.554 - Completed 3.0%. Number of tests started=6\r\n10:22:23.882 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:22:43.460 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:23:03.476 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:23:23.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:23:43.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:24:03.413 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:24:23.429 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:24:43.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:25:03.460 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:25:23.476 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:25:43.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:26:03.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:26:23.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:26:43.429 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:27:03.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:27:23.460 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:27:43.476 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:28:03.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:28:23.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:28:43.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:29:03.429 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:29:23.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:29:43.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:30:03.476 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:30:23.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:30:43.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:31:03.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:31:23.429 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:31:43.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:32:03.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:32:23.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:32:43.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:33:03.429 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:33:23.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:33:43.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:34:03.476 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:34:23.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:34:43.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:35:03.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:35:23.429 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:35:43.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:36:03.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:36:23.476 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:36:43.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:37:03.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:37:23.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:37:43.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:38:03.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:38:23.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:38:43.476 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:39:03.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:39:23.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:39:43.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:40:03.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:40:23.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:40:43.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:41:03.476 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:41:23.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:41:43.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:42:03.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:42:23.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:42:43.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:43:03.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:43:23.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:43:43.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:44:03.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:44:23.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:44:43.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:45:03.445 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:45:23.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:45:43.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:46:03.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:46:23.398 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:46:43.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:47:03.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:47:23.508 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:47:43.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:48:03.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:48:23.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:48:43.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:49:03.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:49:23.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:49:43.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:50:03.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:50:23.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:50:43.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:51:03.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:51:23.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:51:43.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:52:03.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:52:23.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:52:43.492 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:53:03.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:53:23.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:53:43.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:54:03.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:54:23.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:54:43.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:55:03.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:55:23.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:55:43.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:56:03.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:56:23.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:56:43.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:57:03.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:57:23.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:57:43.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:58:03.414 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:58:23.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:58:43.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:59:03.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:59:23.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n10:59:43.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:00:03.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:00:23.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:00:43.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:01:03.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:01:23.461 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:01:43.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:02:03.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:02:23.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:02:43.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:03:03.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:03:23.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:03:43.462 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:04:03.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:04:23.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:04:43.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:05:03.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:05:23.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:05:43.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:06:03.462 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:06:23.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:06:43.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:07:03.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:07:23.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:07:43.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:08:03.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:08:23.462 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:08:43.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:09:03.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:09:23.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:09:43.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:10:03.430 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:10:23.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:10:43.462 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:11:03.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:11:23.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:11:43.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:12:03.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:12:23.431 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:12:43.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:13:03.462 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:13:23.477 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:13:43.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:14:03.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:14:23.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:14:43.431 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:15:03.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:15:23.462 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:15:43.478 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:16:03.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:16:23.399 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:16:43.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:17:03.431 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:17:23.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:17:43.462 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:18:03.478 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:18:23.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:18:43.400 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:19:03.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:19:23.431 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:19:43.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:20:03.462 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:20:23.478 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:20:43.493 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:21:03.400 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:21:23.415 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:21:43.431 - Completed 3.0%. Number of tests started=6 (+0)\r\n11:22:03.446 - Completed 3.0%. Number of tests started=6 (+0)\r\n```"
1.0
Windows LambdaLoadTest hang - https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_special.system_x86-32_windows_Personal/33 LambdaLoadTest_OpenJ9_NonLinux_special_24 variation: Mode107-OSRG JVM_OPTIONS: -Xgcpolicy:optthruput -Xdebug -Xrunjdwp:transport=dt_socket,address=8888,server=y,onthrow=no.pkg.foo,launch=echo -...
non_reli
windows lambdaloadtest hang lambdaloadtest nonlinux special variation osrg jvm options xgcpolicy optthruput xdebug xrunjdwp transport dt socket address server y onthrow no pkg foo launch echo xjit enableosr enableosronguardfailure count disableasynccompilation no diagnostic files generated ...
0
2,997
30,833,054,715
IssuesEvent
2023-08-02 04:29:16
hackforla/ops
https://api.github.com/repos/hackforla/ops
opened
[SPIKE] Set up AWS CloudWatch billing alarms
size: 2pt role: Site Reliability Engineer feature: monitoring
### Overview Currently, we have no safe guards in place if an AWS service costs more than anticipated. AWS has measures in place with tools like Cloudwatch. Let's investigate how to set up a cloudwatch alarm and see if we can set up safeguards. ### Action Items - [ ] Investigate HFLA's incubator AWS setup - [ ] ...
True
[SPIKE] Set up AWS CloudWatch billing alarms - ### Overview Currently, we have no safe guards in place if an AWS service costs more than anticipated. AWS has measures in place with tools like Cloudwatch. Let's investigate how to set up a cloudwatch alarm and see if we can set up safeguards. ### Action Items - [ ...
reli
set up aws cloudwatch billing alarms overview currently we have no safe guards in place if an aws service costs more than anticipated aws has measures in place with tools like cloudwatch let s investigate how to set up a cloudwatch alarm and see if we can set up safeguards action items invest...
1
466
7,698,594,608
IssuesEvent
2018-05-19 00:41:51
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
WinHttpRequestState memory leak when cancelling requests
area-System.Net.Http bug os-windows tenet-reliability
(reported by ASP.NET team). cc: @DavidObando There is a memory leak of WinHttpRequestState (and related objects) when the outstanding http request is canceled prior to it completing with an HttpResponseMessage.
True
WinHttpRequestState memory leak when cancelling requests - (reported by ASP.NET team). cc: @DavidObando There is a memory leak of WinHttpRequestState (and related objects) when the outstanding http request is canceled prior to it completing with an HttpResponseMessage.
reli
winhttprequeststate memory leak when cancelling requests reported by asp net team cc davidobando there is a memory leak of winhttprequeststate and related objects when the outstanding http request is canceled prior to it completing with an httpresponsemessage
1
2,851
28,236,391,837
IssuesEvent
2023-04-06 01:09:11
hackforla/ops
https://api.github.com/repos/hackforla/ops
opened
Provision RDS database for People Depot dev environment
size: 2pt role: Data Engineer role: Site Reliability Engineer feature: deployment
### Overview As a People Depot developer, I'd like an developer environment database provisioned for People Depot developers to work against. ### Action Items - [ ] Provision PostgresQL RDS - [ ] Give dev credentials to People Depot ### Resources/Instructions https://repost.aws/knowledge-center/ecs-fargate...
True
Provision RDS database for People Depot dev environment - ### Overview As a People Depot developer, I'd like an developer environment database provisioned for People Depot developers to work against. ### Action Items - [ ] Provision PostgresQL RDS - [ ] Give dev credentials to People Depot ### Resources/Ins...
reli
provision rds database for people depot dev environment overview as a people depot developer i d like an developer environment database provisioned for people depot developers to work against action items provision postgresql rds give dev credentials to people depot resources instruc...
1
1,109
13,146,873,446
IssuesEvent
2020-08-08 12:33:03
osbuild/osbuild-composer
https://api.github.com/repos/osbuild/osbuild-composer
opened
ci: exceeding openstack quota
ci-reliability
Now that our image tests spawn openstack instances we risk exceeding our quota, leading to test failure. A simple solution to this would be to limit the number of parallel tests we run to account for how many openstack instances each test may need.
True
ci: exceeding openstack quota - Now that our image tests spawn openstack instances we risk exceeding our quota, leading to test failure. A simple solution to this would be to limit the number of parallel tests we run to account for how many openstack instances each test may need.
reli
ci exceeding openstack quota now that our image tests spawn openstack instances we risk exceeding our quota leading to test failure a simple solution to this would be to limit the number of parallel tests we run to account for how many openstack instances each test may need
1
110,010
16,963,463,390
IssuesEvent
2021-06-29 08:03:47
elastic/kibana
https://api.github.com/repos/elastic/kibana
reopened
[Security Solution] Analyzer UI shows the message 'No Process Events Found' if the user navigates to extreme North, South, East or West
QA:Validated Team: SecuritySolution Team:Threat Hunting bug v7.13.0
**Describe the feature** Analyzer UI shows the message 'No Process Events Found' if the user navigates to extreme North, South, East or West **Build Details:** ``` Version: 7.12.1 BC3 Commit: d03a18355d794e508183a34734141626ce74b2c4 Build: 39452 Artifact Page: https://staging.elastic.co/7.12.1-7947c5bf/summary...
True
[Security Solution] Analyzer UI shows the message 'No Process Events Found' if the user navigates to extreme North, South, East or West - **Describe the feature** Analyzer UI shows the message 'No Process Events Found' if the user navigates to extreme North, South, East or West **Build Details:** ``` Version: 7.1...
non_reli
analyzer ui shows the message no process events found if the user navigates to extreme north south east or west describe the feature analyzer ui shows the message no process events found if the user navigates to extreme north south east or west build details version commit b...
0
1,559
17,064,819,271
IssuesEvent
2021-07-07 05:32:50
MicrosoftDocs/live-share
https://api.github.com/repos/MicrosoftDocs/live-share
closed
Infinite loading and disconnecting issues
needs more info product-feedback reliability
Hello, Me and my team have been using this product for more than half a year now, but more than ever, it seems to be glitching everywhere and generally causing a lot of problems. Currently, we experience the following issues: changes don't save often times, the localhost is randomly failing, plus infinite or gen...
True
Infinite loading and disconnecting issues - Hello, Me and my team have been using this product for more than half a year now, but more than ever, it seems to be glitching everywhere and generally causing a lot of problems. Currently, we experience the following issues: changes don't save often times, the localho...
reli
infinite loading and disconnecting issues hello me and my team have been using this product for more than half a year now but more than ever it seems to be glitching everywhere and generally causing a lot of problems currently we experience the following issues changes don t save often times the localho...
1
752
10,348,015,677
IssuesEvent
2019-09-04 18:46:02
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Cancelling Http requests can result in "The handle is invalid" or other WinHTTP state errors
area-System.Net.Http bug os-windows tenet-reliability
Http requests can be cancelled in various ways using a cancellation token or even a timeout. Sometimes the CI tests timeout contacting the Azure test server due to network congestion, so this results in the requests getting cancelled as well by the HttpClient.Timeout property. When Http requests are cancelled in Win...
True
Cancelling Http requests can result in "The handle is invalid" or other WinHTTP state errors - Http requests can be cancelled in various ways using a cancellation token or even a timeout. Sometimes the CI tests timeout contacting the Azure test server due to network congestion, so this results in the requests getting c...
reli
cancelling http requests can result in the handle is invalid or other winhttp state errors http requests can be cancelled in various ways using a cancellation token or even a timeout sometimes the ci tests timeout contacting the azure test server due to network congestion so this results in the requests getting c...
1
5,657
3,972,533,487
IssuesEvent
2016-05-04 15:36:21
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Mounting an AWS volume returns an error that looks incorrect: Could not attach EBS Disk "placeholder-for-provisioning": Invalid format for AWS volume
area/usability component/storage
This looks like an incorrect setup. Is this the dynamic provisioner? The error message is not useful to admins or users. ``` - apiVersion: v1 count: 1 firstTimestamp: 2016-05-04T14:33:04Z involvedObject: apiVersion: v1 kind: Pod name: jenkins-1-c1629 namespace: jwforres resourceV...
True
Mounting an AWS volume returns an error that looks incorrect: Could not attach EBS Disk "placeholder-for-provisioning": Invalid format for AWS volume - This looks like an incorrect setup. Is this the dynamic provisioner? The error message is not useful to admins or users. ``` - apiVersion: v1 count: 1 firs...
non_reli
mounting an aws volume returns an error that looks incorrect could not attach ebs disk placeholder for provisioning invalid format for aws volume this looks like an incorrect setup is this the dynamic provisioner the error message is not useful to admins or users apiversion count first...
0
2,932
30,316,765,236
IssuesEvent
2023-07-10 16:05:20
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
closed
Cancel on-going remote stream registration on stream removal
kind/bug area/performance area/reliability component/transport
**Describe the bug** There is currently a potential race condition which would result in a remote stream existing server side, even though the client stream has gone away. Since we register remote streams asynchronously, a remove request may be submitted client side, which will immediately remove it there. Then a...
True
Cancel on-going remote stream registration on stream removal - **Describe the bug** There is currently a potential race condition which would result in a remote stream existing server side, even though the client stream has gone away. Since we register remote streams asynchronously, a remove request may be submit...
reli
cancel on going remote stream registration on stream removal describe the bug there is currently a potential race condition which would result in a remote stream existing server side even though the client stream has gone away since we register remote streams asynchronously a remove request may be submit...
1
468,217
13,463,030,587
IssuesEvent
2020-09-09 16:56:40
googleapis/releasetool
https://api.github.com/repos/googleapis/releasetool
closed
Magic proxy is currently failing, resulting in labels not being removed post publication
priority: p2 type: bug
#### Steps to reproduce 1. Merge a release PR, resulting in autorelease tagging a release. 2. It will enqueue a job which kicks off publication on kokoro. 3. When this job finishes, publication will succeed, but labels will not be released; the following error will be in logs: ```bash requests.exceptions...
1.0
Magic proxy is currently failing, resulting in labels not being removed post publication - #### Steps to reproduce 1. Merge a release PR, resulting in autorelease tagging a release. 2. It will enqueue a job which kicks off publication on kokoro. 3. When this job finishes, publication will succeed, but labels...
non_reli
magic proxy is currently failing resulting in labels not being removed post publication steps to reproduce merge a release pr resulting in autorelease tagging a release it will enqueue a job which kicks off publication on kokoro when this job finishes publication will succeed but labels...
0