Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
696,713
23,912,545,060
IssuesEvent
2022-09-09 09:33:30
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.t-mobile.com - site is not usable
browser-firefox priority-important engine-gecko
<!-- @browser: Firefox 105.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/110516 --> **URL**: https://www.t-mobile.com/unsupported_firefox_incognito **Browser / Version**: Firefox 105.0 **Operating System**: Linux **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**: Firefox is no longer supported in private mode The Firefox browser is no longer supported in private mode on our site. To continue, please take Firefox out of private mode or choose another browser. We recommend Chrome, Safari or Edge. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/9/a9a10009-fc42-46ce-b7db-cb853f10be8f.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220906185728</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2022/9/6f9ab20b-36f3-481e-92fc-59e50924d362) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.t-mobile.com - site is not usable - <!-- @browser: Firefox 105.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/110516 --> **URL**: https://www.t-mobile.com/unsupported_firefox_incognito **Browser / Version**: Firefox 105.0 **Operating System**: Linux **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**: Firefox is no longer supported in private mode The Firefox browser is no longer supported in private mode on our site. To continue, please take Firefox out of private mode or choose another browser. We recommend Chrome, Safari or Edge. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/9/a9a10009-fc42-46ce-b7db-cb853f10be8f.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220906185728</li><li>channel: aurora</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2022/9/6f9ab20b-36f3-481e-92fc-59e50924d362) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
site is not usable url browser version firefox operating system linux tested another browser yes other problem type site is not usable description browser unsupported steps to reproduce firefox is no longer supported in private mode the firefox browser is no longer supported in private mode on our site to continue please take firefox out of private mode or choose another browser we recommend chrome safari or edge view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel aurora hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
402,774
11,824,683,969
IssuesEvent
2020-03-21 08:06:13
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Treeshaking is not working with "Product Review Lite Plugin".
[Priority: HIGH] bug
At user's end, tree shaking is not working. Ref: https://secure.helpscout.net/conversation/1092092231/113049?folderId=3257665
1.0
Treeshaking is not working with "Product Review Lite Plugin". - At user's end, tree shaking is not working. Ref: https://secure.helpscout.net/conversation/1092092231/113049?folderId=3257665
priority
treeshaking is not working with product review lite plugin at user s end tree shaking is not working ref
1
342,525
10,318,658,983
IssuesEvent
2019-08-30 15:27:08
ralna/RALFit
https://api.github.com/repos/ralna/RALFit
closed
Add fallback to `calculate_step`
Medium Priority
Consider adding a fallback call for `type_of_method = 2` and `nlls_method = 3|4` if `call regularization_solver` fails, then don't terminate with error but try `call solve_galahad`. https://github.com/ralna/RALFit/blob/b9f438c25874379a71922f7c18f352722d7cf55c/libRALFit/src/ral_nlls_internal.f90#L1192-L1207 The issue is raised when for some reason Delta is such that `Ashift = A + 1/Delta` does not guarantee `Ashift` is SPD and the call to `SPD_solve` fails.
1.0
Add fallback to `calculate_step` - Consider adding a fallback call for `type_of_method = 2` and `nlls_method = 3|4` if `call regularization_solver` fails, then don't terminate with error but try `call solve_galahad`. https://github.com/ralna/RALFit/blob/b9f438c25874379a71922f7c18f352722d7cf55c/libRALFit/src/ral_nlls_internal.f90#L1192-L1207 The issue is raised when for some reason Delta is such that `Ashift = A + 1/Delta` does not guarantee `Ashift` is SPD and the call to `SPD_solve` fails.
priority
add fallback to calculate step consider adding a fallback call for type of method and nlls method if call regularization solver fails then don t terminate with error but try call solve galahad the issue is raised when for some reason delta is such that ashift a delta does not guarantee ashift is spd and the call to spd solve fails
1
469,734
13,524,599,351
IssuesEvent
2020-09-15 11:48:34
containous/traefik
https://api.github.com/repos/containous/traefik
closed
Traefik only copies a single IP from a Kubernetes Service to the Ingress
area/provider/k8s kind/enhancement priority/P2
<!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! --> ### Do you want to request a *feature* or report a *bug*? Bug ### What did you do? I'm running Traefik on a k3s cluster using the v2 Helm Chart. I have this specified, so as to populate all of the Ingress statuses from the IPs in the LoadBalancer service: ``` --providers.kubernetesIngress.ingressEndpoint.publishedService=default/base-ingress-traefik ``` The Service in question has three IPs: ```yaml apiVersion: v1 kind: Service metadata [ ... etc ... ] name: base-ingress-traefik namespace: default spec: [ ... etc .. ] type: LoadBalancer status: loadBalancer: ingress: - ip: 194.61.20.16 - ip: 194.61.20.198 - ip: 194.61.20.61 ``` However, Traefik is only copying one of the three IPs from the LoadBalancer to the Ingress status: ```yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: name: staging-livepeer-api namespace: default spec: [redacted] status: loadBalancer: ingress: - ip: 194.61.20.16 ``` This isn't great for load balancing, I'd like all three to be there! Am I doing something wrong? <!-- HOW TO WRITE A GOOD BUG REPORT? - Respect the issue template as much as possible. - The title should be short and descriptive. - Explain the conditions which led you to report this issue: the context. - The context should lead to something, an idea or a problem that you’re facing. - Remain clear and concise. - Format your messages to help the reader focus on what matters and understand the structure of your message, use Markdown syntax https://help.github.com/articles/github-flavored-markdown --> ### What did you expect to see? ### What did you see instead? ### Output of `traefik version`: (_What version of Traefik are you using?_) ``` Version: 2.2.1 Codename: chevrotin Go version: go1.14.2 Built: 2020-04-29T18:02:09Z OS/Arch: linux/amd64 ``` ### What is your environment & configuration (arguments, toml, provider, platform, ...)? Here's the Helm values: ```yaml deployment: replicas: 3 service: type: LoadBalancer affinity: {} additionalArguments: - "--accesslog=true" - "--entrypoints.websecure.http.tls=true" - "--providers.kubernetesIngress.ingressEndpoint.publishedService=default/base-ingress-traefik" rbac: enabled: true service: annotations: # livepeer.live/external-dns: "true" external-dns.alpha.kubernetes.io/ttl: "120" ```
1.0
Traefik only copies a single IP from a Kubernetes Service to the Ingress - <!-- PLEASE FOLLOW THE ISSUE TEMPLATE TO HELP TRIAGE AND SUPPORT! --> ### Do you want to request a *feature* or report a *bug*? Bug ### What did you do? I'm running Traefik on a k3s cluster using the v2 Helm Chart. I have this specified, so as to populate all of the Ingress statuses from the IPs in the LoadBalancer service: ``` --providers.kubernetesIngress.ingressEndpoint.publishedService=default/base-ingress-traefik ``` The Service in question has three IPs: ```yaml apiVersion: v1 kind: Service metadata [ ... etc ... ] name: base-ingress-traefik namespace: default spec: [ ... etc .. ] type: LoadBalancer status: loadBalancer: ingress: - ip: 194.61.20.16 - ip: 194.61.20.198 - ip: 194.61.20.61 ``` However, Traefik is only copying one of the three IPs from the LoadBalancer to the Ingress status: ```yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: name: staging-livepeer-api namespace: default spec: [redacted] status: loadBalancer: ingress: - ip: 194.61.20.16 ``` This isn't great for load balancing, I'd like all three to be there! Am I doing something wrong? <!-- HOW TO WRITE A GOOD BUG REPORT? - Respect the issue template as much as possible. - The title should be short and descriptive. - Explain the conditions which led you to report this issue: the context. - The context should lead to something, an idea or a problem that you’re facing. - Remain clear and concise. - Format your messages to help the reader focus on what matters and understand the structure of your message, use Markdown syntax https://help.github.com/articles/github-flavored-markdown --> ### What did you expect to see? ### What did you see instead? ### Output of `traefik version`: (_What version of Traefik are you using?_) ``` Version: 2.2.1 Codename: chevrotin Go version: go1.14.2 Built: 2020-04-29T18:02:09Z OS/Arch: linux/amd64 ``` ### What is your environment & configuration (arguments, toml, provider, platform, ...)? Here's the Helm values: ```yaml deployment: replicas: 3 service: type: LoadBalancer affinity: {} additionalArguments: - "--accesslog=true" - "--entrypoints.websecure.http.tls=true" - "--providers.kubernetesIngress.ingressEndpoint.publishedService=default/base-ingress-traefik" rbac: enabled: true service: annotations: # livepeer.live/external-dns: "true" external-dns.alpha.kubernetes.io/ttl: "120" ```
priority
traefik only copies a single ip from a kubernetes service to the ingress do you want to request a feature or report a bug bug what did you do i m running traefik on a cluster using the helm chart i have this specified so as to populate all of the ingress statuses from the ips in the loadbalancer service providers kubernetesingress ingressendpoint publishedservice default base ingress traefik the service in question has three ips yaml apiversion kind service metadata name base ingress traefik namespace default spec type loadbalancer status loadbalancer ingress ip ip ip however traefik is only copying one of the three ips from the loadbalancer to the ingress status yaml apiversion extensions kind ingress metadata name staging livepeer api namespace default spec status loadbalancer ingress ip this isn t great for load balancing i d like all three to be there am i doing something wrong how to write a good bug report respect the issue template as much as possible the title should be short and descriptive explain the conditions which led you to report this issue the context the context should lead to something an idea or a problem that you’re facing remain clear and concise format your messages to help the reader focus on what matters and understand the structure of your message use markdown syntax what did you expect to see what did you see instead output of traefik version what version of traefik are you using version codename chevrotin go version built os arch linux what is your environment configuration arguments toml provider platform here s the helm values yaml deployment replicas service type loadbalancer affinity additionalarguments accesslog true entrypoints websecure http tls true providers kubernetesingress ingressendpoint publishedservice default base ingress traefik rbac enabled true service annotations livepeer live external dns true external dns alpha kubernetes io ttl
1
794,353
28,032,623,735
IssuesEvent
2023-03-28 13:19:10
submariner-io/submariner
https://api.github.com/repos/submariner-io/submariner
closed
Submariner support on air-gapped environments
wontfix priority:high
Running Kubernetes in air-gapped environments (i.e using offline private container registries and repositories without any access to the public Internet) seems to be a common request. The goal of this issue to assess Submariner's readiness to support such environments. ### Work items: * [x] [Allow overriding the default image repository and version in subctl diagnose command](submariner-io/subctl#34) * [x] [Subctl uninstall references an hard-coded image](https://github.com/submariner-io/submariner-operator/issues/2001) * [x] [Make nettest image configurable in test framework](https://github.com/submariner-io/shipyard/pull/839) * [x] [Support for air-gapped KIND environment](https://github.com/submariner-io/shipyard/pull/940) * [x] [Air gapped support in Operator: Changes to submariner CR, config changes to submariner GW pod etc](https://github.com/submariner-io/submariner-operator/pull/2272) * [x] [Changes in Submariner Gateway pod to avoid making API calls to public servers in air-gapped env](https://github.com/submariner-io/submariner/pull/2053) * [x] [Support for specifying –air-gapped flag as part of join command](https://github.com/submariner-io/subctl/pull/299) * [x] Allow overriding the public-ip of the Gateway node using the annotation on the GW node. * [x] [Update SubmarinerConfig with airGappedDeployment flag](https://github.com/stolostron/submariner-addon/pull/524) * [x] [Support for air-gapped KIND environment](https://github.com/submariner-io/shipyard/pull/940) * [x] [Updates to upstream documentation](https://github.com/submariner-io/submariner-website/pull/838) * [ ] [Document how to deploy and use Submariner on Air-gapped clusters](https://github.com/submariner-io/submariner-website/issues/852) ## Acceptance Criteria In an air-gapped environment, when using Submariner, the following requirements should be met 1. All Submariner pods in submariner-operator namespace should be running without any CrashloopBackoff/ImagePull errors. 2. The connections between all the clusters is successfully established. 3. All submariner e2e tests should be passing. 4. subctl diagnose should work fine without any errors. ## Definition of Done (Checklist) Tasks: * [x] Code complete (Dev) * [x] Functionality working (Dev)
1.0
Submariner support on air-gapped environments - Running Kubernetes in air-gapped environments (i.e using offline private container registries and repositories without any access to the public Internet) seems to be a common request. The goal of this issue to assess Submariner's readiness to support such environments. ### Work items: * [x] [Allow overriding the default image repository and version in subctl diagnose command](submariner-io/subctl#34) * [x] [Subctl uninstall references an hard-coded image](https://github.com/submariner-io/submariner-operator/issues/2001) * [x] [Make nettest image configurable in test framework](https://github.com/submariner-io/shipyard/pull/839) * [x] [Support for air-gapped KIND environment](https://github.com/submariner-io/shipyard/pull/940) * [x] [Air gapped support in Operator: Changes to submariner CR, config changes to submariner GW pod etc](https://github.com/submariner-io/submariner-operator/pull/2272) * [x] [Changes in Submariner Gateway pod to avoid making API calls to public servers in air-gapped env](https://github.com/submariner-io/submariner/pull/2053) * [x] [Support for specifying –air-gapped flag as part of join command](https://github.com/submariner-io/subctl/pull/299) * [x] Allow overriding the public-ip of the Gateway node using the annotation on the GW node. * [x] [Update SubmarinerConfig with airGappedDeployment flag](https://github.com/stolostron/submariner-addon/pull/524) * [x] [Support for air-gapped KIND environment](https://github.com/submariner-io/shipyard/pull/940) * [x] [Updates to upstream documentation](https://github.com/submariner-io/submariner-website/pull/838) * [ ] [Document how to deploy and use Submariner on Air-gapped clusters](https://github.com/submariner-io/submariner-website/issues/852) ## Acceptance Criteria In an air-gapped environment, when using Submariner, the following requirements should be met 1. All Submariner pods in submariner-operator namespace should be running without any CrashloopBackoff/ImagePull errors. 2. The connections between all the clusters is successfully established. 3. All submariner e2e tests should be passing. 4. subctl diagnose should work fine without any errors. ## Definition of Done (Checklist) Tasks: * [x] Code complete (Dev) * [x] Functionality working (Dev)
priority
submariner support on air gapped environments running kubernetes in air gapped environments i e using offline private container registries and repositories without any access to the public internet seems to be a common request the goal of this issue to assess submariner s readiness to support such environments work items submariner io subctl allow overriding the public ip of the gateway node using the annotation on the gw node acceptance criteria in an air gapped environment when using submariner the following requirements should be met all submariner pods in submariner operator namespace should be running without any crashloopbackoff imagepull errors the connections between all the clusters is successfully established all submariner tests should be passing subctl diagnose should work fine without any errors definition of done checklist tasks code complete dev functionality working dev
1
111,194
4,466,804,843
IssuesEvent
2016-08-25 00:36:14
influxdata/docs.influxdata.com
https://api.github.com/repos/influxdata/docs.influxdata.com
closed
SHOW TAG VALUES needs more docs
Fix underway Priority: high Time commitment: quick task
I was trying to figure out how to list tag values for a "host" tag which would match only if "cluster" tag was set to something specific. It turns out you need to specify a metric in your SHOW TAG VALUES query to be able to do this. The documentation does not mention this at all. So something like SHOW TAG VALUES FROM cpu WITH key = host WHERE cluster = 'A' I figured it out by looking at what kind of queries Grafana was doing. ###### URL for relevant page? https://docs.influxdata.com/influxdb/v0.13/query_language/schema_exploration/#explore-tag-values-with-show-tag-values
1.0
SHOW TAG VALUES needs more docs - I was trying to figure out how to list tag values for a "host" tag which would match only if "cluster" tag was set to something specific. It turns out you need to specify a metric in your SHOW TAG VALUES query to be able to do this. The documentation does not mention this at all. So something like SHOW TAG VALUES FROM cpu WITH key = host WHERE cluster = 'A' I figured it out by looking at what kind of queries Grafana was doing. ###### URL for relevant page? https://docs.influxdata.com/influxdb/v0.13/query_language/schema_exploration/#explore-tag-values-with-show-tag-values
priority
show tag values needs more docs i was trying to figure out how to list tag values for a host tag which would match only if cluster tag was set to something specific it turns out you need to specify a metric in your show tag values query to be able to do this the documentation does not mention this at all so something like show tag values from cpu with key host where cluster a i figured it out by looking at what kind of queries grafana was doing url for relevant page
1
33,250
6,188,077,552
IssuesEvent
2017-07-04 09:15:42
Icinga/icingaweb2
https://api.github.com/repos/Icinga/icingaweb2
closed
[dev.icinga.com #9512] Add documentation for creating users through the UI
documentation enhancement wontfix
This issue has been migrated from Redmine: https://dev.icinga.com/issues/9512 **Created by mfriedrich on 2015-06-26 08:38:19 +00:00** Assignee: _(none)_ Status: _New_ Target Version: _(none)_ Last Update: _2015-06-29 14:30:51 +00:00 (in Redmine)_ --- This should include screenshots, e.g. from https://www.icinga.org/2015/06/18/icinga-web-2-v2-0-0-rc1-released/ Right now users are reading authentication.md and try to manually insert that using sql, which is not the preferred way. --- **Parent Task:** [#7153](https://dev.icinga.com/issues/7153)
1.0
[dev.icinga.com #9512] Add documentation for creating users through the UI - This issue has been migrated from Redmine: https://dev.icinga.com/issues/9512 **Created by mfriedrich on 2015-06-26 08:38:19 +00:00** Assignee: _(none)_ Status: _New_ Target Version: _(none)_ Last Update: _2015-06-29 14:30:51 +00:00 (in Redmine)_ --- This should include screenshots, e.g. from https://www.icinga.org/2015/06/18/icinga-web-2-v2-0-0-rc1-released/ Right now users are reading authentication.md and try to manually insert that using sql, which is not the preferred way. --- **Parent Task:** [#7153](https://dev.icinga.com/issues/7153)
non_priority
add documentation for creating users through the ui this issue has been migrated from redmine created by mfriedrich on assignee none status new target version none last update in redmine this should include screenshots e g from right now users are reading authentication md and try to manually insert that using sql which is not the preferred way parent task
0
399,270
11,745,726,187
IssuesEvent
2020-03-12 10:20:25
AxonFramework/AxonFramework
https://api.github.com/repos/AxonFramework/AxonFramework
closed
Schema-validation: missing table [association_value_entry]
Priority 3: Could Status: In Progress Type: Bug
I'm facing this issue: ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: missing table [association_value_entry] ``` Seems like Axon can't create `AssociationValueEntry` entity. I'm using JPA with PostgreSQL driver on top of Spring Boot. The error disappears if I remove `axon-spring-boot-starter` dependency. I can provide example repo if needed.
1.0
Schema-validation: missing table [association_value_entry] - I'm facing this issue: ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: missing table [association_value_entry] ``` Seems like Axon can't create `AssociationValueEntry` entity. I'm using JPA with PostgreSQL driver on top of Spring Boot. The error disappears if I remove `axon-spring-boot-starter` dependency. I can provide example repo if needed.
priority
schema validation missing table i m facing this issue org springframework beans factory beancreationexception error creating bean with name entitymanagerfactory defined in class path resource invocation of init method failed nested exception is javax persistence persistenceexception unable to build hibernate sessionfactory nested exception is org hibernate tool schema spi schemamanagementexception schema validation missing table seems like axon can t create associationvalueentry entity i m using jpa with postgresql driver on top of spring boot the error disappears if i remove axon spring boot starter dependency i can provide example repo if needed
1
321,699
9,807,739,254
IssuesEvent
2019-06-12 14:18:02
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Re-organize certificate and key helper libraries
kind/cleanup lifecycle/stale priority/backlog sig/auth
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!--> The libraries with helper funcs in client-go and kubeadm are very dis-organized and have a lot of overlap. There's also many very specialized funcs that are not reusable. List of current libraries: - https://godoc.org/k8s.io/client-go/util/cert - https://godoc.org/k8s.io/client-go/util/cert/triple - https://godoc.org/k8s.io/client-go/util/certificate - https://godoc.org/k8s.io/client-go/util/certificate/csr - https://godoc.org/k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap - https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/util/pkiutil Propose the following organization: - k8s.io/client-go/util/x509util - certificate helpers used by k8s clients - k8s.io/client-go/util/keyutil - key(pair) helpers used by k8s clients - k8s.io/kubernetes/pkg/util/x509util - internal-only certificate and CSR helpers used by control plane and native tools - k8s.io/kubernetes/pkg/util/keyutil - internal-only key(pair) helpers used by control plane and native tools - kubeadm and kubelet (like csr.RequestNodeCertificate) specialized code will live under their respective source trees I'll work on incrementally moving towards that organization <!-- DO NOT EDIT BELOW THIS LINE --> /kind bug
1.0
Re-organize certificate and key helper libraries - <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!--> The libraries with helper funcs in client-go and kubeadm are very dis-organized and have a lot of overlap. There's also many very specialized funcs that are not reusable. List of current libraries: - https://godoc.org/k8s.io/client-go/util/cert - https://godoc.org/k8s.io/client-go/util/cert/triple - https://godoc.org/k8s.io/client-go/util/certificate - https://godoc.org/k8s.io/client-go/util/certificate/csr - https://godoc.org/k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap - https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/util/pkiutil Propose the following organization: - k8s.io/client-go/util/x509util - certificate helpers used by k8s clients - k8s.io/client-go/util/keyutil - key(pair) helpers used by k8s clients - k8s.io/kubernetes/pkg/util/x509util - internal-only certificate and CSR helpers used by control plane and native tools - k8s.io/kubernetes/pkg/util/keyutil - internal-only key(pair) helpers used by control plane and native tools - kubeadm and kubelet (like csr.RequestNodeCertificate) specialized code will live under their respective source trees I'll work on incrementally moving towards that organization <!-- DO NOT EDIT BELOW THIS LINE --> /kind bug
priority
re organize certificate and key helper libraries the libraries with helper funcs in client go and kubeadm are very dis organized and have a lot of overlap there s also many very specialized funcs that are not reusable list of current libraries propose the following organization io client go util certificate helpers used by clients io client go util keyutil key pair helpers used by clients io kubernetes pkg util internal only certificate and csr helpers used by control plane and native tools io kubernetes pkg util keyutil internal only key pair helpers used by control plane and native tools kubeadm and kubelet like csr requestnodecertificate specialized code will live under their respective source trees i ll work on incrementally moving towards that organization kind bug
1
418,313
28,114,353,186
IssuesEvent
2023-03-31 09:36:11
Zeno-Zr/ped
https://api.github.com/repos/Zeno-Zr/ped
opened
unable to logout just based on reading the user guide
severity.Medium type.DocumentationBug
There is no information on how the user is able to logout from the program after logging in. maybe having a "help" command where the user can find out what are the possible commands they can type will be good. currently, i can only find the command to log out when looking through the source code <!--session: 1680254312839-3e732666-b131-4b6f-a71e-b0e849a6ca43--> <!--Version: Web v3.4.7-->
1.0
unable to logout just based on reading the user guide - There is no information on how the user is able to logout from the program after logging in. maybe having a "help" command where the user can find out what are the possible commands they can type will be good. currently, i can only find the command to log out when looking through the source code <!--session: 1680254312839-3e732666-b131-4b6f-a71e-b0e849a6ca43--> <!--Version: Web v3.4.7-->
non_priority
unable to logout just based on reading the user guide there is no information on how the user is able to logout from the program after logging in maybe having a help command where the user can find out what are the possible commands they can type will be good currently i can only find the command to log out when looking through the source code
0
394,460
11,644,005,582
IssuesEvent
2020-02-29 16:44:57
LordNed/Winditor
https://api.github.com/repos/LordNed/Winditor
closed
Ensure that collision meshes are destroyed when a room is unloaded.
Priority: High
A crash with WCollisionMesh's shader revealed that the collision mesh is not currently being disposed properly when a map is unloaded. This causes conflicts within OpenTK, which ultimately leads to a crash when the shader attempts to get disposed twice.
1.0
Ensure that collision meshes are destroyed when a room is unloaded. - A crash with WCollisionMesh's shader revealed that the collision mesh is not currently being disposed properly when a map is unloaded. This causes conflicts within OpenTK, which ultimately leads to a crash when the shader attempts to get disposed twice.
priority
ensure that collision meshes are destroyed when a room is unloaded a crash with wcollisionmesh s shader revealed that the collision mesh is not currently being disposed properly when a map is unloaded this causes conflicts within opentk which ultimately leads to a crash when the shader attempts to get disposed twice
1
651,585
21,482,477,805
IssuesEvent
2022-04-26 19:12:03
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.4.0 beta staging-2005]Incorrect icon for Small standing wood sign in skills ui
Priority: Low Status: Fixed Type: Bug Category: UI Squad: Mountain Goat
They have salad icons but in the craft table they are fine. ![Screenshot_76.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/35ea1c34-dd9c-4879-bfc7-04ec033527b7)![Screenshot_81.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/2fa29aa6-284d-4245-aa59-67a69d99d256)
1.0
[0.9.4.0 beta staging-2005]Incorrect icon for Small standing wood sign in skills ui - They have salad icons but in the craft table they are fine. ![Screenshot_76.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/35ea1c34-dd9c-4879-bfc7-04ec033527b7)![Screenshot_81.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/2fa29aa6-284d-4245-aa59-67a69d99d256)
priority
incorrect icon for small standing wood sign in skills ui they have salad icons but in the craft table they are fine
1
766,065
26,870,339,696
IssuesEvent
2023-02-04 11:34:53
PowerNukkitX/PowerNukkitX
https://api.github.com/repos/PowerNukkitX/PowerNukkitX
closed
ItemCreativeCategory枚举序数错误
bug | 漏洞 Confirmed | 已确认 Low Priority | 低优先级
# 🐞 错误汇报 自`ItemCreativeCategory`被加入以来,mojang已经数次修改了`ItemCreativeCategory`中各项枚举值的顺序,当前PNX中的顺序是错误的。 ### ✔ 预期行为 正确的序数 ### ❌ 实际行为 错误的序数,如`EQUIPMENT`枚举值显示为建筑,`ITEMS`枚举值在游戏中显示为自然。 特别地,如果指定了`creativeGroup`,`ItemCreativeCategory`将被无视并显示正确的值。
1.0
ItemCreativeCategory枚举序数错误 - # 🐞 错误汇报 自`ItemCreativeCategory`被加入以来,mojang已经数次修改了`ItemCreativeCategory`中各项枚举值的顺序,当前PNX中的顺序是错误的。 ### ✔ 预期行为 正确的序数 ### ❌ 实际行为 错误的序数,如`EQUIPMENT`枚举值显示为建筑,`ITEMS`枚举值在游戏中显示为自然。 特别地,如果指定了`creativeGroup`,`ItemCreativeCategory`将被无视并显示正确的值。
priority
itemcreativecategory枚举序数错误 🐞 错误汇报 自 itemcreativecategory 被加入以来,mojang已经数次修改了 itemcreativecategory 中各项枚举值的顺序,当前pnx中的顺序是错误的。 ✔ 预期行为 正确的序数 ❌ 实际行为 错误的序数,如 equipment 枚举值显示为建筑, items 枚举值在游戏中显示为自然。 特别地,如果指定了 creativegroup , itemcreativecategory 将被无视并显示正确的值。
1
145,156
19,325,275,953
IssuesEvent
2021-12-14 10:36:57
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[Security Solution] Detection alerts are showing in raw events when click on show to modal under alerts page
bug triage_needed v8.0.0 impact:medium Team: SecuritySolution
**Describe the bug** Detection alerts are showing in raw events when click on show to modal under alerts page **Build Details:** ``` Version: 8.0.0-SNAPSHOT Commit: a739f060ba0b563a157d640a7a7eb90ceb573811 Build:48703 ``` **Browser Details:** N/A **Preconditions** 1. Kibana should be running on 7.16 2. Alerts should be triggered **Steps to Reproduce** 1. Navigate to Alerts page under the security tab 2. Hover on rule column 3. Click on expand icon 4. Click on show to modal and select the raw events 3. Observe that detection alerts are showing in raw events **Actual Result** Detection alerts are showing in raw events when click on show to modal under alerts page **Expected Result** Correct information should be displayed in raw events. **What's Working** - N/A **What's Not Working** - N/A **Screen-Shot** ![image](https://user-images.githubusercontent.com/61860752/145980440-0945a01c-d257-434e-8d94-4231feadff5b.png)
True
[Security Solution] Detection alerts are showing in raw events when click on show to modal under alerts page - **Describe the bug** Detection alerts are showing in raw events when click on show to modal under alerts page **Build Details:** ``` Version: 8.0.0-SNAPSHOT Commit: a739f060ba0b563a157d640a7a7eb90ceb573811 Build:48703 ``` **Browser Details:** N/A **Preconditions** 1. Kibana should be running on 7.16 2. Alerts should be triggered **Steps to Reproduce** 1. Navigate to Alerts page under the security tab 2. Hover on rule column 3. Click on expand icon 4. Click on show to modal and select the raw events 3. Observe that detection alerts are showing in raw events **Actual Result** Detection alerts are showing in raw events when click on show to modal under alerts page **Expected Result** Correct information should be displayed in raw events. **What's Working** - N/A **What's Not Working** - N/A **Screen-Shot** ![image](https://user-images.githubusercontent.com/61860752/145980440-0945a01c-d257-434e-8d94-4231feadff5b.png)
non_priority
detection alerts are showing in raw events when click on show to modal under alerts page describe the bug detection alerts are showing in raw events when click on show to modal under alerts page build details version snapshot commit build browser details n a preconditions kibana should be running on alerts should be triggered steps to reproduce navigate to alerts page under the security tab hover on rule column click on expand icon click on show to modal and select the raw events observe that detection alerts are showing in raw events actual result detection alerts are showing in raw events when click on show to modal under alerts page expected result correct information should be displayed in raw events what s working n a what s not working n a screen shot
0
31,640
5,966,655,963
IssuesEvent
2017-05-30 14:27:17
mysensors/NodeManager
https://api.github.com/repos/mysensors/NodeManager
closed
Add "How to contribute" section in the documentation
documentation fixed
* how to fork * how to set upstream * how to sync with upstream * how to update documentation * how to submit pull requests
1.0
Add "How to contribute" section in the documentation - * how to fork * how to set upstream * how to sync with upstream * how to update documentation * how to submit pull requests
non_priority
add how to contribute section in the documentation how to fork how to set upstream how to sync with upstream how to update documentation how to submit pull requests
0
421,105
28,308,773,196
IssuesEvent
2023-04-10 13:37:28
AY2223S2-CS2113T-T09-1/tp
https://api.github.com/repos/AY2223S2-CS2113T-T09-1/tp
closed
Standardise DG
documentation type:Enhancement priority:Low
eg. the .execute has been referred to as execute(), `execute`, `Command.execute()` etc.
1.0
Standardise DG - eg. the .execute has been referred to as execute(), `execute`, `Command.execute()` etc.
non_priority
standardise dg eg the execute has been referred to as execute execute command execute etc
0
202,059
15,253,541,390
IssuesEvent
2021-02-20 08:11:45
apache/skywalking
https://api.github.com/repos/apache/skywalking
closed
Add E2E for Prometheus NodeExporter + OTEL.
backend test
@wankai123 Take a reference of #6176, to add a new e2e case. Ping @kezhenxu94 @mrproliu if you need any help.
1.0
Add E2E for Prometheus NodeExporter + OTEL. - @wankai123 Take a reference of #6176, to add a new e2e case. Ping @kezhenxu94 @mrproliu if you need any help.
non_priority
add for prometheus nodeexporter otel take a reference of to add a new case ping mrproliu if you need any help
0
17,478
23,298,456,100
IssuesEvent
2022-08-07 00:21:22
mdsreq-fga-unb/2022.1-GDS
https://api.github.com/repos/mdsreq-fga-unb/2022.1-GDS
closed
Verificação e Validação de Requisitos - Inspeção
Processo de Requisitos
**Descrição** a entrega dessa atividade está como: Novas tarefas de **correção de bugs** no product backlog. Que tipos de bugs vc se referem ao PB? estranho isso em requisitos. Qual o resultado concreto dessa atividade?
1.0
Verificação e Validação de Requisitos - Inspeção - **Descrição** a entrega dessa atividade está como: Novas tarefas de **correção de bugs** no product backlog. Que tipos de bugs vc se referem ao PB? estranho isso em requisitos. Qual o resultado concreto dessa atividade?
non_priority
verificação e validação de requisitos inspeção descrição a entrega dessa atividade está como novas tarefas de correção de bugs no product backlog que tipos de bugs vc se referem ao pb estranho isso em requisitos qual o resultado concreto dessa atividade
0
268,607
20,357,492,914
IssuesEvent
2022-02-20 06:51:33
aaugustin/websockets
https://api.github.com/repos/aaugustin/websockets
closed
Having client waiting for asynchronous incoming messages from server while sending to server
documentation
Hi, and first, congrats for the great job with this WS API ! I wonder about the FAQ section : **How do I stop a client that is continuously processing messages** ```python async def client(): uri = "ws://localhost:8765" async with websockets.connect(uri) as websocket: # Close the connection when receiving SIGTERM. loop = asyncio.get_running_loop() loop.add_signal_handler( signal.SIGTERM, loop.create_task, websocket.close()) # Process messages received on the connection. async for message in websocket: ... asyncio.run(client()) ``` which is working fine, making the client to indefinitely wait for asynchonous incoming message from server Then, I wonder if it is possible to implement the sending part, using the SAME connection (the one created when calling ** async with websockets.connect(uri) as websocket: ** code) > meaning, doing two things in parallel, as stated in the FAQ, but not enough skills using asyncio, I can't figure out how Thanks for your feedback
1.0
Having client waiting for asynchronous incoming messages from server while sending to server - Hi, and first, congrats for the great job with this WS API ! I wonder about the FAQ section : **How do I stop a client that is continuously processing messages** ```python async def client(): uri = "ws://localhost:8765" async with websockets.connect(uri) as websocket: # Close the connection when receiving SIGTERM. loop = asyncio.get_running_loop() loop.add_signal_handler( signal.SIGTERM, loop.create_task, websocket.close()) # Process messages received on the connection. async for message in websocket: ... asyncio.run(client()) ``` which is working fine, making the client to indefinitely wait for asynchonous incoming message from server Then, I wonder if it is possible to implement the sending part, using the SAME connection (the one created when calling ** async with websockets.connect(uri) as websocket: ** code) > meaning, doing two things in parallel, as stated in the FAQ, but not enough skills using asyncio, I can't figure out how Thanks for your feedback
non_priority
having client waiting for asynchronous incoming messages from server while sending to server hi and first congrats for the great job with this ws api i wonder about the faq section how do i stop a client that is continuously processing messages python async def client uri ws localhost async with websockets connect uri as websocket close the connection when receiving sigterm loop asyncio get running loop loop add signal handler signal sigterm loop create task websocket close process messages received on the connection async for message in websocket asyncio run client which is working fine making the client to indefinitely wait for asynchonous incoming message from server then i wonder if it is possible to implement the sending part using the same connection the one created when calling async with websockets connect uri as websocket code meaning doing two things in parallel as stated in the faq but not enough skills using asyncio i can t figure out how thanks for your feedback
0
529,843
15,396,434,451
IssuesEvent
2021-03-03 20:38:18
SzFMV2021-Tavasz/AutomatedCar-A
https://api.github.com/repos/SzFMV2021-Tavasz/AutomatedCar-A
opened
Kamera közepébe transzformálni az autót
effort: high modul: visualization priority: critical type: user story
Az autónak a kép közepén kell megjelennie és képesnek kell tudnia forogni. Az autónak képesnek kell tudnia forogni!!
1.0
Kamera közepébe transzformálni az autót - Az autónak a kép közepén kell megjelennie és képesnek kell tudnia forogni. Az autónak képesnek kell tudnia forogni!!
priority
kamera közepébe transzformálni az autót az autónak a kép közepén kell megjelennie és képesnek kell tudnia forogni az autónak képesnek kell tudnia forogni
1
377,204
26,239,023,346
IssuesEvent
2023-01-05 09:56:07
pyansys/pydpf-core
https://api.github.com/repos/pyansys/pydpf-core
closed
Incorrect link to wheels in doc
documentation
### Description of the modifications [This page](https://dpf.docs.pyansys.com/getting_started/install.html) of the PyDPF-Core help is incorrect: ![image](https://user-images.githubusercontent.com/76440649/208939370-0e01c406-5244-4008-bb81-3a9db76469e3.png) It gives the link to the wheels for PyDPF-Post, and not for PyDPF-Core ### Useful links and references _No response_
1.0
Incorrect link to wheels in doc - ### Description of the modifications [This page](https://dpf.docs.pyansys.com/getting_started/install.html) of the PyDPF-Core help is incorrect: ![image](https://user-images.githubusercontent.com/76440649/208939370-0e01c406-5244-4008-bb81-3a9db76469e3.png) It gives the link to the wheels for PyDPF-Post, and not for PyDPF-Core ### Useful links and references _No response_
non_priority
incorrect link to wheels in doc description of the modifications of the pydpf core help is incorrect it gives the link to the wheels for pydpf post and not for pydpf core useful links and references no response
0
82,110
10,270,664,015
IssuesEvent
2019-08-23 12:16:17
log2timeline/plaso
https://api.github.com/repos/log2timeline/plaso
closed
Update "Adding a new dependency" wiki page
documentation enhancement
~~https://github.com/log2timeline/plaso/wiki/Adding-a-new-dependency needs to be be updated to account for recent changes to dependency-file-generation code.~~ * [x] ~~Generate plaso/dependency.py~~ * [ ] Generate https://github.com/log2timeline/plaso/blob/master/docs/sources/developer/Licenses-dependencies.md
1.0
Update "Adding a new dependency" wiki page - ~~https://github.com/log2timeline/plaso/wiki/Adding-a-new-dependency needs to be be updated to account for recent changes to dependency-file-generation code.~~ * [x] ~~Generate plaso/dependency.py~~ * [ ] Generate https://github.com/log2timeline/plaso/blob/master/docs/sources/developer/Licenses-dependencies.md
non_priority
update adding a new dependency wiki page needs to be be updated to account for recent changes to dependency file generation code generate plaso dependency py generate
0
23,167
2,656,711,684
IssuesEvent
2015-03-18 00:10:15
andresriancho/w3af
https://api.github.com/repos/andresriancho/w3af
closed
console output gets mangled after re-running "start" command.
bug console priority:low
Standing on top of commit 042c4e7. These are the steps to reproduce it ``` (w3af) w3af $ ./w3af_console w3af>>> target set target target_os target_framework target w3af>>> target set target http://libres.manmachine The configuration has been saved. w3af>>> plugins crawl web_spider w3af>>> start (... lengthy output ...) Scan finished in 12 seconds. Stopping the core... w3af>>> start Warning: You disabled the console output plugin. If you start a new scan, the discovered vulnerabilities won't be printed to the console, we advise you to enable at least one output plugin in order to be able to actually see the the scan output. w3af>>> pluginsw3af/plugins>>> pluginsw3af/plugins>>> vieww3af/plugins>>> list enabledw3af/plugins>>> ``` As you can see, after running the "start" command, the command line starts acting weird: no newlines & no output for commands. BTW, the console output plugin is _not_ disabled. That's probably another bug (already reported in #8000).
1.0
console output gets mangled after re-running "start" command. - Standing on top of commit 042c4e7. These are the steps to reproduce it ``` (w3af) w3af $ ./w3af_console w3af>>> target set target target_os target_framework target w3af>>> target set target http://libres.manmachine The configuration has been saved. w3af>>> plugins crawl web_spider w3af>>> start (... lengthy output ...) Scan finished in 12 seconds. Stopping the core... w3af>>> start Warning: You disabled the console output plugin. If you start a new scan, the discovered vulnerabilities won't be printed to the console, we advise you to enable at least one output plugin in order to be able to actually see the the scan output. w3af>>> pluginsw3af/plugins>>> pluginsw3af/plugins>>> vieww3af/plugins>>> list enabledw3af/plugins>>> ``` As you can see, after running the "start" command, the command line starts acting weird: no newlines & no output for commands. BTW, the console output plugin is _not_ disabled. That's probably another bug (already reported in #8000).
priority
console output gets mangled after re running start command standing on top of commit these are the steps to reproduce it console target set target target os target framework target target set target the configuration has been saved plugins crawl web spider start lengthy output scan finished in seconds stopping the core start warning you disabled the console output plugin if you start a new scan the discovered vulnerabilities won t be printed to the console we advise you to enable at least one output plugin in order to be able to actually see the the scan output plugins plugins plugins list plugins as you can see after running the start command the command line starts acting weird no newlines no output for commands btw the console output plugin is not disabled that s probably another bug already reported in
1
454,322
13,098,565,502
IssuesEvent
2020-08-03 19:44:42
covidsafe/App-iOS
https://api.github.com/repos/covidsafe/App-iOS
opened
[Settings - Delete All Data] When trying to close, app crashes
Android bug crash - high priority
_Version 1.13, Android only_ Scenario: - Open settings - Select "delete all data" - See new leafnode - Try to close (not trying to hit "delete" button This does not consistently repro, but is still occurring as of today.
1.0
[Settings - Delete All Data] When trying to close, app crashes - _Version 1.13, Android only_ Scenario: - Open settings - Select "delete all data" - See new leafnode - Try to close (not trying to hit "delete" button This does not consistently repro, but is still occurring as of today.
priority
when trying to close app crashes version android only scenario open settings select delete all data see new leafnode try to close not trying to hit delete button this does not consistently repro but is still occurring as of today
1
134,630
5,231,878,311
IssuesEvent
2017-01-30 06:15:21
minishift/minishift
https://api.github.com/repos/minishift/minishift
opened
'minishift service' command is broken
kind/bug priority/major
`minishift service` command is not working ATM. ``` $ oc get pods NAME READY STATUS RESTARTS AGE nodejs-ex-1-btptw 1/1 Running 0 5m nodejs-ex-1-build 0/1 Completed 0 8m $ oc expose svc/nodejs-ex route "nodejs-ex" exposed $ oc get routes NAME HOST/PORT PATH SERVICES PORT TERMINATION nodejs-ex nodejs-ex-demo.192.168.42.243.xip.io nodejs-ex 8080-tcp $ oc whoami developer $ oc status In project demo on server https://192.168.42.243:8443 http://nodejs-ex-demo.192.168.42.243.xip.io to pod port 8080-tcp (svc/nodejs-ex) dc/nodejs-ex deploys istag/nodejs-ex:latest <- bc/nodejs-ex source builds https://github.com/openshift/nodejs-ex on openshift/nodejs:4 deployment #1 deployed 5 minutes ago - 1 pod 3 warnings identified, use 'oc status -v' to see details. $ oc get svc NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE nodejs-ex 172.30.16.186 <none> 8080/TCP 8m $ minishift service nodejs-ex -n demo Service demo/nodejs-ex does not have a node port. To assign a port automatically, the service type must be NodePort or LoadBalancer, but this service is of type ClusterIP. $ oc get endpoints nodejs-ex NAME ENDPOINTS AGE nodejs-ex 172.17.0.2:8080 9m ```
1.0
'minishift service' command is broken - `minishift service` command is not working ATM. ``` $ oc get pods NAME READY STATUS RESTARTS AGE nodejs-ex-1-btptw 1/1 Running 0 5m nodejs-ex-1-build 0/1 Completed 0 8m $ oc expose svc/nodejs-ex route "nodejs-ex" exposed $ oc get routes NAME HOST/PORT PATH SERVICES PORT TERMINATION nodejs-ex nodejs-ex-demo.192.168.42.243.xip.io nodejs-ex 8080-tcp $ oc whoami developer $ oc status In project demo on server https://192.168.42.243:8443 http://nodejs-ex-demo.192.168.42.243.xip.io to pod port 8080-tcp (svc/nodejs-ex) dc/nodejs-ex deploys istag/nodejs-ex:latest <- bc/nodejs-ex source builds https://github.com/openshift/nodejs-ex on openshift/nodejs:4 deployment #1 deployed 5 minutes ago - 1 pod 3 warnings identified, use 'oc status -v' to see details. $ oc get svc NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE nodejs-ex 172.30.16.186 <none> 8080/TCP 8m $ minishift service nodejs-ex -n demo Service demo/nodejs-ex does not have a node port. To assign a port automatically, the service type must be NodePort or LoadBalancer, but this service is of type ClusterIP. $ oc get endpoints nodejs-ex NAME ENDPOINTS AGE nodejs-ex 172.17.0.2:8080 9m ```
priority
minishift service command is broken minishift service command is not working atm oc get pods name ready status restarts age nodejs ex btptw running nodejs ex build completed oc expose svc nodejs ex route nodejs ex exposed oc get routes name host port path services port termination nodejs ex nodejs ex demo xip io nodejs ex tcp oc whoami developer oc status in project demo on server to pod port tcp svc nodejs ex dc nodejs ex deploys istag nodejs ex latest bc nodejs ex source builds on openshift nodejs deployment deployed minutes ago pod warnings identified use oc status v to see details oc get svc name cluster ip external ip port s age nodejs ex tcp minishift service nodejs ex n demo service demo nodejs ex does not have a node port to assign a port automatically the service type must be nodeport or loadbalancer but this service is of type clusterip oc get endpoints nodejs ex name endpoints age nodejs ex
1
32,253
2,751,439,567
IssuesEvent
2015-04-24 09:00:50
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
Roundcube - email template variables get not replaced with values
normal priority bug
Clean installation of version 1.3. When I click on an email address in Leads the roundcube compose window opens. If I then insert an email template that contains module variables e.g. shortname (#a#41#aEnd#). These variables are not replaced with the actual field value when send. Recipient still sees the variable #a#41#aEnd# in his email
1.0
Roundcube - email template variables get not replaced with values - Clean installation of version 1.3. When I click on an email address in Leads the roundcube compose window opens. If I then insert an email template that contains module variables e.g. shortname (#a#41#aEnd#). These variables are not replaced with the actual field value when send. Recipient still sees the variable #a#41#aEnd# in his email
priority
roundcube email template variables get not replaced with values clean installation of version when i click on an email address in leads the roundcube compose window opens if i then insert an email template that contains module variables e g shortname a aend these variables are not replaced with the actual field value when send recipient still sees the variable a aend in his email
1
24,081
4,057,202,628
IssuesEvent
2016-05-24 21:15:30
ngageoint/hootenanny-ui
https://api.github.com/repos/ngageoint/hootenanny-ui
closed
Add cucumber tests for dataset export
Category: Test Category: UI Priority: Medium Status: In Progress Type: Task
Do this after ngageoint/hootenanny#385 is done. * create test-files/ui/fgdb-export.feature * create test-files/ui/osm-export.feature * create test-files/ui/shapefile-export.feature
1.0
Add cucumber tests for dataset export - Do this after ngageoint/hootenanny#385 is done. * create test-files/ui/fgdb-export.feature * create test-files/ui/osm-export.feature * create test-files/ui/shapefile-export.feature
non_priority
add cucumber tests for dataset export do this after ngageoint hootenanny is done create test files ui fgdb export feature create test files ui osm export feature create test files ui shapefile export feature
0
457,560
13,158,455,611
IssuesEvent
2020-08-10 14:21:36
openshift/origin-web-console
https://api.github.com/repos/openshift/origin-web-console
closed
Select template from project with no identifying info is :(
area/usability priority/P3
![image](https://www.dropbox.com/s/0om7zq1k5b2fbgo/Screenshot%202017-11-04%2015.40.07.png?raw=1) We need to do a little better here. List the types of objects in the template. Give me a link to view the raw yaml. Something.
1.0
Select template from project with no identifying info is :( - ![image](https://www.dropbox.com/s/0om7zq1k5b2fbgo/Screenshot%202017-11-04%2015.40.07.png?raw=1) We need to do a little better here. List the types of objects in the template. Give me a link to view the raw yaml. Something.
priority
select template from project with no identifying info is we need to do a little better here list the types of objects in the template give me a link to view the raw yaml something
1
262,593
19,823,003,783
IssuesEvent
2022-01-20 01:05:04
intel/fpga-runtime-for-opencl
https://api.github.com/repos/intel/fpga-runtime-for-opencl
closed
Add clang-format git integration and clang-format installation script
documentation enhancement
User may have different clang-format version locally, and therefore running their local clang-format may cause workflow runs to fail. It will be nice if the clang-format can be pushed directly to forked repo's branch to avoid copying clang format changes. Or an alternative is to document which clang-format version to run.
1.0
Add clang-format git integration and clang-format installation script - User may have different clang-format version locally, and therefore running their local clang-format may cause workflow runs to fail. It will be nice if the clang-format can be pushed directly to forked repo's branch to avoid copying clang format changes. Or an alternative is to document which clang-format version to run.
non_priority
add clang format git integration and clang format installation script user may have different clang format version locally and therefore running their local clang format may cause workflow runs to fail it will be nice if the clang format can be pushed directly to forked repo s branch to avoid copying clang format changes or an alternative is to document which clang format version to run
0
221,602
17,360,084,479
IssuesEvent
2021-07-29 19:16:46
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Cloud Credential options are available but fail for disabled node drivers
[zube]: To Test team/ui
**Rancher Server Setup** - Rancher version: v2.5.x - Installation option (Docker install/Helm Chart): Any - Proxy/Cert Details: N/A **Describe the bug** On an install of Rancher, the v1 cloud credentials are available to be created even if the node driver isn't activated, but it can't be created until the node driver is enabled. **To Reproduce** De-activate the Digital Ocean node driver. Try to create a DO cloud credential. **Result** Fail to create the cloud credential. **Expected Result** Do not show cloud credentials unless the node driver is active. Fix is to filter what the list of available cloud credentials to create based on active node drivers or active cluster driver (EKS/AKS/GKE). Cluster drivers using Kontainer-engine v2 use the same cloud credential.
1.0
Cloud Credential options are available but fail for disabled node drivers - **Rancher Server Setup** - Rancher version: v2.5.x - Installation option (Docker install/Helm Chart): Any - Proxy/Cert Details: N/A **Describe the bug** On an install of Rancher, the v1 cloud credentials are available to be created even if the node driver isn't activated, but it can't be created until the node driver is enabled. **To Reproduce** De-activate the Digital Ocean node driver. Try to create a DO cloud credential. **Result** Fail to create the cloud credential. **Expected Result** Do not show cloud credentials unless the node driver is active. Fix is to filter what the list of available cloud credentials to create based on active node drivers or active cluster driver (EKS/AKS/GKE). Cluster drivers using Kontainer-engine v2 use the same cloud credential.
non_priority
cloud credential options are available but fail for disabled node drivers rancher server setup rancher version x installation option docker install helm chart any proxy cert details n a describe the bug on an install of rancher the cloud credentials are available to be created even if the node driver isn t activated but it can t be created until the node driver is enabled to reproduce de activate the digital ocean node driver try to create a do cloud credential result fail to create the cloud credential expected result do not show cloud credentials unless the node driver is active fix is to filter what the list of available cloud credentials to create based on active node drivers or active cluster driver eks aks gke cluster drivers using kontainer engine use the same cloud credential
0
341,134
10,289,697,346
IssuesEvent
2019-08-27 10:28:43
serlo/p_data-analysis-and-kpis
https://api.github.com/repos/serlo/p_data-analysis-and-kpis
closed
Wenn möglich: Oberfläche für Nicht-Techniker anpassen
enhancement grafana low priority wontfix
Wenn man aktuell auf den Dashboardtitel klickt erscheint "More -> JSON Panel", was Serlorianner*innen verwirrt. Es wäre gut, wenn man dieses Menü nicht anzeigen würde.
1.0
Wenn möglich: Oberfläche für Nicht-Techniker anpassen - Wenn man aktuell auf den Dashboardtitel klickt erscheint "More -> JSON Panel", was Serlorianner*innen verwirrt. Es wäre gut, wenn man dieses Menü nicht anzeigen würde.
priority
wenn möglich oberfläche für nicht techniker anpassen wenn man aktuell auf den dashboardtitel klickt erscheint more json panel was serlorianner innen verwirrt es wäre gut wenn man dieses menü nicht anzeigen würde
1
663,663
22,201,169,210
IssuesEvent
2022-06-07 11:20:15
coronasafe/care
https://api.github.com/repos/coronasafe/care
closed
Authentication for Middleware Requests
High Priority TeleICU
Create Authentication Classes to Accept JWT RSA Tokens from the Middleware.
1.0
Authentication for Middleware Requests - Create Authentication Classes to Accept JWT RSA Tokens from the Middleware.
priority
authentication for middleware requests create authentication classes to accept jwt rsa tokens from the middleware
1
650,590
21,410,069,509
IssuesEvent
2022-04-22 04:17:49
wso2/product-microgateway
https://api.github.com/repos/wso2/product-microgateway
opened
Manual U2 folder structure creation for Choreo Connect
Type/Task Priority/Normal
### Describe your problem(s) Currently we need to create CC folder structure for the U2 initial onboarding manually. We can automate the above process. ### Describe your solution Write a script to create CC folder structure automatically. ### How will you implement it Writing a shell script to create the required folder structure. --- ### Optional Fields #### Related Issues: <!-- Any related issues from this/other repositories--> #### Suggested Labels: <!--Only to be used by non-members--> #### Suggested Assignees: <!--Only to be used by non-members-->
1.0
Manual U2 folder structure creation for Choreo Connect - ### Describe your problem(s) Currently we need to create CC folder structure for the U2 initial onboarding manually. We can automate the above process. ### Describe your solution Write a script to create CC folder structure automatically. ### How will you implement it Writing a shell script to create the required folder structure. --- ### Optional Fields #### Related Issues: <!-- Any related issues from this/other repositories--> #### Suggested Labels: <!--Only to be used by non-members--> #### Suggested Assignees: <!--Only to be used by non-members-->
priority
manual folder structure creation for choreo connect describe your problem s currently we need to create cc folder structure for the initial onboarding manually we can automate the above process describe your solution write a script to create cc folder structure automatically how will you implement it writing a shell script to create the required folder structure optional fields related issues suggested labels suggested assignees
1
69,325
22,320,350,717
IssuesEvent
2022-06-14 05:30:24
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
random disconnect on desktop client and settings wiped
T-Defect X-Needs-Info S-Critical
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> #### Description random element desktop will put `[Offline]` in the title bar and say connectivity lost. no other internet is lost anywhere. closing and open element desktop does not fix. only fix is to sign out and back in. this looses settings though every time this happen most times after update from notification in client too. will immediately be offline and have to sign out and back in for me offline happens at least once per week unless update available. settings always wiped when sign out #### Steps to reproduce intermittent hard to reproduce but - sign in - stay signed in for awhile and it may happen OR - click update notification and will be offline when done - -sign out/back to fix should not random lose connection and go "offline". settings should stay when logging out and back in if same user <!-- Please send us logs for your bug report. They're very important for bugs which are hard to reproduce. To do this, create this issue then go to your account settings and click 'Submit Debug Logs' from the Help & About tab --> Logs being sent: will need to get when happens <!-- Include screenshots if possible: you can drag and drop images below. --> #### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: desktop? For the desktop app: - **OS**: Windows - **Version**: Element version: 1.7.33 olm version: 3.2.3
1.0
random disconnect on desktop client and settings wiped - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> #### Description random element desktop will put `[Offline]` in the title bar and say connectivity lost. no other internet is lost anywhere. closing and open element desktop does not fix. only fix is to sign out and back in. this looses settings though every time this happen most times after update from notification in client too. will immediately be offline and have to sign out and back in for me offline happens at least once per week unless update available. settings always wiped when sign out #### Steps to reproduce intermittent hard to reproduce but - sign in - stay signed in for awhile and it may happen OR - click update notification and will be offline when done - -sign out/back to fix should not random lose connection and go "offline". settings should stay when logging out and back in if same user <!-- Please send us logs for your bug report. They're very important for bugs which are hard to reproduce. To do this, create this issue then go to your account settings and click 'Submit Debug Logs' from the Help & About tab --> Logs being sent: will need to get when happens <!-- Include screenshots if possible: you can drag and drop images below. --> #### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: desktop? For the desktop app: - **OS**: Windows - **Version**: Element version: 1.7.33 olm version: 3.2.3
non_priority
random disconnect on desktop client and settings wiped this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description random element desktop will put in the title bar and say connectivity lost no other internet is lost anywhere closing and open element desktop does not fix only fix is to sign out and back in this looses settings though every time this happen most times after update from notification in client too will immediately be offline and have to sign out and back in for me offline happens at least once per week unless update available settings always wiped when sign out steps to reproduce intermittent hard to reproduce but sign in stay signed in for awhile and it may happen or click update notification and will be offline when done sign out back to fix should not random lose connection and go offline settings should stay when logging out and back in if same user please send us logs for your bug report they re very important for bugs which are hard to reproduce to do this create this issue then go to your account settings and click submit debug logs from the help about tab logs being sent will need to get when happens version information platform desktop for the desktop app os windows version element version olm version
0
76,203
9,922,065,710
IssuesEvent
2019-07-01 00:08:57
ODIQueensland/data-curator
https://api.github.com/repos/ODIQueensland/data-curator
closed
Add link to help site in readme
est:Minor est:Score=1 fn:Documentation
Add a link to help site in the readme so people can learn more about Data Curator without having to download it https://odiqueensland.github.io/data-curator-help/
1.0
Add link to help site in readme - Add a link to help site in the readme so people can learn more about Data Curator without having to download it https://odiqueensland.github.io/data-curator-help/
non_priority
add link to help site in readme add a link to help site in the readme so people can learn more about data curator without having to download it
0
34,804
7,460,502,456
IssuesEvent
2018-03-30 20:00:10
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Kirjeldusüksuse haldusvaates kuvatakse pärandunud pealkirju
C: AIS P: highest R: fixed T: defect
**Reported by sven syld on 19 Jan 2017 11:05 UTC** Pealkirjad said teatavasti tõstetud eraldi tabelisse #1473 ticketis. Haldusvaade ei võta arvesse pärandunud pealkirju, vaid kuvab need kõik justkui oleks enda omad. Sama probleemi käes vaevleb tõenäoliselt ka content - see sai samamoodi üle tõstetud. Nt http://sven.dev-ais-web.arhiiv.ee:10080/et/description_unit/edit/37943/
1.0
Kirjeldusüksuse haldusvaates kuvatakse pärandunud pealkirju - **Reported by sven syld on 19 Jan 2017 11:05 UTC** Pealkirjad said teatavasti tõstetud eraldi tabelisse #1473 ticketis. Haldusvaade ei võta arvesse pärandunud pealkirju, vaid kuvab need kõik justkui oleks enda omad. Sama probleemi käes vaevleb tõenäoliselt ka content - see sai samamoodi üle tõstetud. Nt http://sven.dev-ais-web.arhiiv.ee:10080/et/description_unit/edit/37943/
non_priority
kirjeldusüksuse haldusvaates kuvatakse pärandunud pealkirju reported by sven syld on jan utc pealkirjad said teatavasti tõstetud eraldi tabelisse ticketis haldusvaade ei võta arvesse pärandunud pealkirju vaid kuvab need kõik justkui oleks enda omad sama probleemi käes vaevleb tõenäoliselt ka content see sai samamoodi üle tõstetud nt
0
78,163
15,569,928,136
IssuesEvent
2021-03-17 01:19:11
jrrk/riscv-linux
https://api.github.com/repos/jrrk/riscv-linux
opened
CVE-2020-25639 (Medium) detected in aspeedaspeed-4.19-devicetree-no-fsi
security vulnerability
## CVE-2020-25639 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aspeedaspeed-4.19-devicetree-no-fsi</b></p></summary> <p> <p>ASPEED ARM SoC development</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git>https://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git</a></p> </p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>riscv-linux/net/netfilter/nf_conntrack_netlink.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>riscv-linux/net/netfilter/nf_conntrack_netlink.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A NULL pointer dereference flaw was found in the Linux kernel's GPU Nouveau driver functionality in versions prior to 5.12-rc1 in the way the user calls ioctl DRM_IOCTL_NOUVEAU_CHANNEL_ALLOC. This flaw allows a local user to crash the system. <p>Publish Date: 2021-03-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-25639>CVE-2020-25639</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2020-25211">https://www.linuxkernelcves.com/cves/CVE-2020-25211</a></p> <p>Release Date: 2020-09-17</p> <p>Fix Resolution: v4.4.239, v4.9.239, v4.14.201, v4.19.150, v5.4.70, v5.8.13, v5.9-rc7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-25639 (Medium) detected in aspeedaspeed-4.19-devicetree-no-fsi - ## CVE-2020-25639 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aspeedaspeed-4.19-devicetree-no-fsi</b></p></summary> <p> <p>ASPEED ARM SoC development</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git>https://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git</a></p> </p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>riscv-linux/net/netfilter/nf_conntrack_netlink.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>riscv-linux/net/netfilter/nf_conntrack_netlink.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A NULL pointer dereference flaw was found in the Linux kernel's GPU Nouveau driver functionality in versions prior to 5.12-rc1 in the way the user calls ioctl DRM_IOCTL_NOUVEAU_CHANNEL_ALLOC. This flaw allows a local user to crash the system. <p>Publish Date: 2021-03-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-25639>CVE-2020-25639</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2020-25211">https://www.linuxkernelcves.com/cves/CVE-2020-25211</a></p> <p>Release Date: 2020-09-17</p> <p>Fix Resolution: v4.4.239, v4.9.239, v4.14.201, v4.19.150, v5.4.70, v5.8.13, v5.9-rc7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in aspeedaspeed devicetree no fsi cve medium severity vulnerability vulnerable library aspeedaspeed devicetree no fsi aspeed arm soc development library home page a href vulnerable source files riscv linux net netfilter nf conntrack netlink c riscv linux net netfilter nf conntrack netlink c vulnerability details a null pointer dereference flaw was found in the linux kernel s gpu nouveau driver functionality in versions prior to in the way the user calls ioctl drm ioctl nouveau channel alloc this flaw allows a local user to crash the system publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required high user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
739,045
25,578,409,023
IssuesEvent
2022-12-01 00:59:33
hashicorp/terraform-provider-google
https://api.github.com/repos/hashicorp/terraform-provider-google
closed
Support Request for Cloud Run Job
enhancement new-resource size/m priority/1
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already. <!--- Thank you for keeping this note for the community ---> ### Description <!--- Please leave a helpful description of the feature request here. Including use cases and why it would help you is a great way to convince maintainers to spend time on it. ---> The provider must support [cloud run jobs](https://cloud.google.com/run/docs/quickstarts/jobs) ### New or Affected Resource(s) <!--- Please list the new or affected resources and data sources. ---> * google_XXXXX ### Potential Terraform Configuration <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```tf # Propose what you think the configuration to take advantage of this feature should look like. # We may not use it verbatim, but it's helpful in understanding your intent. ``` same as cloud run definition with a schedule property ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? ---> * b/240175294 <!--- Note Google Cloud customers who are working with a dedicated Technical Account Manager / Customer Engineer: to expedite the investigation and resolution of this issue, please refer to these instructions: https://github.com/hashicorp/terraform-provider-google/wiki/Customer-Contact#raising-gcp-internal-issues-with-the-provider-development-team --->
1.0
Support Request for Cloud Run Job - <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already. <!--- Thank you for keeping this note for the community ---> ### Description <!--- Please leave a helpful description of the feature request here. Including use cases and why it would help you is a great way to convince maintainers to spend time on it. ---> The provider must support [cloud run jobs](https://cloud.google.com/run/docs/quickstarts/jobs) ### New or Affected Resource(s) <!--- Please list the new or affected resources and data sources. ---> * google_XXXXX ### Potential Terraform Configuration <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```tf # Propose what you think the configuration to take advantage of this feature should look like. # We may not use it verbatim, but it's helpful in understanding your intent. ``` same as cloud run definition with a schedule property ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? ---> * b/240175294 <!--- Note Google Cloud customers who are working with a dedicated Technical Account Manager / Customer Engineer: to expedite the investigation and resolution of this issue, please refer to these instructions: https://github.com/hashicorp/terraform-provider-google/wiki/Customer-Contact#raising-gcp-internal-issues-with-the-provider-development-team --->
priority
support request for cloud run job community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment if the issue is assigned to the modular magician user it is either in the process of being autogenerated or is planned to be autogenerated soon if the issue is assigned to a user that user is claiming responsibility for the issue if the issue is assigned to hashibot a community member has claimed the issue already description the provider must support new or affected resource s google xxxxx potential terraform configuration tf propose what you think the configuration to take advantage of this feature should look like we may not use it verbatim but it s helpful in understanding your intent same as cloud run definition with a schedule property references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation b note google cloud customers who are working with a dedicated technical account manager customer engineer to expedite the investigation and resolution of this issue please refer to these instructions
1
184,565
14,289,501,546
IssuesEvent
2020-11-23 19:21:45
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
MihaiB/textproc: textproc/textproc_test.go; 32 LoC
fresh small test
Found a possible issue in [MihaiB/textproc](https://www.github.com/MihaiB/textproc) at [textproc/textproc_test.go](https://github.com/MihaiB/textproc/blob/12ec581118756aee2f48db3e693bd58a4c2aa96d/textproc/textproc_test.go#L93-L124) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/MihaiB/textproc/blob/12ec581118756aee2f48db3e693bd58a4c2aa96d/textproc/textproc_test.go#L93-L124) <details> <summary>Click here to show the 32 line(s) of Go which triggered the analyzer.</summary> ```go for _, tc := range []*struct { str string err error }{ {"", nil}, {"", textproc.ErrInvalidUTF8}, {"ø🚲🛥ô🐁", nil}, {"∀ 𝒸: 𝒶≥𝒷.", io.ErrUnexpectedEOF}, } { runeCh := make(chan rune) errCh := make(chan error) go func() { for _, r := range []rune(tc.str) { runeCh <- r } close(runeCh) errCh <- tc.err close(errCh) }() builder := &strings.Builder{} gotErr := write(runeCh, errCh, builder) if gotErr != tc.err { t.Fatal("Want", tc.err, "got", gotErr) } gotStr := builder.String() if gotStr != tc.str { t.Fatalf("Want %#v got %#v", tc.str, gotStr) } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 12ec581118756aee2f48db3e693bd58a4c2aa96d
1.0
MihaiB/textproc: textproc/textproc_test.go; 32 LoC - Found a possible issue in [MihaiB/textproc](https://www.github.com/MihaiB/textproc) at [textproc/textproc_test.go](https://github.com/MihaiB/textproc/blob/12ec581118756aee2f48db3e693bd58a4c2aa96d/textproc/textproc_test.go#L93-L124) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/MihaiB/textproc/blob/12ec581118756aee2f48db3e693bd58a4c2aa96d/textproc/textproc_test.go#L93-L124) <details> <summary>Click here to show the 32 line(s) of Go which triggered the analyzer.</summary> ```go for _, tc := range []*struct { str string err error }{ {"", nil}, {"", textproc.ErrInvalidUTF8}, {"ø🚲🛥ô🐁", nil}, {"∀ 𝒸: 𝒶≥𝒷.", io.ErrUnexpectedEOF}, } { runeCh := make(chan rune) errCh := make(chan error) go func() { for _, r := range []rune(tc.str) { runeCh <- r } close(runeCh) errCh <- tc.err close(errCh) }() builder := &strings.Builder{} gotErr := write(runeCh, errCh, builder) if gotErr != tc.err { t.Fatal("Want", tc.err, "got", gotErr) } gotStr := builder.String() if gotStr != tc.str { t.Fatalf("Want %#v got %#v", tc.str, gotStr) } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 12ec581118756aee2f48db3e693bd58a4c2aa96d
non_priority
mihaib textproc textproc textproc test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for tc range struct str string err error nil textproc ø🚲🛥ô🐁 nil ∀ 𝒸 𝒶≥𝒷 io errunexpectedeof runech make chan rune errch make chan error go func for r range rune tc str runech r close runech errch tc err close errch builder strings builder goterr write runech errch builder if goterr tc err t fatal want tc err got goterr gotstr builder string if gotstr tc str t fatalf want v got v tc str gotstr leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
0
709,466
24,378,926,246
IssuesEvent
2022-10-04 05:36:54
valora-inc/wallet
https://api.github.com/repos/valora-inc/wallet
opened
User is able to restore account even after entering wrong pin while performing restore flow
bug Priority: P1 wallet qa-report
**Frequency**: 100% **Repro on build version**: Android Internal Release build V 1.42.0 , iOS Test Flight Release build V 1.42.0 , Android Play store build V 1.41.0, iOS AppStore build V 1.41.0 **Repro on devices**: Google Pixel 2XL (11.0) , OnePlus 7t(11.0) , iPhone 12(14.7.1), iPhone 13(15.1.1), Google Pixel 4a(12.0) **Pre-condition**: 1] User must have installed the main net application 2] User must be on create / restore account page 3] User must have enabled finger print / face authentication in the device locally **Repro Steps**: 1] Tap on restore account / I already have a wallet button 2] Enter name and click on next button 3] Enter a valid pin two times 4] On enter recovery phrase page , kill the app and relaunch 5] Enter valid recovery phrase in the field, and click on restore button 6] It will ask for entering pin 7] Enter invalid Pin and observe **Bug**: User is able to restore account even after entering an invalid PIN **Expected Behavior**: User should get an proper validation message as invalid PIN is being entered **Investigation**: - Same issue is also occuring when user performs create account flow ( User is redirected to phone number page when kills the app from authentication page and relaunches it) **Impact**: Bad user impact it is accepting wrong PIN and allowing user to create / restore account **Attachment**:[ Restore account wrong pin.mp4](https://drive.google.com/file/d/1wmE15Ls-Kr4ElqB3p-XhSgi6DIa4I_Hi/view) Bug observed at 0.44 seconds
1.0
User is able to restore account even after entering wrong pin while performing restore flow - **Frequency**: 100% **Repro on build version**: Android Internal Release build V 1.42.0 , iOS Test Flight Release build V 1.42.0 , Android Play store build V 1.41.0, iOS AppStore build V 1.41.0 **Repro on devices**: Google Pixel 2XL (11.0) , OnePlus 7t(11.0) , iPhone 12(14.7.1), iPhone 13(15.1.1), Google Pixel 4a(12.0) **Pre-condition**: 1] User must have installed the main net application 2] User must be on create / restore account page 3] User must have enabled finger print / face authentication in the device locally **Repro Steps**: 1] Tap on restore account / I already have a wallet button 2] Enter name and click on next button 3] Enter a valid pin two times 4] On enter recovery phrase page , kill the app and relaunch 5] Enter valid recovery phrase in the field, and click on restore button 6] It will ask for entering pin 7] Enter invalid Pin and observe **Bug**: User is able to restore account even after entering an invalid PIN **Expected Behavior**: User should get an proper validation message as invalid PIN is being entered **Investigation**: - Same issue is also occuring when user performs create account flow ( User is redirected to phone number page when kills the app from authentication page and relaunches it) **Impact**: Bad user impact it is accepting wrong PIN and allowing user to create / restore account **Attachment**:[ Restore account wrong pin.mp4](https://drive.google.com/file/d/1wmE15Ls-Kr4ElqB3p-XhSgi6DIa4I_Hi/view) Bug observed at 0.44 seconds
priority
user is able to restore account even after entering wrong pin while performing restore flow frequency repro on build version android internal release build v ios test flight release build v android play store build v ios appstore build v repro on devices google pixel oneplus iphone iphone google pixel pre condition user must have installed the main net application user must be on create restore account page user must have enabled finger print face authentication in the device locally repro steps tap on restore account i already have a wallet button enter name and click on next button enter a valid pin two times on enter recovery phrase page kill the app and relaunch enter valid recovery phrase in the field and click on restore button it will ask for entering pin enter invalid pin and observe bug user is able to restore account even after entering an invalid pin expected behavior user should get an proper validation message as invalid pin is being entered investigation same issue is also occuring when user performs create account flow user is redirected to phone number page when kills the app from authentication page and relaunches it impact bad user impact it is accepting wrong pin and allowing user to create restore account attachment bug observed at seconds
1
205,619
15,984,144,807
IssuesEvent
2021-04-18 12:03:49
uysalGokhan/Uysals-Game
https://api.github.com/repos/uysalGokhan/Uysals-Game
opened
Create Readme page
documentation
Create a readme page for projects. It shall include Team members and projects names and links.
1.0
Create Readme page - Create a readme page for projects. It shall include Team members and projects names and links.
non_priority
create readme page create a readme page for projects it shall include team members and projects names and links
0
289,969
8,880,982,157
IssuesEvent
2019-01-14 08:42:11
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - see bug description
browser-firefox priority-critical
<!-- @browser: Firefox 66.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/channel/UC3jOd7GUMhpgJRBhiLzuLsg/community?lb=UgyZkr6Ohc0Pngyt1UJ4AaABCQ **Browser / Version**: Firefox 66.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: Site opens without request **Steps to Reproduce**: I was trying to watch youtube videos, than suddenly this side pops up and I can't use youtube anymore as this happens all the time I open up youtube.com. [![Screenshot Description](https://webcompat.com/uploads/2019/1/3afd8213-17da-4b6b-8d0a-a9cf0385b10c-thumb.jpeg)](https://webcompat.com/uploads/2019/1/3afd8213-17da-4b6b-8d0a-a9cf0385b10c.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190112094119</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: nightly</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Error: "TypeError: player is null" {file: "moz-extension://c5a646a5-8dff-41de-b253-526a53dd04db/scripts/ythd.js" line: 123}]\npauseVideo@moz-extension://c5a646a5-8dff-41de-b253-526a53dd04db/scripts/ythd.js:123:6\nonNavigateFinish@moz-extension://c5a646a5-8dff-41de-b253-526a53dd04db/scripts/ythd.js:118:3\nfire@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:196:139\npageRequestFinished/k<@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:14064:390\nd.addChildPromise_/e.child</e.onFulfilled<@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:2857:128\nIv@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:2872:29\nd.executeCallback_@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:2871:132\nd.executeCallbacks_@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:2870:62\noj@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:1132:215\n', u'[JavaScript Warning: "This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!" {file: "https://www.youtube.com/channel/UC3jOd7GUMhpgJRBhiLzuLsg/community?lb=UgyZkr6Ohc0Pngyt1UJ4AaABCQ" line: 0}]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.youtube.com - see bug description - <!-- @browser: Firefox 66.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/channel/UC3jOd7GUMhpgJRBhiLzuLsg/community?lb=UgyZkr6Ohc0Pngyt1UJ4AaABCQ **Browser / Version**: Firefox 66.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: Site opens without request **Steps to Reproduce**: I was trying to watch youtube videos, than suddenly this side pops up and I can't use youtube anymore as this happens all the time I open up youtube.com. [![Screenshot Description](https://webcompat.com/uploads/2019/1/3afd8213-17da-4b6b-8d0a-a9cf0385b10c-thumb.jpeg)](https://webcompat.com/uploads/2019/1/3afd8213-17da-4b6b-8d0a-a9cf0385b10c.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190112094119</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: nightly</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Error: "TypeError: player is null" {file: "moz-extension://c5a646a5-8dff-41de-b253-526a53dd04db/scripts/ythd.js" line: 123}]\npauseVideo@moz-extension://c5a646a5-8dff-41de-b253-526a53dd04db/scripts/ythd.js:123:6\nonNavigateFinish@moz-extension://c5a646a5-8dff-41de-b253-526a53dd04db/scripts/ythd.js:118:3\nfire@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:196:139\npageRequestFinished/k<@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:14064:390\nd.addChildPromise_/e.child</e.onFulfilled<@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:2857:128\nIv@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:2872:29\nd.executeCallback_@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:2871:132\nd.executeCallbacks_@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:2870:62\noj@https://www.youtube.com/yts/jsbin/desktop_polymer-vfl0_cDAz/desktop_polymer.js:1132:215\n', u'[JavaScript Warning: "This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!" {file: "https://www.youtube.com/channel/UC3jOd7GUMhpgJRBhiLzuLsg/community?lb=UgyZkr6Ohc0Pngyt1UJ4AaABCQ" line: 0}]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
see bug description url browser version firefox operating system windows tested another browser yes problem type something else description site opens without request steps to reproduce i was trying to watch youtube videos than suddenly this side pops up and i can t use youtube anymore as this happens all the time i open up youtube com browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen false mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel nightly console messages npausevideo moz extension scripts ythd js nonnavigatefinish moz extension scripts ythd js nfire u from with ❤️
1
38,811
19,564,311,959
IssuesEvent
2022-01-03 21:05:48
playcanvas/engine
https://api.github.com/repos/playcanvas/engine
closed
Very long build times (1min+), need speedups
performance
Currently, the engine takes a very long to build. `npm run build`, on a good laptop (4 years old top gaming laptop), takes 1 minute and 16 seconds. And about 20 seconds for `playcanvas.js` file build. Would be great if there would be a developer-focused build target (with watch variant), that would be built within few seconds (as fast as possible), that does not need many validations, etc, but needs for a quick test during the development process. Previously builds were way faster than now.
True
Very long build times (1min+), need speedups - Currently, the engine takes a very long to build. `npm run build`, on a good laptop (4 years old top gaming laptop), takes 1 minute and 16 seconds. And about 20 seconds for `playcanvas.js` file build. Would be great if there would be a developer-focused build target (with watch variant), that would be built within few seconds (as fast as possible), that does not need many validations, etc, but needs for a quick test during the development process. Previously builds were way faster than now.
non_priority
very long build times need speedups currently the engine takes a very long to build npm run build on a good laptop years old top gaming laptop takes minute and seconds and about seconds for playcanvas js file build would be great if there would be a developer focused build target with watch variant that would be built within few seconds as fast as possible that does not need many validations etc but needs for a quick test during the development process previously builds were way faster than now
0
262,296
8,263,373,241
IssuesEvent
2018-09-14 01:58:28
SpiderLabs/ModSecurity
https://api.github.com/repos/SpiderLabs/ModSecurity
closed
Mod Security compiled with D_FORTIFY_SOURCE=2 results in crashes with lua scripts
2.x Feature Improvement LOW Priority Type - Feature
When trying to use custom LUA scripts for parsing POST/upload requests and Mod Security was compiled with D_FORTIFY_SOURCE=2, this results in the following: > *** Error in `/usr/sbin/httpd': corrupted double-linked list: 0x00007f652002cb90 *** This happens on GCC 4.8.5, 4.9x (any builds) on CentOS7. Enabling some debugging (compiling modsec with symbols et al) reveals the following: ``` Core was generated by `/usr/sbin/httpd -k start'. -- Program terminated with signal 11, Segmentation fault. w#0 0x00007f21d22acb2d in lua_pushlstring (L=L@entry=0x55d64baa1110, s=0x55d64baa0f28 "POST /wp-login.php HTTP/1.1\n\nCookie: wordpress_test_cookie=WP Cookie check\n", len=0x2be) at lapi.c:447 447 luaC_checkGC(L); gdb$ where #0 0x00007f21d22acb2d in lua_pushlstring (L=L@entry=0x55d64baa1110, s=0x55d64baa0f28 "POST /wp-login.php HTTP/1.1\n\nCookie: wordpress_test_cookie=WP Cookie check\n", len=0x2be) at lapi.c:447 #1 0x00007f21d3414a2d in l_getvar (L=0x55d64baa1110) at msc_lua.c:270 #2 0x00007f21d22b1324 in luaD_precall (L=L@entry=0x55d64baa1110, func=func@entry=0x55d64baa1540, nresults=nresults@entry=0x1) at ldo.c:319 #3 0x00007f21d22bbe57 in luaV_execute (L=L@entry=0x55d64baa1110, nexeccalls=0x2, nexeccalls@entry=0x1) at lvm.c:590 #4 0x00007f21d22b174d in luaD_call (L=0x55d64baa1110, func=0x55d64baa1500, nResults=<optimized out>) at ldo.c:377 #5 0x00007f21d22b0a6e in luaD_rawrunprotected (L=L@entry=0x55d64baa1110, f=f@entry=0x7f21d22ac050 <f_call>, ud=ud@entry=0x7ffc4dc3b6f0) at ldo.c:116 #6 0x00007f21d22b18da in luaD_pcall (L=L@entry=0x55d64baa1110, func=func@entry=0x7f21d22ac050 <f_call>, u=u@entry=0x7ffc4dc3b6f0, old_top=0x30, ef=<optimized out>) at ldo.c:463 #7 0x00007f21d22ad44d in lua_pcall (L=L@entry=0x55d64baa1110, nargs=nargs@entry=0x0, nresults=nresults@entry=0x0, errfunc=errfunc@entry=0x0) at lapi.c:821 #8 0x00007f21d3414ef0 in lua_execute (script=0x55d64b80ed50, param=param@entry=0x0, msr=msr@entry=0x55d64ba7e918, rule=0x55d64b80d398, error_msg=error_msg@entry=0x7ffc4dc3b7a0) at msc_lua.c:477 #9 0x00007f21d34252dd in msre_action_exec_execute (msr=0x55d64ba7e918, mptmp=<optimized out>, rule=<optimized out>, action=0x55d64b80ddc8) at re_actions.c:2227 #10 0x00007f21d3428f9e in msre_perform_nondisruptive_actions (msr=msr@entry=0x55d64ba7e918, rule=rule@entry=0x55d64b80d398, mptmp=mptmp@entry=0x55d64ba9f0b8, actionset=<optimized out>) at re.c:2506 #11 0x00007f21d342cb91 in execute_operator (var=var@entry=0x55d64ba9f808, rule=rule@entry=0x55d64b80d398, msr=msr@entry=0x55d64ba7e918, acting_actionset=acting_actionset@entry=0x55d64b80c6e8, mptmp=mptmp@entry=0x55d64ba9f0b8) at re.c:2769 #12 0x00007f21d342dd7c in msre_rule_process_normal (msr=<optimized out>, rule=0x55d64b80d398) at re.c:3301 #13 msre_rule_process (msr=<optimized out>, rule=0x55d64b80d398) at re.c:3382 #14 msre_ruleset_process_phase (ruleset=<optimized out>, msr=msr@entry=0x55d64ba7e918) at re.c:1773 #15 0x00007f21d340d638 in modsecurity_process_phase_request_body (msr=0x55d64ba7e918) at modsecurity.c:598 #16 modsecurity_process_phase (msr=msr@entry=0x55d64ba7e918, phase=phase@entry=0x2) at modsecurity.c:844 #17 0x00007f21d340c4c2 in hook_request_late (r=<optimized out>) at mod_security2.c:1081 #18 0x000055d64a337a90 in ap_run_fixups (r=0x55d64ba7cf50) at request.c:83 #19 0x000055d64a33a44a in ap_process_request_internal (r=r@entry=0x55d64ba7cf50) at request.c:358 #20 0x000055d64a3588c8 in ap_process_async_request (r=r@entry=0x55d64ba7cf50) at http_request.c:434 #21 0x000055d64a358bb4 in ap_process_request (r=r@entry=0x55d64ba7cf50) at http_request.c:471 #22 0x000055d64a354a9d in ap_process_http_sync_connection (c=0x55d64b9441e0) at http_core.c:210 #23 ap_process_http_connection (c=0x55d64b9441e0) at http_core.c:251 #24 0x000055d64a34c010 in ap_run_process_connection (c=0x55d64b9441e0) at connection.c:42 #25 0x000055d64a34c568 in ap_process_connection (c=c@entry=0x55d64b9441e0, csd=<optimized out>) at connection.c:226 #26 0x00007f21d86319e9 in child_main (child_num_arg=child_num_arg@entry=0x0, child_bucket=child_bucket@entry=0x0) at prefork.c:615 #27 0x00007f21d8631c42 in make_child (s=0x55d64b6c63e0, slot=slot@entry=0x0, bucket=0x0) at prefork.c:716 #28 0x00007f21d8631cb6 in startup_children (number_to_start=0x5) at prefork.c:735 #29 0x00007f21d863260b in prefork_run (_pconf=<optimized out>, plog=0x55d64b6ca358, s=0x55d64b6c63e0) at prefork.c:904 #30 0x000055d64a3234de in ap_run_mpm (pconf=0x55d64b69d138, plog=0x55d64b6ca358, s=0x55d64b6c63e0) at mpm_common.c:94 #31 0x000055d64a31be73 in main (argc=0x3, argv=0x7ffc4dc3c098) at main.c:795 (gdb) list 442  } 443 444 445  LUA_API void lua_pushlstring (lua_State *L, const char *s, size_t len) { 446    lua_lock(L); 447    luaC_checkGC(L); 448    setsvalue2s(L, L->top, luaS_newlstr(L, s, len)); 449    api_incr_top(L); 450    lua_unlock(L); 451  } ```` We're using the following lua script for testing against WordPress (WP is in Russian) ``` #!/usr/bin/lua   function main()  local cType= m.getvar("REQUEST_HEADERS.Content-Type","none")   local serverVars = { ["REQUEST_URI"] ="", ["QUERY_STRING"] ="", ["REMOTE_ADDR"] ="", }     for var in pairs(serverVars) do temp = m.getvar(var,"none") if temp == nil then temp="NONE" end serverVars[var]=temp end     local content=m.getvar("FULL_REQUEST","urlDecodeUni")     end main() ``` Here's modsec debug logging of what happens, ie: ``` [07/Mar/2018:17:22:44 --0600] [whatever.me/sid#55c314d61af0][rid#55c314fb8e90][/wp-cron.php][8] Lua: Executing script: /localbkp/block_ip/debug.lua [07/Mar/2018:17:22:44 --0600] [whatever.me/sid#55c314d61af0][rid#55c314fb8e90][/wp-cron.php][9] T (0) urlDecodeUni: "POST /wp-cron.php?doing_wp_cron=1520464964.5650479793548583984375 HTTP/1.1\n\nContent-Type: application/x-www-form-urlencoded\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00q\x02\x00\x00\x00\x00\x00\x00@\x1f\xfd\x14\xc3U\x00\x00\bb\x00\x00\x00\x00\x00\x00\xa0\xd4\xfc\x14\xc3U\x00\x00`\xd4\xfc\x14\xc3U\x00\x00\xd8\xd0\xfc\x14\xc3U\x00\x00\b\xd3\xfc\x14\xc3U\x00\x00tS\xfd\x14\xc3U\x00\x00P\xd6\xfc\x14\xc3U\x00\x00\xe0\xd3\xfc\x14\xc3U\x00\x00\xa8\xd3\xfc\x14\xc3U\x00\x00\x90\xd2\xfc\x14\xc3U\x00\x00-\x00\x00\x00\b\x00\x00\x00\x01\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x0 ``` Here's our modsec2.conf settings: ``` SecRequestBodyAccess On SecRequestBodyLimitAction ProcessPartial   SecRule REQUEST_METHOD "POST" "id:2221,chain,pass,phase:2 " SecRule REQUEST_BODY_LENGTH "@lt 10000000" "exec:/whatever/debug.lua " ``` These RPM Macro for CFLAGS does NOT result in crashes: ``` %__global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=1 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} %__global_cflags -Os -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=1 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} %__global_cflags -O1 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=1 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} ``` But these crash for us: ``` %__global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} %__global_cflags -O1 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} %__global_cflags -Os -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} ```
1.0
Mod Security compiled with D_FORTIFY_SOURCE=2 results in crashes with lua scripts - When trying to use custom LUA scripts for parsing POST/upload requests and Mod Security was compiled with D_FORTIFY_SOURCE=2, this results in the following: > *** Error in `/usr/sbin/httpd': corrupted double-linked list: 0x00007f652002cb90 *** This happens on GCC 4.8.5, 4.9x (any builds) on CentOS7. Enabling some debugging (compiling modsec with symbols et al) reveals the following: ``` Core was generated by `/usr/sbin/httpd -k start'. -- Program terminated with signal 11, Segmentation fault. w#0 0x00007f21d22acb2d in lua_pushlstring (L=L@entry=0x55d64baa1110, s=0x55d64baa0f28 "POST /wp-login.php HTTP/1.1\n\nCookie: wordpress_test_cookie=WP Cookie check\n", len=0x2be) at lapi.c:447 447 luaC_checkGC(L); gdb$ where #0 0x00007f21d22acb2d in lua_pushlstring (L=L@entry=0x55d64baa1110, s=0x55d64baa0f28 "POST /wp-login.php HTTP/1.1\n\nCookie: wordpress_test_cookie=WP Cookie check\n", len=0x2be) at lapi.c:447 #1 0x00007f21d3414a2d in l_getvar (L=0x55d64baa1110) at msc_lua.c:270 #2 0x00007f21d22b1324 in luaD_precall (L=L@entry=0x55d64baa1110, func=func@entry=0x55d64baa1540, nresults=nresults@entry=0x1) at ldo.c:319 #3 0x00007f21d22bbe57 in luaV_execute (L=L@entry=0x55d64baa1110, nexeccalls=0x2, nexeccalls@entry=0x1) at lvm.c:590 #4 0x00007f21d22b174d in luaD_call (L=0x55d64baa1110, func=0x55d64baa1500, nResults=<optimized out>) at ldo.c:377 #5 0x00007f21d22b0a6e in luaD_rawrunprotected (L=L@entry=0x55d64baa1110, f=f@entry=0x7f21d22ac050 <f_call>, ud=ud@entry=0x7ffc4dc3b6f0) at ldo.c:116 #6 0x00007f21d22b18da in luaD_pcall (L=L@entry=0x55d64baa1110, func=func@entry=0x7f21d22ac050 <f_call>, u=u@entry=0x7ffc4dc3b6f0, old_top=0x30, ef=<optimized out>) at ldo.c:463 #7 0x00007f21d22ad44d in lua_pcall (L=L@entry=0x55d64baa1110, nargs=nargs@entry=0x0, nresults=nresults@entry=0x0, errfunc=errfunc@entry=0x0) at lapi.c:821 #8 0x00007f21d3414ef0 in lua_execute (script=0x55d64b80ed50, param=param@entry=0x0, msr=msr@entry=0x55d64ba7e918, rule=0x55d64b80d398, error_msg=error_msg@entry=0x7ffc4dc3b7a0) at msc_lua.c:477 #9 0x00007f21d34252dd in msre_action_exec_execute (msr=0x55d64ba7e918, mptmp=<optimized out>, rule=<optimized out>, action=0x55d64b80ddc8) at re_actions.c:2227 #10 0x00007f21d3428f9e in msre_perform_nondisruptive_actions (msr=msr@entry=0x55d64ba7e918, rule=rule@entry=0x55d64b80d398, mptmp=mptmp@entry=0x55d64ba9f0b8, actionset=<optimized out>) at re.c:2506 #11 0x00007f21d342cb91 in execute_operator (var=var@entry=0x55d64ba9f808, rule=rule@entry=0x55d64b80d398, msr=msr@entry=0x55d64ba7e918, acting_actionset=acting_actionset@entry=0x55d64b80c6e8, mptmp=mptmp@entry=0x55d64ba9f0b8) at re.c:2769 #12 0x00007f21d342dd7c in msre_rule_process_normal (msr=<optimized out>, rule=0x55d64b80d398) at re.c:3301 #13 msre_rule_process (msr=<optimized out>, rule=0x55d64b80d398) at re.c:3382 #14 msre_ruleset_process_phase (ruleset=<optimized out>, msr=msr@entry=0x55d64ba7e918) at re.c:1773 #15 0x00007f21d340d638 in modsecurity_process_phase_request_body (msr=0x55d64ba7e918) at modsecurity.c:598 #16 modsecurity_process_phase (msr=msr@entry=0x55d64ba7e918, phase=phase@entry=0x2) at modsecurity.c:844 #17 0x00007f21d340c4c2 in hook_request_late (r=<optimized out>) at mod_security2.c:1081 #18 0x000055d64a337a90 in ap_run_fixups (r=0x55d64ba7cf50) at request.c:83 #19 0x000055d64a33a44a in ap_process_request_internal (r=r@entry=0x55d64ba7cf50) at request.c:358 #20 0x000055d64a3588c8 in ap_process_async_request (r=r@entry=0x55d64ba7cf50) at http_request.c:434 #21 0x000055d64a358bb4 in ap_process_request (r=r@entry=0x55d64ba7cf50) at http_request.c:471 #22 0x000055d64a354a9d in ap_process_http_sync_connection (c=0x55d64b9441e0) at http_core.c:210 #23 ap_process_http_connection (c=0x55d64b9441e0) at http_core.c:251 #24 0x000055d64a34c010 in ap_run_process_connection (c=0x55d64b9441e0) at connection.c:42 #25 0x000055d64a34c568 in ap_process_connection (c=c@entry=0x55d64b9441e0, csd=<optimized out>) at connection.c:226 #26 0x00007f21d86319e9 in child_main (child_num_arg=child_num_arg@entry=0x0, child_bucket=child_bucket@entry=0x0) at prefork.c:615 #27 0x00007f21d8631c42 in make_child (s=0x55d64b6c63e0, slot=slot@entry=0x0, bucket=0x0) at prefork.c:716 #28 0x00007f21d8631cb6 in startup_children (number_to_start=0x5) at prefork.c:735 #29 0x00007f21d863260b in prefork_run (_pconf=<optimized out>, plog=0x55d64b6ca358, s=0x55d64b6c63e0) at prefork.c:904 #30 0x000055d64a3234de in ap_run_mpm (pconf=0x55d64b69d138, plog=0x55d64b6ca358, s=0x55d64b6c63e0) at mpm_common.c:94 #31 0x000055d64a31be73 in main (argc=0x3, argv=0x7ffc4dc3c098) at main.c:795 (gdb) list 442  } 443 444 445  LUA_API void lua_pushlstring (lua_State *L, const char *s, size_t len) { 446    lua_lock(L); 447    luaC_checkGC(L); 448    setsvalue2s(L, L->top, luaS_newlstr(L, s, len)); 449    api_incr_top(L); 450    lua_unlock(L); 451  } ```` We're using the following lua script for testing against WordPress (WP is in Russian) ``` #!/usr/bin/lua   function main()  local cType= m.getvar("REQUEST_HEADERS.Content-Type","none")   local serverVars = { ["REQUEST_URI"] ="", ["QUERY_STRING"] ="", ["REMOTE_ADDR"] ="", }     for var in pairs(serverVars) do temp = m.getvar(var,"none") if temp == nil then temp="NONE" end serverVars[var]=temp end     local content=m.getvar("FULL_REQUEST","urlDecodeUni")     end main() ``` Here's modsec debug logging of what happens, ie: ``` [07/Mar/2018:17:22:44 --0600] [whatever.me/sid#55c314d61af0][rid#55c314fb8e90][/wp-cron.php][8] Lua: Executing script: /localbkp/block_ip/debug.lua [07/Mar/2018:17:22:44 --0600] [whatever.me/sid#55c314d61af0][rid#55c314fb8e90][/wp-cron.php][9] T (0) urlDecodeUni: "POST /wp-cron.php?doing_wp_cron=1520464964.5650479793548583984375 HTTP/1.1\n\nContent-Type: application/x-www-form-urlencoded\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00q\x02\x00\x00\x00\x00\x00\x00@\x1f\xfd\x14\xc3U\x00\x00\bb\x00\x00\x00\x00\x00\x00\xa0\xd4\xfc\x14\xc3U\x00\x00`\xd4\xfc\x14\xc3U\x00\x00\xd8\xd0\xfc\x14\xc3U\x00\x00\b\xd3\xfc\x14\xc3U\x00\x00tS\xfd\x14\xc3U\x00\x00P\xd6\xfc\x14\xc3U\x00\x00\xe0\xd3\xfc\x14\xc3U\x00\x00\xa8\xd3\xfc\x14\xc3U\x00\x00\x90\xd2\xfc\x14\xc3U\x00\x00-\x00\x00\x00\b\x00\x00\x00\x01\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x0 ``` Here's our modsec2.conf settings: ``` SecRequestBodyAccess On SecRequestBodyLimitAction ProcessPartial   SecRule REQUEST_METHOD "POST" "id:2221,chain,pass,phase:2 " SecRule REQUEST_BODY_LENGTH "@lt 10000000" "exec:/whatever/debug.lua " ``` These RPM Macro for CFLAGS does NOT result in crashes: ``` %__global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=1 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} %__global_cflags -Os -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=1 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} %__global_cflags -O1 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=1 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} ``` But these crash for us: ``` %__global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} %__global_cflags -O1 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} %__global_cflags -Os -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_performance_cflags} ```
priority
mod security compiled with d fortify source results in crashes with lua scripts when trying to use custom lua scripts for parsing post upload requests and mod security was compiled with d fortify source this results in the following error in usr sbin httpd corrupted double linked list this happens on gcc any builds on enabling some debugging compiling modsec with symbols et al reveals the following core was generated by usr sbin httpd k start program terminated with signal segmentation fault w in lua pushlstring l l entry s post wp login php http n ncookie wordpress test cookie wp cookie check n len at lapi c luac checkgc l gdb where in lua pushlstring l l entry s post wp login php http n ncookie wordpress test cookie wp cookie check n len at lapi c in l getvar l at msc lua c in luad precall l l entry func func entry nresults nresults entry at ldo c in luav execute l l entry nexeccalls nexeccalls entry at lvm c in luad call l func nresults at ldo c in luad rawrunprotected l l entry f f entry ud ud entry at ldo c in luad pcall l l entry func func entry u u entry old top ef at ldo c in lua pcall l l entry nargs nargs entry nresults nresults entry errfunc errfunc entry at lapi c in lua execute script param param entry msr msr entry rule error msg error msg entry at msc lua c in msre action exec execute msr mptmp rule action at re actions c in msre perform nondisruptive actions msr msr entry rule rule entry mptmp mptmp entry actionset at re c in execute operator var var entry rule rule entry msr msr entry acting actionset acting actionset entry mptmp mptmp entry at re c in msre rule process normal msr rule at re c msre rule process msr rule at re c msre ruleset process phase ruleset msr msr entry at re c in modsecurity process phase request body msr at modsecurity c modsecurity process phase msr msr entry phase phase entry at modsecurity c in hook request late r at mod c in ap run fixups r at request c in ap process request internal r r entry at request c in ap process async request r r entry at http request c in ap process request r r entry at http request c in ap process http sync connection c at http core c ap process http connection c at http core c in ap run process connection c at connection c in ap process connection c c entry csd at connection c in child main child num arg child num arg entry child bucket child bucket entry at prefork c in make child s slot slot entry bucket at prefork c in startup children number to start at prefork c in prefork run pconf plog s at prefork c in ap run mpm pconf plog s at mpm common c in main argc argv at main c gdb list      lua api void lua pushlstring lua state l const char s size t len     lua lock l     luac checkgc l      l l top luas newlstr l s len     api incr top l     lua unlock l    we re using the following lua script for testing against wordpress wp is in russian usr bin lua   function main  local ctype m getvar request headers content type none   local servervars     for var in pairs servervars do temp m getvar var none if temp nil then temp none end servervars temp end     local content m getvar full request urldecodeuni     end main here s modsec debug logging of what happens ie lua executing script localbkp block ip debug lua t urldecodeuni post wp cron php doing wp cron http n ncontent type application x www form urlencoded n xfd bb xfc xfc xfc b xfc xfd xfc xfc xfc xfc b here s our conf settings secrequestbodyaccess on secrequestbodylimitaction processpartial   secrule request method post id chain pass phase secrule request body length lt exec whatever debug lua these rpm macro for cflags does not result in crashes global cflags g pipe wall wp d fortify source fexceptions fstack protector strong param ssp buffer size grecord gcc switches hardened cflags performance cflags global cflags os g pipe wall wp d fortify source fexceptions fstack protector strong param ssp buffer size grecord gcc switches hardened cflags performance cflags global cflags g pipe wall wp d fortify source fexceptions fstack protector strong param ssp buffer size grecord gcc switches hardened cflags performance cflags but these crash for us global cflags g pipe wall wp d fortify source fexceptions fstack protector strong param ssp buffer size grecord gcc switches hardened cflags performance cflags global cflags g pipe wall wp d fortify source fexceptions fstack protector strong param ssp buffer size grecord gcc switches hardened cflags performance cflags global cflags os g pipe wall wp d fortify source fexceptions fstack protector strong param ssp buffer size grecord gcc switches hardened cflags performance cflags
1
52,187
13,725,322,990
IssuesEvent
2020-10-03 18:01:03
ervin210/LIVE-ROOM-1485590319891
https://api.github.com/repos/ervin210/LIVE-ROOM-1485590319891
opened
CVE-2014-8882 (Medium) detected in validator-1.5.1.tgz
security vulnerability
## CVE-2014-8882 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>validator-1.5.1.tgz</b></p></summary> <p>Data validation, filtering and sanitization for node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/validator/-/validator-1.5.1.tgz">https://registry.npmjs.org/validator/-/validator-1.5.1.tgz</a></p> <p>Path to dependency file: LIVE-ROOM-1485590319891/package.json</p> <p>Path to vulnerable library: LIVE-ROOM-1485590319891/node_modules/validator/package.json</p> <p> Dependency Hierarchy: - feedparser-0.19.2.tgz (Root Library) - resanitize-0.3.0.tgz - :x: **validator-1.5.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ervin210/LIVE-ROOM-1485590319891/commit/f066b768ad80a1b199a84600ca9835323e9baee1">f066b768ad80a1b199a84600ca9835323e9baee1</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The validator module before version 3.22.1 is vulnerable to Regular Expression Denial of Service (ReDoS) in the isURL method. <p>Publish Date: 2014-11-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-8882>CVE-2014-8882</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/42">https://www.npmjs.com/advisories/42</a></p> <p>Release Date: 2014-01-14</p> <p>Fix Resolution: 3.22.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2014-8882 (Medium) detected in validator-1.5.1.tgz - ## CVE-2014-8882 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>validator-1.5.1.tgz</b></p></summary> <p>Data validation, filtering and sanitization for node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/validator/-/validator-1.5.1.tgz">https://registry.npmjs.org/validator/-/validator-1.5.1.tgz</a></p> <p>Path to dependency file: LIVE-ROOM-1485590319891/package.json</p> <p>Path to vulnerable library: LIVE-ROOM-1485590319891/node_modules/validator/package.json</p> <p> Dependency Hierarchy: - feedparser-0.19.2.tgz (Root Library) - resanitize-0.3.0.tgz - :x: **validator-1.5.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ervin210/LIVE-ROOM-1485590319891/commit/f066b768ad80a1b199a84600ca9835323e9baee1">f066b768ad80a1b199a84600ca9835323e9baee1</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The validator module before version 3.22.1 is vulnerable to Regular Expression Denial of Service (ReDoS) in the isURL method. <p>Publish Date: 2014-11-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-8882>CVE-2014-8882</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/42">https://www.npmjs.com/advisories/42</a></p> <p>Release Date: 2014-01-14</p> <p>Fix Resolution: 3.22.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in validator tgz cve medium severity vulnerability vulnerable library validator tgz data validation filtering and sanitization for node js library home page a href path to dependency file live room package json path to vulnerable library live room node modules validator package json dependency hierarchy feedparser tgz root library resanitize tgz x validator tgz vulnerable library found in head commit a href found in base branch master vulnerability details the validator module before version is vulnerable to regular expression denial of service redos in the isurl method publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
12,092
7,693,360,451
IssuesEvent
2018-05-18 03:07:52
dylan-lang/opendylan
https://api.github.com/repos/dylan-lang/opendylan
closed
No warning shown when a source-record's module name doesn't match an actual module
Compiler warnings Usability
If you have a source file where the `Module:` line is not spelled correctly, you don't see a visible error from running `dylan-compiler`, instead you have to look at the condition log file, where you'll see: ``` Serious warning: Module xxxxxx of source record {<compilation-record> "xxxxxxxx"} is not defined at this point, ignoring the source record. ```
True
No warning shown when a source-record's module name doesn't match an actual module - If you have a source file where the `Module:` line is not spelled correctly, you don't see a visible error from running `dylan-compiler`, instead you have to look at the condition log file, where you'll see: ``` Serious warning: Module xxxxxx of source record {<compilation-record> "xxxxxxxx"} is not defined at this point, ignoring the source record. ```
non_priority
no warning shown when a source record s module name doesn t match an actual module if you have a source file where the module line is not spelled correctly you don t see a visible error from running dylan compiler instead you have to look at the condition log file where you ll see serious warning module xxxxxx of source record xxxxxxxx is not defined at this point ignoring the source record
0
196,007
14,789,337,315
IssuesEvent
2021-01-12 10:26:05
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: ycsb/C/nodes=3 failed
C-test-failure O-roachtest O-robot branch-release-20.1 release-blocker
[(roachtest).ycsb/C/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2574842&tab=buildLog) on [release-20.1@e395c0c7c48a279334f0e94dfb7030a3eafa093f](https://github.com/cockroachdb/cockroach/commits/e395c0c7c48a279334f0e94dfb7030a3eafa093f): ``` | github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:57 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1374 Wraps: (2) 2 safe details enclosed Wraps: (3) output in run_102546.109_n4_workload_run_ycsb Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2574842-1610435721-138-n4cpu8:4 -- ./workload run ycsb --init --insert-count=1000000 --workload=C --concurrency=144 --splits=3 --histograms=perf/stats.json --select-for-update=true --ramp=1m --duration=10m {pgurl:1-3} returned | stderr: | bash: line 1: 4688 Illegal instruction (core dumped) bash -c "./workload run ycsb --init --insert-count=1000000 --workload=C --concurrency=144 --splits=3 --histograms=perf/stats.json --select-for-update=true --ramp=1m --duration=10m 'postgres://root@10.128.0.104:26257?sslmode=disable' 'postgres://root@10.128.0.246:26257?sslmode=disable' 'postgres://root@10.128.0.134:26257?sslmode=disable'" | Error: COMMAND_PROBLEM: exit status 132 | (1) COMMAND_PROBLEM | Wraps: (2) Node 4. Command with error: | | ``` | | ./workload run ycsb --init --insert-count=1000000 --workload=C --concurrency=144 --splits=3 --histograms=perf/stats.json --select-for-update=true --ramp=1m --duration=10m {pgurl:1-3} | | ``` | Wraps: (3) exit status 132 | Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError | | stdout: Wraps: (5) exit status 20 Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *exec.ExitError cluster.go:2628,ycsb.go:62,ycsb.go:79,test_runner.go:749: monitor failure: monitor task failed: t.Fatal() was called (1) attached stack trace | main.(*monitor).WaitE | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2616 | main.(*monitor).Wait | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2624 | main.registerYCSB.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/ycsb.go:62 | main.registerYCSB.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/ycsb.go:79 | main.(*testRunner).runTest.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:749 Wraps: (2) monitor failure Wraps: (3) attached stack trace | main.(*monitor).wait.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2672 Wraps: (4) monitor task failed Wraps: (5) attached stack trace | main.init | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2586 | runtime.doInit | /usr/local/go/src/runtime/proc.go:5652 | runtime.main | /usr/local/go/src/runtime/proc.go:191 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1374 Wraps: (6) t.Fatal() was called Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *errors.errorString ``` <details><summary>More</summary><p> Artifacts: [/ycsb/C/nodes=3](https://teamcity.cockroachdb.com/viewLog.html?buildId=2574842&tab=artifacts#/ycsb/C/nodes=3) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Aycsb%2FC%2Fnodes%3D3.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
2.0
roachtest: ycsb/C/nodes=3 failed - [(roachtest).ycsb/C/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2574842&tab=buildLog) on [release-20.1@e395c0c7c48a279334f0e94dfb7030a3eafa093f](https://github.com/cockroachdb/cockroach/commits/e395c0c7c48a279334f0e94dfb7030a3eafa093f): ``` | github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:57 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1374 Wraps: (2) 2 safe details enclosed Wraps: (3) output in run_102546.109_n4_workload_run_ycsb Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2574842-1610435721-138-n4cpu8:4 -- ./workload run ycsb --init --insert-count=1000000 --workload=C --concurrency=144 --splits=3 --histograms=perf/stats.json --select-for-update=true --ramp=1m --duration=10m {pgurl:1-3} returned | stderr: | bash: line 1: 4688 Illegal instruction (core dumped) bash -c "./workload run ycsb --init --insert-count=1000000 --workload=C --concurrency=144 --splits=3 --histograms=perf/stats.json --select-for-update=true --ramp=1m --duration=10m 'postgres://root@10.128.0.104:26257?sslmode=disable' 'postgres://root@10.128.0.246:26257?sslmode=disable' 'postgres://root@10.128.0.134:26257?sslmode=disable'" | Error: COMMAND_PROBLEM: exit status 132 | (1) COMMAND_PROBLEM | Wraps: (2) Node 4. Command with error: | | ``` | | ./workload run ycsb --init --insert-count=1000000 --workload=C --concurrency=144 --splits=3 --histograms=perf/stats.json --select-for-update=true --ramp=1m --duration=10m {pgurl:1-3} | | ``` | Wraps: (3) exit status 132 | Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError | | stdout: Wraps: (5) exit status 20 Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *exec.ExitError cluster.go:2628,ycsb.go:62,ycsb.go:79,test_runner.go:749: monitor failure: monitor task failed: t.Fatal() was called (1) attached stack trace | main.(*monitor).WaitE | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2616 | main.(*monitor).Wait | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2624 | main.registerYCSB.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/ycsb.go:62 | main.registerYCSB.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/ycsb.go:79 | main.(*testRunner).runTest.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:749 Wraps: (2) monitor failure Wraps: (3) attached stack trace | main.(*monitor).wait.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2672 Wraps: (4) monitor task failed Wraps: (5) attached stack trace | main.init | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2586 | runtime.doInit | /usr/local/go/src/runtime/proc.go:5652 | runtime.main | /usr/local/go/src/runtime/proc.go:191 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1374 Wraps: (6) t.Fatal() was called Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *errors.errorString ``` <details><summary>More</summary><p> Artifacts: [/ycsb/C/nodes=3](https://teamcity.cockroachdb.com/viewLog.html?buildId=2574842&tab=artifacts#/ycsb/C/nodes=3) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Aycsb%2FC%2Fnodes%3D3.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
non_priority
roachtest ycsb c nodes failed on github com cockroachdb cockroach vendor golang org x sync errgroup group go home agent work go src github com cockroachdb cockroach vendor golang org x sync errgroup errgroup go runtime goexit usr local go src runtime asm s wraps safe details enclosed wraps output in run workload run ycsb wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity workload run ycsb init insert count workload c concurrency splits histograms perf stats json select for update true ramp duration pgurl returned stderr bash line illegal instruction core dumped bash c workload run ycsb init insert count workload c concurrency splits histograms perf stats json select for update true ramp duration postgres root sslmode disable postgres root sslmode disable postgres root sslmode disable error command problem exit status command problem wraps node command with error workload run ycsb init insert count workload c concurrency splits histograms perf stats json select for update true ramp duration pgurl wraps exit status error types errors cmd hintdetail withdetail exec exiterror stdout wraps exit status error types withstack withstack safedetails withsafedetails errutil withmessage main withcommanddetails exec exiterror cluster go ycsb go ycsb go test runner go monitor failure monitor task failed t fatal was called attached stack trace main monitor waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main monitor wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main registerycsb home agent work go src github com cockroachdb cockroach pkg cmd roachtest ycsb go main registerycsb home agent work go src github com cockroachdb cockroach pkg cmd roachtest ycsb go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace main monitor wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go wraps monitor task failed wraps attached stack trace main init home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go runtime doinit usr local go src runtime proc go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps t fatal was called error types withstack withstack errutil withmessage withstack withstack errutil withmessage withstack withstack errors errorstring more artifacts powered by
0
19,666
2,622,158,559
IssuesEvent
2015-03-04 00:09:07
byzhang/terrastore
https://api.github.com/repos/byzhang/terrastore
closed
Integrate predicate-based queries into web console
auto-migrated Milestone-0.3 Priority-High Project-Terrastore-Console Type-Feature
``` Terrastore web console should support the execution of predicate-based queries. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 25 Oct 2010 at 5:07
1.0
Integrate predicate-based queries into web console - ``` Terrastore web console should support the execution of predicate-based queries. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 25 Oct 2010 at 5:07
priority
integrate predicate based queries into web console terrastore web console should support the execution of predicate based queries original issue reported on code google com by sergio b gmail com on oct at
1
134,309
12,599,793,063
IssuesEvent
2020-06-11 06:52:38
corona-warn-app/cwa-documentation
https://api.github.com/repos/corona-warn-app/cwa-documentation
closed
Write abuser stories
documentation enhancement in review security
## What is missing The list of user stories in the scoping document should be accompanied by a list of abuser stories. Abuser stories outline the possible goals and resulting gains of attackers and rogue users in the same manner as a user story outlines goals or capabilities and the resulting benefits of benign users. Examples: - “As an employer I want to force my employees to use CWA so that my company does not become a coronavirus infection hotspot.” - “As a criminal I want to send fake notifications (not necessarily through the app) to people so I can lure them into paying me for a fake coronavirus test.” - “As a terrorist or saboteur I want to manipulate notifications about test results or contacts to stir up panic and create chaos.” - “As a criminal I want to claim I am self-isolating when law enforcement is about to raid my home so that I gain time to destroy evidence.” ## Why should it be included While some obvious abuse scenarios are apparently being considered, there is apparently no comprehensive threat analysis yet. A high-stakes system like CWA will be abused and attacked and must withstand at least the most probable and the most harmful attacks. The CWA project should therefore practice security by design. Abuser stories represent threats as anti-requirements and lead to the implementation of countermeasures. Abuser stories can be handled in the development process pretty much like user stories: they can be prioritized, refined, scheduled for implementation, etc. ## Where should it be included Scoping document / backlog
1.0
Write abuser stories - ## What is missing The list of user stories in the scoping document should be accompanied by a list of abuser stories. Abuser stories outline the possible goals and resulting gains of attackers and rogue users in the same manner as a user story outlines goals or capabilities and the resulting benefits of benign users. Examples: - “As an employer I want to force my employees to use CWA so that my company does not become a coronavirus infection hotspot.” - “As a criminal I want to send fake notifications (not necessarily through the app) to people so I can lure them into paying me for a fake coronavirus test.” - “As a terrorist or saboteur I want to manipulate notifications about test results or contacts to stir up panic and create chaos.” - “As a criminal I want to claim I am self-isolating when law enforcement is about to raid my home so that I gain time to destroy evidence.” ## Why should it be included While some obvious abuse scenarios are apparently being considered, there is apparently no comprehensive threat analysis yet. A high-stakes system like CWA will be abused and attacked and must withstand at least the most probable and the most harmful attacks. The CWA project should therefore practice security by design. Abuser stories represent threats as anti-requirements and lead to the implementation of countermeasures. Abuser stories can be handled in the development process pretty much like user stories: they can be prioritized, refined, scheduled for implementation, etc. ## Where should it be included Scoping document / backlog
non_priority
write abuser stories what is missing the list of user stories in the scoping document should be accompanied by a list of abuser stories abuser stories outline the possible goals and resulting gains of attackers and rogue users in the same manner as a user story outlines goals or capabilities and the resulting benefits of benign users examples “as an employer i want to force my employees to use cwa so that my company does not become a coronavirus infection hotspot ” “as a criminal i want to send fake notifications not necessarily through the app to people so i can lure them into paying me for a fake coronavirus test ” “as a terrorist or saboteur i want to manipulate notifications about test results or contacts to stir up panic and create chaos ” “as a criminal i want to claim i am self isolating when law enforcement is about to raid my home so that i gain time to destroy evidence ” why should it be included while some obvious abuse scenarios are apparently being considered there is apparently no comprehensive threat analysis yet a high stakes system like cwa will be abused and attacked and must withstand at least the most probable and the most harmful attacks the cwa project should therefore practice security by design abuser stories represent threats as anti requirements and lead to the implementation of countermeasures abuser stories can be handled in the development process pretty much like user stories they can be prioritized refined scheduled for implementation etc where should it be included scoping document backlog
0
78,905
10,095,855,612
IssuesEvent
2019-07-27 12:59:10
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Handbook: what is the purpose of Block Grammar
Blocks [Type] Documentation
the [Block Grammar ](https://github.com/WordPress/gutenberg/blob/master/docs/contributors/grammar.md) is really contextless, what is the purpose of it, how could it be useful to a developer and how can someone help in it to document it more? also, this was addressed in #10734 but was closed without correcting the documentation problem
1.0
Handbook: what is the purpose of Block Grammar - the [Block Grammar ](https://github.com/WordPress/gutenberg/blob/master/docs/contributors/grammar.md) is really contextless, what is the purpose of it, how could it be useful to a developer and how can someone help in it to document it more? also, this was addressed in #10734 but was closed without correcting the documentation problem
non_priority
handbook what is the purpose of block grammar the is really contextless what is the purpose of it how could it be useful to a developer and how can someone help in it to document it more also this was addressed in but was closed without correcting the documentation problem
0
726,819
25,012,475,197
IssuesEvent
2022-11-03 16:13:40
AY2223S1-CS2103T-W15-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-W15-1/tp
closed
[PE-D][Tester D] Search tag
bug priority.High
Searching for single letter tags displays all contacts with tags instead of only those with valid tags ![Screenshot 2022-10-28 at 4.52.38 PM.png](https://raw.githubusercontent.com/shamooose/ped/main/files/60f8cd13-ae4a-45bc-a855-d9fb5cad6e26.png) ![Screenshot 2022-10-28 at 4.52.53 PM.png](https://raw.githubusercontent.com/shamooose/ped/main/files/c7c99bc5-0ea8-41d4-ae27-44ae836083b8.png) <!--session: 1666946063451-78bcbad8-8d39-4cfc-ad74-d59594777065--> <!--Version: Web v3.4.4--> ------------- Labels: `type.FunctionalityBug` `severity.Low` original: shamooose/ped#3
1.0
[PE-D][Tester D] Search tag - Searching for single letter tags displays all contacts with tags instead of only those with valid tags ![Screenshot 2022-10-28 at 4.52.38 PM.png](https://raw.githubusercontent.com/shamooose/ped/main/files/60f8cd13-ae4a-45bc-a855-d9fb5cad6e26.png) ![Screenshot 2022-10-28 at 4.52.53 PM.png](https://raw.githubusercontent.com/shamooose/ped/main/files/c7c99bc5-0ea8-41d4-ae27-44ae836083b8.png) <!--session: 1666946063451-78bcbad8-8d39-4cfc-ad74-d59594777065--> <!--Version: Web v3.4.4--> ------------- Labels: `type.FunctionalityBug` `severity.Low` original: shamooose/ped#3
priority
search tag searching for single letter tags displays all contacts with tags instead of only those with valid tags labels type functionalitybug severity low original shamooose ped
1
325,016
24,030,507,333
IssuesEvent
2022-09-15 14:42:32
opensrp/fhircore
https://api.github.com/repos/opensrp/fhircore
opened
[Quest] - Run direct SQL queries as an alternative to Measures
draft Research and Documentation
**Some areas for research** 1. Try to see is we can run SQL queries on SQLite DB to be able to do counts for some of the indicators 2. Check on the performance of doing (1) in place of invoking $evaluate_measure for Measure reporting 3. Consume the JSON payload output for the Reporting UI
1.0
[Quest] - Run direct SQL queries as an alternative to Measures - **Some areas for research** 1. Try to see is we can run SQL queries on SQLite DB to be able to do counts for some of the indicators 2. Check on the performance of doing (1) in place of invoking $evaluate_measure for Measure reporting 3. Consume the JSON payload output for the Reporting UI
non_priority
run direct sql queries as an alternative to measures some areas for research try to see is we can run sql queries on sqlite db to be able to do counts for some of the indicators check on the performance of doing in place of invoking evaluate measure for measure reporting consume the json payload output for the reporting ui
0
636,056
20,573,757,339
IssuesEvent
2022-03-04 00:43:30
bounswe/bounswe2022group1
https://api.github.com/repos/bounswe/bounswe2022group1
closed
Adding our photos from zoom to Homepage
Priority-Low
The photo we took during the zoom can be served in the homepage of wiki.
1.0
Adding our photos from zoom to Homepage - The photo we took during the zoom can be served in the homepage of wiki.
priority
adding our photos from zoom to homepage the photo we took during the zoom can be served in the homepage of wiki
1
351,364
25,024,140,563
IssuesEvent
2022-11-04 05:44:00
effector/effector
https://api.github.com/repos/effector/effector
closed
Multiple package managers guide
documentation
Hi team! I hope for usage of several popular package managers besides npm.
1.0
Multiple package managers guide - Hi team! I hope for usage of several popular package managers besides npm.
non_priority
multiple package managers guide hi team i hope for usage of several popular package managers besides npm
0
50,293
3,006,303,809
IssuesEvent
2015-07-27 09:31:36
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
"Value generator" missing in workflow editor
normal priority bug
I think this future exists in previous version, am I wrong ? It's very useful ! screen from vTiger: ![vtiger_update-fields-editor](https://cloud.githubusercontent.com/assets/4824588/8891592/9a6c11e8-3330-11e5-9a31-3368f11b4786.JPG)
1.0
"Value generator" missing in workflow editor - I think this future exists in previous version, am I wrong ? It's very useful ! screen from vTiger: ![vtiger_update-fields-editor](https://cloud.githubusercontent.com/assets/4824588/8891592/9a6c11e8-3330-11e5-9a31-3368f11b4786.JPG)
priority
value generator missing in workflow editor i think this future exists in previous version am i wrong it s very useful screen from vtiger
1
331,654
10,075,881,241
IssuesEvent
2019-07-24 15:06:11
mozilla/addons-code-manager
https://api.github.com/repos/mozilla/addons-code-manager
closed
Unable to load large files in the compare view - the browser freezes
component: compare page component: performance priority: p3 type: bug
**STR:** 1. Try to load the following compare page - https://code.addons-dev.allizom.org/en-US/compare/502868/versions/1541685...1688187/?path=src%2Fjs%2Feditor-popup.js **Actual result:** The file appears to be loading, but the browser freezes after several seconds **Expected result:** The file is loaded in the file viewer **Notes:** - the file can be opened in the browse page; it does take a bit longer to load, but it is opened eventually - I used to see the same issue in the browse page a while ago - see my comment in https://github.com/mozilla/addons-code-manager/issues/591#issuecomment-484121734 - Link to the add-on review page: https://reviewers.addons-dev.allizom.org/en-US/reviewers/review/grammarly-for-dev - reproduced on -dev with Fx67, Win10x64 ![image](https://user-images.githubusercontent.com/31961530/58154140-8ec9fd00-7c79-11e9-9828-c6a95a3502dd.png)
1.0
Unable to load large files in the compare view - the browser freezes - **STR:** 1. Try to load the following compare page - https://code.addons-dev.allizom.org/en-US/compare/502868/versions/1541685...1688187/?path=src%2Fjs%2Feditor-popup.js **Actual result:** The file appears to be loading, but the browser freezes after several seconds **Expected result:** The file is loaded in the file viewer **Notes:** - the file can be opened in the browse page; it does take a bit longer to load, but it is opened eventually - I used to see the same issue in the browse page a while ago - see my comment in https://github.com/mozilla/addons-code-manager/issues/591#issuecomment-484121734 - Link to the add-on review page: https://reviewers.addons-dev.allizom.org/en-US/reviewers/review/grammarly-for-dev - reproduced on -dev with Fx67, Win10x64 ![image](https://user-images.githubusercontent.com/31961530/58154140-8ec9fd00-7c79-11e9-9828-c6a95a3502dd.png)
priority
unable to load large files in the compare view the browser freezes str try to load the following compare page actual result the file appears to be loading but the browser freezes after several seconds expected result the file is loaded in the file viewer notes the file can be opened in the browse page it does take a bit longer to load but it is opened eventually i used to see the same issue in the browse page a while ago see my comment in link to the add on review page reproduced on dev with
1
59,417
3,110,003,431
IssuesEvent
2015-09-02 02:26:42
cs2103aug2015-w14-2j/main
https://api.github.com/repos/cs2103aug2015-w14-2j/main
opened
A user can set the path to save their to-do list
priority.high type.story
so that the user can choose their preferred location to store their to-do list
1.0
A user can set the path to save their to-do list - so that the user can choose their preferred location to store their to-do list
priority
a user can set the path to save their to do list so that the user can choose their preferred location to store their to do list
1
18,107
24,133,139,817
IssuesEvent
2022-09-21 09:05:47
streamnative/flink
https://api.github.com/repos/streamnative/flink
closed
[BUG][Stream] TransactionConflictException in using PulsarSource with exactly once
compute/data-processing type/bug
Pulsar version: 2.9.2 Flink version: 1.15.1 Connector version: org.apache.flink:flink-connector-pulsar:1.15.1 The task is submitted through the flink web ui, and an abnormal transaction conflict occurs after a period of execution. Here is the full log of this exception. ```log datePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"multiSchema":true,"accessMode":"Shared","lazyStartPartitionedProducers":false,"properties":{}} 2022-08-18 14:46:12,145 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,154 INFO org.apache.pulsar.client.impl.ProducerImpl [] - [test/collect/sku_retrylettertopic] [null] Creating producer on cnx [id: 0xf1c5d9a0, L:/xxxxxxxxx:55632 - R:xxxxxxxxx/xxxxxxxxx:6650] 2022-08-18 14:46:12,349 INFO org.apache.pulsar.client.impl.ConnectionPool [] - [[id: 0xf51d7bf3, L:/xxxxxxxxx:55650 - R:xxxxxxxxx/xxxxxxxxx:6650]] Connected to server 2022-08-18 14:46:12,349 INFO org.apache.pulsar.client.impl.ClientCnx [] - [id: 0xf51d7bf3, L:/xxxxxxxxx:55650 - R:xxxxxxxxx/xxxxxxxxx:6650] Connected through proxy to target broker at pulsar-mini-broker-1.pulsar-mini-broker.pulsar.svc.cluster.local:6650 2022-08-18 14:46:12,357 INFO org.apache.pulsar.client.impl.ConnectionPool [] - [[id: 0x0fbc71aa, L:/xxxxxxxxx:55652 - R:xxxxxxxxx/xxxxxxxxx:6650]] Connected to server 2022-08-18 14:46:12,357 INFO org.apache.pulsar.client.impl.ClientCnx [] - [id: 0x0fbc71aa, L:/xxxxxxxxx:55652 - R:xxxxxxxxx/xxxxxxxxx:6650] Connected through proxy to target broker at pulsar-mini-broker-0.pulsar-mini-broker.pulsar.svc.cluster.local:6650 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 15 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 12 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 11 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 9 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 8 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 7 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 6 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 5 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 4 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 3 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 2 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 0 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 1 connection opened. 2022-08-18 14:46:12,361 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Starting Pulsar producer perf with config: {"topicName":"test/collect/sku_retrylettertopic","producerName":null,"sendTimeoutMs":30000,"blockIfQueueFull":false,"maxPendingMessages":1000,"maxPendingMessagesAcrossPartitions":50000,"messageRoutingMode":"RoundRobinPartition","hashingScheme":"JavaStringHash","cryptoFailureAction":"FAIL","batchingMaxPublishDelayMicros":1000,"batchingPartitionSwitchFrequencyByPublishDelay":10,"batchingMaxMessages":1000,"batchingMaxBytes":131072,"batchingEnabled":false,"chunkingEnabled":false,"compressionType":"NONE","initialSequenceId":null,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"multiSchema":true,"accessMode":"Shared","lazyStartPartitionedProducers":false,"properties":{}} 2022-08-18 14:46:12,362 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,366 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 14 connection opened. 2022-08-18 14:46:12,366 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 13 connection opened. 2022-08-18 14:46:12,366 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 10 connection opened. 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 15 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 12 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 11 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 9 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 8 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 7 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 6 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 5 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 4 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 3 2022-08-18 14:46:12,374 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 14 2022-08-18 14:46:12,374 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 13 2022-08-18 14:46:12,374 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 10 2022-08-18 14:46:12,449 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Starting Pulsar producer perf with config: {"topicName":"test/collect/sku_retrylettertopic","producerName":null,"sendTimeoutMs":30000,"blockIfQueueFull":false,"maxPendingMessages":1000,"maxPendingMessagesAcrossPartitions":50000,"messageRoutingMode":"RoundRobinPartition","hashingScheme":"JavaStringHash","cryptoFailureAction":"FAIL","batchingMaxPublishDelayMicros":1000,"batchingPartitionSwitchFrequencyByPublishDelay":10,"batchingMaxMessages":1000,"batchingMaxBytes":131072,"batchingEnabled":false,"chunkingEnabled":false,"compressionType":"NONE","initialSequenceId":null,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"multiSchema":true,"accessMode":"Shared","lazyStartPartitionedProducers":false,"properties":{}} 2022-08-18 14:46:12,450 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,459 INFO org.apache.pulsar.client.impl.ProducerImpl [] - [test/collect/sku_retrylettertopic] [null] Creating producer on cnx [id: 0xf1c5d9a0, L:/xxxxxxxxx:55632 - R:xxxxxxxxx/xxxxxxxxx:6650] 2022-08-18 14:46:12,586 INFO org.apache.pulsar.client.impl.ProducerImpl [] - [test/collect/sku_retrylettertopic] [null] Creating producer on cnx [id: 0xeeca979e, L:/xxxxxxxxx:55640 - R:xxxxxxxxx/xxxxxxxxx:6650] 2022-08-18 14:46:12,592 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 2 2022-08-18 14:46:12,592 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 0 2022-08-18 14:46:12,592 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 1 2022-08-18 14:46:12,596 INFO org.apache.pulsar.client.impl.ProducerImpl [] - [test/collect/sku_retrylettertopic] [pulsar-mini-29-109] Created producer on cnx [id: 0xeeca979e, L:/xxxxxxxxx:55640 - R:xxxxxxxxx/xxxxxxxxx:6650] 2022-08-18 14:46:12,599 INFO org.apache.flink.runtime.taskmanager.Task [] - Source: Pulsar Source -> Map (6/12)#1 (ac6f1de26afab40a772ab790f4c72dcc) switched from INITIALIZING to RUNNING. 2022-08-18 14:46:12,601 INFO org.apache.flink.connector.base.source.reader.SourceReaderBase [] - Adding split(s) to reader: [PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-0|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-1|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-2|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-3|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-4|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-5|0-65535}] 2022-08-18 14:46:12,602 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 0 2022-08-18 14:46:12,603 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 1 2022-08-18 14:46:12,604 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 2 2022-08-18 14:46:12,609 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 3 2022-08-18 14:46:12,610 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 4 2022-08-18 14:46:12,611 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 5 2022-08-18 14:46:12,612 ERROR org.apache.flink.connector.pulsar.source.reader.split.PulsarPartitionSplitReaderBase [] - Error in polling message from pulsar consumer. java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException$TransactionConflictException: {"errorMsg":"org.apache.pulsar.transaction.common.exception.TransactionConflictException: [persistent://test/collect/sku_clean_1-partition-5][my-test1] Transaction:(1,1225) try to ack message:23407:2727 in pending ack status.","reqId":268639525467532358, "remote":"xxxxxxxxx/xxxxxxxxx:6650", "local":"/xxxxxxxxx:55640"} at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_342] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) ~[?:1.8.0_342] at org.apache.flink.connector.pulsar.source.reader.split.PulsarUnorderedPartitionSplitReader.pollMessage(PulsarUnorderedPartitionSplitReader.java:98) ~[flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.pulsar.source.reader.split.PulsarPartitionSplitReaderBase.fetch(PulsarPartitionSplitReaderBase.java:115) [flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.pulsar.source.reader.split.PulsarUnorderedPartitionSplitReader.fetch(PulsarUnorderedPartitionSplitReader.java:55) [flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.FetchTask.run(FetchTask.java:58) [flink-connector-base-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.runOnce(SplitFetcher.java:142) [flink-connector-base-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.run(SplitFetcher.java:105) [flink-connector-base-1.15.1.jar:1.15.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_342] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_342] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_342] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_342] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_342] Caused by: org.apache.pulsar.client.api.PulsarClientException$TransactionConflictException: {"errorMsg":"org.apache.pulsar.transaction.common.exception.TransactionConflictException: [persistent://test/collect/sku_clean_1-partition-5][my-test1] Transaction:(1,1225) try to ack message:23407:2727 in pending ack status.","reqId":268639525467532358, "remote":"xxxxxxxxx/xxxxxxxxx:6650", "local":"/xxxxxxxxx:55640"} at org.apache.pulsar.client.impl.ClientCnx.getPulsarClientException(ClientCnx.java:1172) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.client.impl.ClientCnx.handleAckResponse(ClientCnx.java:433) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.common.protocol.PulsarDecoder.channelRead(PulsarDecoder.java:150) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:311) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:432) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[pulsar-client-all-2.9.1.jar:2.9.1] ... 1 more 2022-08-18 14:46:12,861 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-1","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"168fe","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,862 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,864 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-1","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"168fe","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,864 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,866 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-0","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"89155","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,868 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,866 ERROR org.apache.flink.connector.pulsar.source.reader.split.PulsarPartitionSplitReaderBase [] - Error in polling message from pulsar consumer. java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException$TransactionConflictException: {"errorMsg":"org.apache.pulsar.transaction.common.exception.TransactionConflictException: [persistent://test/collect/sku_clean_1-partition-5][my-test1] Transaction:(1,1225) try to ack message:23407:2728 in pending ack status.","reqId":268639525467532385, "remote":"xxxxxxxxx/xxxxxxxxx:6650", "local":"/xxxxxxxxx:55640"} at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_342] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) ~[?:1.8.0_342] at org.apache.flink.connector.pulsar.source.reader.split.PulsarUnorderedPartitionSplitReader.pollMessage(PulsarUnorderedPartitionSplitReader.java:98) ~[flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.pulsar.source.reader.split.PulsarPartitionSplitReaderBase.fetch(PulsarPartitionSplitReaderBase.java:115) [flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.pulsar.source.reader.split.PulsarUnorderedPartitionSplitReader.fetch(PulsarUnorderedPartitionSplitReader.java:55) [flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.FetchTask.run(FetchTask.java:58) [flink-connector-base-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.runOnce(SplitFetcher.java:142) [flink-connector-base-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.run(SplitFetcher.java:105) [flink-connector-base-1.15.1.jar:1.15.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_342] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_342] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_342] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_342] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_342] Caused by: org.apache.pulsar.client.api.PulsarClientException$TransactionConflictException: {"errorMsg":"org.apache.pulsar.transaction.common.exception.TransactionConflictException: [persistent://test/collect/sku_clean_1-partition-5][my-test1] Transaction:(1,1225) try to ack message:23407:2728 in pending ack status.","reqId":268639525467532385, "remote":"xxxxxxxxx/xxxxxxxxx:6650", "local":"/xxxxxxxxx:55640"} at org.apache.pulsar.client.impl.ClientCnx.getPulsarClientException(ClientCnx.java:1172) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.client.impl.ClientCnx.handleAckResponse(ClientCnx.java:433) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.common.protocol.PulsarDecoder.channelRead(PulsarDecoder.java:150) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[pulsar-client-all-2.9.1.jar:2.9.1] ... 1 more 2022-08-18 14:46:12,869 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-0","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"89155","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,870 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,872 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-2","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"9870e","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,873 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,874 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-2","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"9870e","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,875 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,876 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-3","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"8149f","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} ```
1.0
[BUG][Stream] TransactionConflictException in using PulsarSource with exactly once - Pulsar version: 2.9.2 Flink version: 1.15.1 Connector version: org.apache.flink:flink-connector-pulsar:1.15.1 The task is submitted through the flink web ui, and an abnormal transaction conflict occurs after a period of execution. Here is the full log of this exception. ```log datePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"multiSchema":true,"accessMode":"Shared","lazyStartPartitionedProducers":false,"properties":{}} 2022-08-18 14:46:12,145 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,154 INFO org.apache.pulsar.client.impl.ProducerImpl [] - [test/collect/sku_retrylettertopic] [null] Creating producer on cnx [id: 0xf1c5d9a0, L:/xxxxxxxxx:55632 - R:xxxxxxxxx/xxxxxxxxx:6650] 2022-08-18 14:46:12,349 INFO org.apache.pulsar.client.impl.ConnectionPool [] - [[id: 0xf51d7bf3, L:/xxxxxxxxx:55650 - R:xxxxxxxxx/xxxxxxxxx:6650]] Connected to server 2022-08-18 14:46:12,349 INFO org.apache.pulsar.client.impl.ClientCnx [] - [id: 0xf51d7bf3, L:/xxxxxxxxx:55650 - R:xxxxxxxxx/xxxxxxxxx:6650] Connected through proxy to target broker at pulsar-mini-broker-1.pulsar-mini-broker.pulsar.svc.cluster.local:6650 2022-08-18 14:46:12,357 INFO org.apache.pulsar.client.impl.ConnectionPool [] - [[id: 0x0fbc71aa, L:/xxxxxxxxx:55652 - R:xxxxxxxxx/xxxxxxxxx:6650]] Connected to server 2022-08-18 14:46:12,357 INFO org.apache.pulsar.client.impl.ClientCnx [] - [id: 0x0fbc71aa, L:/xxxxxxxxx:55652 - R:xxxxxxxxx/xxxxxxxxx:6650] Connected through proxy to target broker at pulsar-mini-broker-0.pulsar-mini-broker.pulsar.svc.cluster.local:6650 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 15 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 12 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 11 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 9 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 8 connection opened. 2022-08-18 14:46:12,358 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 7 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 6 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 5 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 4 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 3 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 2 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 0 connection opened. 2022-08-18 14:46:12,359 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 1 connection opened. 2022-08-18 14:46:12,361 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Starting Pulsar producer perf with config: {"topicName":"test/collect/sku_retrylettertopic","producerName":null,"sendTimeoutMs":30000,"blockIfQueueFull":false,"maxPendingMessages":1000,"maxPendingMessagesAcrossPartitions":50000,"messageRoutingMode":"RoundRobinPartition","hashingScheme":"JavaStringHash","cryptoFailureAction":"FAIL","batchingMaxPublishDelayMicros":1000,"batchingPartitionSwitchFrequencyByPublishDelay":10,"batchingMaxMessages":1000,"batchingMaxBytes":131072,"batchingEnabled":false,"chunkingEnabled":false,"compressionType":"NONE","initialSequenceId":null,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"multiSchema":true,"accessMode":"Shared","lazyStartPartitionedProducers":false,"properties":{}} 2022-08-18 14:46:12,362 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,366 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 14 connection opened. 2022-08-18 14:46:12,366 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 13 connection opened. 2022-08-18 14:46:12,366 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction meta handler with transaction coordinator id 10 connection opened. 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 15 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 12 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 11 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 9 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 8 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 7 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 6 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 5 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 4 2022-08-18 14:46:12,368 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 3 2022-08-18 14:46:12,374 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 14 2022-08-18 14:46:12,374 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 13 2022-08-18 14:46:12,374 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 10 2022-08-18 14:46:12,449 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Starting Pulsar producer perf with config: {"topicName":"test/collect/sku_retrylettertopic","producerName":null,"sendTimeoutMs":30000,"blockIfQueueFull":false,"maxPendingMessages":1000,"maxPendingMessagesAcrossPartitions":50000,"messageRoutingMode":"RoundRobinPartition","hashingScheme":"JavaStringHash","cryptoFailureAction":"FAIL","batchingMaxPublishDelayMicros":1000,"batchingPartitionSwitchFrequencyByPublishDelay":10,"batchingMaxMessages":1000,"batchingMaxBytes":131072,"batchingEnabled":false,"chunkingEnabled":false,"compressionType":"NONE","initialSequenceId":null,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"multiSchema":true,"accessMode":"Shared","lazyStartPartitionedProducers":false,"properties":{}} 2022-08-18 14:46:12,450 INFO org.apache.pulsar.client.impl.ProducerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,459 INFO org.apache.pulsar.client.impl.ProducerImpl [] - [test/collect/sku_retrylettertopic] [null] Creating producer on cnx [id: 0xf1c5d9a0, L:/xxxxxxxxx:55632 - R:xxxxxxxxx/xxxxxxxxx:6650] 2022-08-18 14:46:12,586 INFO org.apache.pulsar.client.impl.ProducerImpl [] - [test/collect/sku_retrylettertopic] [null] Creating producer on cnx [id: 0xeeca979e, L:/xxxxxxxxx:55640 - R:xxxxxxxxx/xxxxxxxxx:6650] 2022-08-18 14:46:12,592 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 2 2022-08-18 14:46:12,592 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 0 2022-08-18 14:46:12,592 INFO org.apache.pulsar.client.impl.TransactionMetaStoreHandler [] - Transaction coordinator client connect success! tcId : 1 2022-08-18 14:46:12,596 INFO org.apache.pulsar.client.impl.ProducerImpl [] - [test/collect/sku_retrylettertopic] [pulsar-mini-29-109] Created producer on cnx [id: 0xeeca979e, L:/xxxxxxxxx:55640 - R:xxxxxxxxx/xxxxxxxxx:6650] 2022-08-18 14:46:12,599 INFO org.apache.flink.runtime.taskmanager.Task [] - Source: Pulsar Source -> Map (6/12)#1 (ac6f1de26afab40a772ab790f4c72dcc) switched from INITIALIZING to RUNNING. 2022-08-18 14:46:12,601 INFO org.apache.flink.connector.base.source.reader.SourceReaderBase [] - Adding split(s) to reader: [PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-0|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-1|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-2|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-3|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-4|0-65535}, PulsarPartitionSplit{partition=persistent://test/collect/sku_clean_1-partition-5|0-65535}] 2022-08-18 14:46:12,602 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 0 2022-08-18 14:46:12,603 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 1 2022-08-18 14:46:12,604 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 2 2022-08-18 14:46:12,609 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 3 2022-08-18 14:46:12,610 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 4 2022-08-18 14:46:12,611 INFO org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher [] - Starting split fetcher 5 2022-08-18 14:46:12,612 ERROR org.apache.flink.connector.pulsar.source.reader.split.PulsarPartitionSplitReaderBase [] - Error in polling message from pulsar consumer. java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException$TransactionConflictException: {"errorMsg":"org.apache.pulsar.transaction.common.exception.TransactionConflictException: [persistent://test/collect/sku_clean_1-partition-5][my-test1] Transaction:(1,1225) try to ack message:23407:2727 in pending ack status.","reqId":268639525467532358, "remote":"xxxxxxxxx/xxxxxxxxx:6650", "local":"/xxxxxxxxx:55640"} at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_342] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) ~[?:1.8.0_342] at org.apache.flink.connector.pulsar.source.reader.split.PulsarUnorderedPartitionSplitReader.pollMessage(PulsarUnorderedPartitionSplitReader.java:98) ~[flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.pulsar.source.reader.split.PulsarPartitionSplitReaderBase.fetch(PulsarPartitionSplitReaderBase.java:115) [flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.pulsar.source.reader.split.PulsarUnorderedPartitionSplitReader.fetch(PulsarUnorderedPartitionSplitReader.java:55) [flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.FetchTask.run(FetchTask.java:58) [flink-connector-base-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.runOnce(SplitFetcher.java:142) [flink-connector-base-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.run(SplitFetcher.java:105) [flink-connector-base-1.15.1.jar:1.15.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_342] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_342] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_342] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_342] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_342] Caused by: org.apache.pulsar.client.api.PulsarClientException$TransactionConflictException: {"errorMsg":"org.apache.pulsar.transaction.common.exception.TransactionConflictException: [persistent://test/collect/sku_clean_1-partition-5][my-test1] Transaction:(1,1225) try to ack message:23407:2727 in pending ack status.","reqId":268639525467532358, "remote":"xxxxxxxxx/xxxxxxxxx:6650", "local":"/xxxxxxxxx:55640"} at org.apache.pulsar.client.impl.ClientCnx.getPulsarClientException(ClientCnx.java:1172) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.client.impl.ClientCnx.handleAckResponse(ClientCnx.java:433) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.common.protocol.PulsarDecoder.channelRead(PulsarDecoder.java:150) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:311) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:432) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[pulsar-client-all-2.9.1.jar:2.9.1] ... 1 more 2022-08-18 14:46:12,861 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-1","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"168fe","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,862 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,864 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-1","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"168fe","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,864 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,866 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-0","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"89155","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,868 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,866 ERROR org.apache.flink.connector.pulsar.source.reader.split.PulsarPartitionSplitReaderBase [] - Error in polling message from pulsar consumer. java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException$TransactionConflictException: {"errorMsg":"org.apache.pulsar.transaction.common.exception.TransactionConflictException: [persistent://test/collect/sku_clean_1-partition-5][my-test1] Transaction:(1,1225) try to ack message:23407:2728 in pending ack status.","reqId":268639525467532385, "remote":"xxxxxxxxx/xxxxxxxxx:6650", "local":"/xxxxxxxxx:55640"} at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_342] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) ~[?:1.8.0_342] at org.apache.flink.connector.pulsar.source.reader.split.PulsarUnorderedPartitionSplitReader.pollMessage(PulsarUnorderedPartitionSplitReader.java:98) ~[flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.pulsar.source.reader.split.PulsarPartitionSplitReaderBase.fetch(PulsarPartitionSplitReaderBase.java:115) [flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.pulsar.source.reader.split.PulsarUnorderedPartitionSplitReader.fetch(PulsarUnorderedPartitionSplitReader.java:55) [flink-connector-pulsar-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.FetchTask.run(FetchTask.java:58) [flink-connector-base-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.runOnce(SplitFetcher.java:142) [flink-connector-base-1.15.1.jar:1.15.1] at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcher.run(SplitFetcher.java:105) [flink-connector-base-1.15.1.jar:1.15.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_342] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_342] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_342] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_342] at java.lang.Thread.run(Thread.java:750) [?:1.8.0_342] Caused by: org.apache.pulsar.client.api.PulsarClientException$TransactionConflictException: {"errorMsg":"org.apache.pulsar.transaction.common.exception.TransactionConflictException: [persistent://test/collect/sku_clean_1-partition-5][my-test1] Transaction:(1,1225) try to ack message:23407:2728 in pending ack status.","reqId":268639525467532385, "remote":"xxxxxxxxx/xxxxxxxxx:6650", "local":"/xxxxxxxxx:55640"} at org.apache.pulsar.client.impl.ClientCnx.getPulsarClientException(ClientCnx.java:1172) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.client.impl.ClientCnx.handleAckResponse(ClientCnx.java:433) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.common.protocol.PulsarDecoder.channelRead(PulsarDecoder.java:150) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[pulsar-client-all-2.9.1.jar:2.9.1] at org.apache.pulsar.shade.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[pulsar-client-all-2.9.1.jar:2.9.1] ... 1 more 2022-08-18 14:46:12,869 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-0","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"89155","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,870 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,872 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-2","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"9870e","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,873 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,874 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-2","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"9870e","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} 2022-08-18 14:46:12,875 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Pulsar client config: {"serviceUrl":"pulsar://xxxxxxxxx:6650","authPluginClassName":null,"authParams":null,"authParamMap":null,"operationTimeoutMs":30000,"lookupTimeoutMs":30000,"statsIntervalSeconds":60,"numIoThreads":1,"numListenerThreads":1,"connectionsPerBroker":1,"useTcpNoDelay":true,"useTls":false,"tlsTrustCertsFilePath":"","tlsAllowInsecureConnection":false,"tlsHostnameVerificationEnable":false,"concurrentLookupRequest":5000,"maxLookupRequest":50000,"maxLookupRedirects":20,"maxNumberOfRejectedRequestPerConnection":50,"keepAliveIntervalSeconds":30,"connectionTimeoutMs":10000,"requestTimeoutMs":60000,"initialBackoffIntervalNanos":100000000,"maxBackoffIntervalNanos":60000000000,"enableBusyWait":false,"listenerName":null,"useKeyStoreTls":false,"sslProvider":null,"tlsTrustStoreType":"JKS","tlsTrustStorePath":null,"tlsTrustStorePassword":null,"tlsCiphers":[],"tlsProtocols":[],"memoryLimitBytes":0,"proxyServiceUrl":null,"proxyProtocol":null,"enableTransaction":true,"socks5ProxyAddress":null,"socks5ProxyUsername":null,"socks5ProxyPassword":null} 2022-08-18 14:46:12,876 INFO org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl [] - Starting Pulsar consumer status recorder with config: {"topicNames":["persistent://test/collect/sku_clean_1-partition-3","test/collect/sku_retrylettertopic"],"topicsPattern":null,"subscriptionName":"my-test1","subscriptionType":"Shared","subscriptionMode":"Durable","receiverQueueSize":1000,"acknowledgementsGroupTimeMicros":100000,"negativeAckRedeliveryDelayMicros":60000000,"maxTotalReceiverQueueSizeAcrossPartitions":50000,"consumerName":"8149f","ackTimeoutMillis":30000,"tickDurationMillis":1000,"priorityLevel":0,"maxPendingChunkedMessage":10,"autoAckOldestChunkedMessageOnQueueFull":false,"expireTimeOfIncompleteChunkedMessageMillis":60000,"cryptoFailureAction":"FAIL","properties":{},"readCompacted":false,"subscriptionInitialPosition":"Latest","patternAutoDiscoveryPeriod":60,"regexSubscriptionMode":"PersistentOnly","deadLetterPolicy":{"maxRedeliverCount":3,"retryLetterTopic":"test/collect/sku_retrylettertopic","deadLetterTopic":"test/collect/sku_deadlettertopic"},"retryEnable":true,"autoUpdatePartitions":true,"autoUpdatePartitionsIntervalSeconds":60,"replicateSubscriptionState":false,"resetIncludeHead":false,"keySharedPolicy":null,"batchIndexAckEnabled":false,"ackReceiptEnabled":false,"poolMessages":false,"maxPendingChuckedMessage":10} ```
non_priority
transactionconflictexception in using pulsarsource with exactly once pulsar version flink version connector version org apache flink flink connector pulsar the task is submitted through the flink web ui and an abnormal transaction conflict occurs after a period of execution here is the full log of this exception log datepartitions true autoupdatepartitionsintervalseconds multischema true accessmode shared lazystartpartitionedproducers false properties info org apache pulsar client impl producerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null info org apache pulsar client impl producerimpl creating producer on cnx info org apache pulsar client impl connectionpool connected to server info org apache pulsar client impl clientcnx connected through proxy to target broker at pulsar mini broker pulsar mini broker pulsar svc cluster local info org apache pulsar client impl connectionpool connected to server info org apache pulsar client impl clientcnx connected through proxy to target broker at pulsar mini broker pulsar mini broker pulsar svc cluster local info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl producerstatsrecorderimpl starting pulsar producer perf with config topicname test collect sku retrylettertopic producername null sendtimeoutms blockifqueuefull false maxpendingmessages maxpendingmessagesacrosspartitions messageroutingmode roundrobinpartition hashingscheme javastringhash cryptofailureaction fail batchingmaxpublishdelaymicros batchingpartitionswitchfrequencybypublishdelay batchingmaxmessages batchingmaxbytes batchingenabled false chunkingenabled false compressiontype none initialsequenceid null autoupdatepartitions true autoupdatepartitionsintervalseconds multischema true accessmode shared lazystartpartitionedproducers false properties info org apache pulsar client impl producerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction meta handler with transaction coordinator id connection opened info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl producerstatsrecorderimpl starting pulsar producer perf with config topicname test collect sku retrylettertopic producername null sendtimeoutms blockifqueuefull false maxpendingmessages maxpendingmessagesacrosspartitions messageroutingmode roundrobinpartition hashingscheme javastringhash cryptofailureaction fail batchingmaxpublishdelaymicros batchingpartitionswitchfrequencybypublishdelay batchingmaxmessages batchingmaxbytes batchingenabled false chunkingenabled false compressiontype none initialsequenceid null autoupdatepartitions true autoupdatepartitionsintervalseconds multischema true accessmode shared lazystartpartitionedproducers false properties info org apache pulsar client impl producerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null info org apache pulsar client impl producerimpl creating producer on cnx info org apache pulsar client impl producerimpl creating producer on cnx info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl transactionmetastorehandler transaction coordinator client connect success tcid info org apache pulsar client impl producerimpl created producer on cnx info org apache flink runtime taskmanager task source pulsar source map switched from initializing to running info org apache flink connector base source reader sourcereaderbase adding split s to reader info org apache flink connector base source reader fetcher splitfetcher starting split fetcher info org apache flink connector base source reader fetcher splitfetcher starting split fetcher info org apache flink connector base source reader fetcher splitfetcher starting split fetcher info org apache flink connector base source reader fetcher splitfetcher starting split fetcher info org apache flink connector base source reader fetcher splitfetcher starting split fetcher info org apache flink connector base source reader fetcher splitfetcher starting split fetcher error org apache flink connector pulsar source reader split pulsarpartitionsplitreaderbase error in polling message from pulsar consumer java util concurrent executionexception org apache pulsar client api pulsarclientexception transactionconflictexception errormsg org apache pulsar transaction common exception transactionconflictexception transaction try to ack message in pending ack status reqid remote xxxxxxxxx xxxxxxxxx local xxxxxxxxx at java util concurrent completablefuture reportget completablefuture java at java util concurrent completablefuture get completablefuture java at org apache flink connector pulsar source reader split pulsarunorderedpartitionsplitreader pollmessage pulsarunorderedpartitionsplitreader java at org apache flink connector pulsar source reader split pulsarpartitionsplitreaderbase fetch pulsarpartitionsplitreaderbase java at org apache flink connector pulsar source reader split pulsarunorderedpartitionsplitreader fetch pulsarunorderedpartitionsplitreader java at org apache flink connector base source reader fetcher fetchtask run fetchtask java at org apache flink connector base source reader fetcher splitfetcher runonce splitfetcher java at org apache flink connector base source reader fetcher splitfetcher run splitfetcher java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java caused by org apache pulsar client api pulsarclientexception transactionconflictexception errormsg org apache pulsar transaction common exception transactionconflictexception transaction try to ack message in pending ack status reqid remote xxxxxxxxx xxxxxxxxx local xxxxxxxxx at org apache pulsar client impl clientcnx getpulsarclientexception clientcnx java at org apache pulsar client impl clientcnx handleackresponse clientcnx java at org apache pulsar common protocol pulsardecoder channelread pulsardecoder java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at org apache pulsar shade io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at org apache pulsar shade io netty handler codec bytetomessagedecoder calldecode bytetomessagedecoder java at org apache pulsar shade io netty handler codec bytetomessagedecoder channelread bytetomessagedecoder java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel defaultchannelpipeline headcontext channelread defaultchannelpipeline java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at org apache pulsar shade io netty channel epoll abstractepollstreamchannel epollstreamunsafe epollinready abstractepollstreamchannel java at org apache pulsar shade io netty channel epoll epolleventloop processready epolleventloop java at org apache pulsar shade io netty channel epoll epolleventloop run epolleventloop java at org apache pulsar shade io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at org apache pulsar shade io netty util internal threadexecutormap run threadexecutormap java at org apache pulsar shade io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java more info org apache pulsar client impl consumerstatsrecorderimpl starting pulsar consumer status recorder with config topicnames topicspattern null subscriptionname my subscriptiontype shared subscriptionmode durable receiverqueuesize acknowledgementsgrouptimemicros negativeackredeliverydelaymicros maxtotalreceiverqueuesizeacrosspartitions consumername acktimeoutmillis tickdurationmillis prioritylevel maxpendingchunkedmessage autoackoldestchunkedmessageonqueuefull false expiretimeofincompletechunkedmessagemillis cryptofailureaction fail properties readcompacted false subscriptioninitialposition latest patternautodiscoveryperiod regexsubscriptionmode persistentonly deadletterpolicy maxredelivercount retrylettertopic test collect sku retrylettertopic deadlettertopic test collect sku deadlettertopic retryenable true autoupdatepartitions true autoupdatepartitionsintervalseconds replicatesubscriptionstate false resetincludehead false keysharedpolicy null batchindexackenabled false ackreceiptenabled false poolmessages false maxpendingchuckedmessage info org apache pulsar client impl consumerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null info org apache pulsar client impl consumerstatsrecorderimpl starting pulsar consumer status recorder with config topicnames topicspattern null subscriptionname my subscriptiontype shared subscriptionmode durable receiverqueuesize acknowledgementsgrouptimemicros negativeackredeliverydelaymicros maxtotalreceiverqueuesizeacrosspartitions consumername acktimeoutmillis tickdurationmillis prioritylevel maxpendingchunkedmessage autoackoldestchunkedmessageonqueuefull false expiretimeofincompletechunkedmessagemillis cryptofailureaction fail properties readcompacted false subscriptioninitialposition latest patternautodiscoveryperiod regexsubscriptionmode persistentonly deadletterpolicy maxredelivercount retrylettertopic test collect sku retrylettertopic deadlettertopic test collect sku deadlettertopic retryenable true autoupdatepartitions true autoupdatepartitionsintervalseconds replicatesubscriptionstate false resetincludehead false keysharedpolicy null batchindexackenabled false ackreceiptenabled false poolmessages false maxpendingchuckedmessage info org apache pulsar client impl consumerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null info org apache pulsar client impl consumerstatsrecorderimpl starting pulsar consumer status recorder with config topicnames topicspattern null subscriptionname my subscriptiontype shared subscriptionmode durable receiverqueuesize acknowledgementsgrouptimemicros negativeackredeliverydelaymicros maxtotalreceiverqueuesizeacrosspartitions consumername acktimeoutmillis tickdurationmillis prioritylevel maxpendingchunkedmessage autoackoldestchunkedmessageonqueuefull false expiretimeofincompletechunkedmessagemillis cryptofailureaction fail properties readcompacted false subscriptioninitialposition latest patternautodiscoveryperiod regexsubscriptionmode persistentonly deadletterpolicy maxredelivercount retrylettertopic test collect sku retrylettertopic deadlettertopic test collect sku deadlettertopic retryenable true autoupdatepartitions true autoupdatepartitionsintervalseconds replicatesubscriptionstate false resetincludehead false keysharedpolicy null batchindexackenabled false ackreceiptenabled false poolmessages false maxpendingchuckedmessage info org apache pulsar client impl consumerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null error org apache flink connector pulsar source reader split pulsarpartitionsplitreaderbase error in polling message from pulsar consumer java util concurrent executionexception org apache pulsar client api pulsarclientexception transactionconflictexception errormsg org apache pulsar transaction common exception transactionconflictexception transaction try to ack message in pending ack status reqid remote xxxxxxxxx xxxxxxxxx local xxxxxxxxx at java util concurrent completablefuture reportget completablefuture java at java util concurrent completablefuture get completablefuture java at org apache flink connector pulsar source reader split pulsarunorderedpartitionsplitreader pollmessage pulsarunorderedpartitionsplitreader java at org apache flink connector pulsar source reader split pulsarpartitionsplitreaderbase fetch pulsarpartitionsplitreaderbase java at org apache flink connector pulsar source reader split pulsarunorderedpartitionsplitreader fetch pulsarunorderedpartitionsplitreader java at org apache flink connector base source reader fetcher fetchtask run fetchtask java at org apache flink connector base source reader fetcher splitfetcher runonce splitfetcher java at org apache flink connector base source reader fetcher splitfetcher run splitfetcher java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java caused by org apache pulsar client api pulsarclientexception transactionconflictexception errormsg org apache pulsar transaction common exception transactionconflictexception transaction try to ack message in pending ack status reqid remote xxxxxxxxx xxxxxxxxx local xxxxxxxxx at org apache pulsar client impl clientcnx getpulsarclientexception clientcnx java at org apache pulsar client impl clientcnx handleackresponse clientcnx java at org apache pulsar common protocol pulsardecoder channelread pulsardecoder java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at org apache pulsar shade io netty handler codec bytetomessagedecoder channelread bytetomessagedecoder java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel defaultchannelpipeline headcontext channelread defaultchannelpipeline java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at org apache pulsar shade io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at org apache pulsar shade io netty channel epoll abstractepollstreamchannel epollstreamunsafe epollinready abstractepollstreamchannel java at org apache pulsar shade io netty channel epoll epolleventloop processready epolleventloop java at org apache pulsar shade io netty channel epoll epolleventloop run epolleventloop java at org apache pulsar shade io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at org apache pulsar shade io netty util internal threadexecutormap run threadexecutormap java at org apache pulsar shade io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java more info org apache pulsar client impl consumerstatsrecorderimpl starting pulsar consumer status recorder with config topicnames topicspattern null subscriptionname my subscriptiontype shared subscriptionmode durable receiverqueuesize acknowledgementsgrouptimemicros negativeackredeliverydelaymicros maxtotalreceiverqueuesizeacrosspartitions consumername acktimeoutmillis tickdurationmillis prioritylevel maxpendingchunkedmessage autoackoldestchunkedmessageonqueuefull false expiretimeofincompletechunkedmessagemillis cryptofailureaction fail properties readcompacted false subscriptioninitialposition latest patternautodiscoveryperiod regexsubscriptionmode persistentonly deadletterpolicy maxredelivercount retrylettertopic test collect sku retrylettertopic deadlettertopic test collect sku deadlettertopic retryenable true autoupdatepartitions true autoupdatepartitionsintervalseconds replicatesubscriptionstate false resetincludehead false keysharedpolicy null batchindexackenabled false ackreceiptenabled false poolmessages false maxpendingchuckedmessage info org apache pulsar client impl consumerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null info org apache pulsar client impl consumerstatsrecorderimpl starting pulsar consumer status recorder with config topicnames topicspattern null subscriptionname my subscriptiontype shared subscriptionmode durable receiverqueuesize acknowledgementsgrouptimemicros negativeackredeliverydelaymicros maxtotalreceiverqueuesizeacrosspartitions consumername acktimeoutmillis tickdurationmillis prioritylevel maxpendingchunkedmessage autoackoldestchunkedmessageonqueuefull false expiretimeofincompletechunkedmessagemillis cryptofailureaction fail properties readcompacted false subscriptioninitialposition latest patternautodiscoveryperiod regexsubscriptionmode persistentonly deadletterpolicy maxredelivercount retrylettertopic test collect sku retrylettertopic deadlettertopic test collect sku deadlettertopic retryenable true autoupdatepartitions true autoupdatepartitionsintervalseconds replicatesubscriptionstate false resetincludehead false keysharedpolicy null batchindexackenabled false ackreceiptenabled false poolmessages false maxpendingchuckedmessage info org apache pulsar client impl consumerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null info org apache pulsar client impl consumerstatsrecorderimpl starting pulsar consumer status recorder with config topicnames topicspattern null subscriptionname my subscriptiontype shared subscriptionmode durable receiverqueuesize acknowledgementsgrouptimemicros negativeackredeliverydelaymicros maxtotalreceiverqueuesizeacrosspartitions consumername acktimeoutmillis tickdurationmillis prioritylevel maxpendingchunkedmessage autoackoldestchunkedmessageonqueuefull false expiretimeofincompletechunkedmessagemillis cryptofailureaction fail properties readcompacted false subscriptioninitialposition latest patternautodiscoveryperiod regexsubscriptionmode persistentonly deadletterpolicy maxredelivercount retrylettertopic test collect sku retrylettertopic deadlettertopic test collect sku deadlettertopic retryenable true autoupdatepartitions true autoupdatepartitionsintervalseconds replicatesubscriptionstate false resetincludehead false keysharedpolicy null batchindexackenabled false ackreceiptenabled false poolmessages false maxpendingchuckedmessage info org apache pulsar client impl consumerstatsrecorderimpl pulsar client config serviceurl pulsar xxxxxxxxx authpluginclassname null authparams null authparammap null operationtimeoutms lookuptimeoutms statsintervalseconds numiothreads numlistenerthreads connectionsperbroker usetcpnodelay true usetls false tlstrustcertsfilepath tlsallowinsecureconnection false tlshostnameverificationenable false concurrentlookuprequest maxlookuprequest maxlookupredirects maxnumberofrejectedrequestperconnection keepaliveintervalseconds connectiontimeoutms requesttimeoutms initialbackoffintervalnanos maxbackoffintervalnanos enablebusywait false listenername null usekeystoretls false sslprovider null tlstruststoretype jks tlstruststorepath null tlstruststorepassword null tlsciphers tlsprotocols memorylimitbytes proxyserviceurl null proxyprotocol null enabletransaction true null null null info org apache pulsar client impl consumerstatsrecorderimpl starting pulsar consumer status recorder with config topicnames topicspattern null subscriptionname my subscriptiontype shared subscriptionmode durable receiverqueuesize acknowledgementsgrouptimemicros negativeackredeliverydelaymicros maxtotalreceiverqueuesizeacrosspartitions consumername acktimeoutmillis tickdurationmillis prioritylevel maxpendingchunkedmessage autoackoldestchunkedmessageonqueuefull false expiretimeofincompletechunkedmessagemillis cryptofailureaction fail properties readcompacted false subscriptioninitialposition latest patternautodiscoveryperiod regexsubscriptionmode persistentonly deadletterpolicy maxredelivercount retrylettertopic test collect sku retrylettertopic deadlettertopic test collect sku deadlettertopic retryenable true autoupdatepartitions true autoupdatepartitionsintervalseconds replicatesubscriptionstate false resetincludehead false keysharedpolicy null batchindexackenabled false ackreceiptenabled false poolmessages false maxpendingchuckedmessage
0
651,863
21,512,701,471
IssuesEvent
2022-04-28 06:57:25
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.spectrum.net - see bug description
priority-normal pale-moon-browser
<!-- @browser: Pale Moon 30.0.1 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Goanna/5.0 Firefox/68.0 PaleMoon/30.0.1 --> <!-- @reported_with: unknown --> **URL**: https://www.spectrum.net/login **Browser / Version**: Pale Moon 30.0.1 **Operating System**: Windows 7 **Tested Another Browser**: Yes Internet Explorer **Problem type**: Something else **Description**: Bogus useragent sniffing. **Steps to Reproduce**: The login page for Spectrum (ISP) uses misguided user-agent sniffing to incorrectly determine browser capability, and recommends the use of Chromium (or Chromium clone) browsers only. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/4/122f5331-2b5e-4be3-8530-88f63bf0a7aa.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.spectrum.net - see bug description - <!-- @browser: Pale Moon 30.0.1 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Goanna/5.0 Firefox/68.0 PaleMoon/30.0.1 --> <!-- @reported_with: unknown --> **URL**: https://www.spectrum.net/login **Browser / Version**: Pale Moon 30.0.1 **Operating System**: Windows 7 **Tested Another Browser**: Yes Internet Explorer **Problem type**: Something else **Description**: Bogus useragent sniffing. **Steps to Reproduce**: The login page for Spectrum (ISP) uses misguided user-agent sniffing to incorrectly determine browser capability, and recommends the use of Chromium (or Chromium clone) browsers only. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/4/122f5331-2b5e-4be3-8530-88f63bf0a7aa.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
see bug description url browser version pale moon operating system windows tested another browser yes internet explorer problem type something else description bogus useragent sniffing steps to reproduce the login page for spectrum isp uses misguided user agent sniffing to incorrectly determine browser capability and recommends the use of chromium or chromium clone browsers only view the screenshot img alt screenshot src browser configuration none from with ❤️
1
23,461
21,942,875,681
IssuesEvent
2022-05-23 20:08:05
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Drag & Drop node to scripts sometimes handles incorrectly
bug topic:editor usability
**Godot version:** 3.1.1 - 3.2beta1 **OS/device including version:** Win10 **Issue description:** Sometimes drag&drop behaves incorrectly - instead pushing string to the script it focus to the scene. This is very irritating and should be fixed ASAP. **Steps to reproduce:** ![bug](https://user-images.githubusercontent.com/3036176/69053505-97c63c00-0a1a-11ea-8061-d6db1fbeb63f.gif) **Minimal reproduction project:** It's easy to reproduce in any simple project...
True
Drag & Drop node to scripts sometimes handles incorrectly - **Godot version:** 3.1.1 - 3.2beta1 **OS/device including version:** Win10 **Issue description:** Sometimes drag&drop behaves incorrectly - instead pushing string to the script it focus to the scene. This is very irritating and should be fixed ASAP. **Steps to reproduce:** ![bug](https://user-images.githubusercontent.com/3036176/69053505-97c63c00-0a1a-11ea-8061-d6db1fbeb63f.gif) **Minimal reproduction project:** It's easy to reproduce in any simple project...
non_priority
drag drop node to scripts sometimes handles incorrectly godot version os device including version issue description sometimes drag drop behaves incorrectly instead pushing string to the script it focus to the scene this is very irritating and should be fixed asap steps to reproduce minimal reproduction project it s easy to reproduce in any simple project
0
32,796
15,646,663,412
IssuesEvent
2021-03-23 01:27:02
AlexChesser/lgtm-shipit
https://api.github.com/repos/AlexChesser/lgtm-shipit
opened
Practice reducing the use of discourse markers - "ummmm"
performance quality
You need to break the "um" habit. You said that word over 50+ times in that 6 minute video. It's a very common bad habit but it distracts the listener from your train of thought. It allows us to pause and think for a moment, but super distracting to the listener as they also need that (silent) pause to absorb what they just heard. the woman who was on people practices team helped with public speaking and she said it's ok to not fill in every silence when speaking. Silence is like taking a breath of air for the ears. So you don't need filler words if you need to pause and think for a moment.
True
Practice reducing the use of discourse markers - "ummmm" - You need to break the "um" habit. You said that word over 50+ times in that 6 minute video. It's a very common bad habit but it distracts the listener from your train of thought. It allows us to pause and think for a moment, but super distracting to the listener as they also need that (silent) pause to absorb what they just heard. the woman who was on people practices team helped with public speaking and she said it's ok to not fill in every silence when speaking. Silence is like taking a breath of air for the ears. So you don't need filler words if you need to pause and think for a moment.
non_priority
practice reducing the use of discourse markers ummmm you need to break the um habit you said that word over times in that minute video it s a very common bad habit but it distracts the listener from your train of thought it allows us to pause and think for a moment but super distracting to the listener as they also need that silent pause to absorb what they just heard the woman who was on people practices team helped with public speaking and she said it s ok to not fill in every silence when speaking silence is like taking a breath of air for the ears so you don t need filler words if you need to pause and think for a moment
0
49,978
6,289,340,522
IssuesEvent
2017-07-19 18:59:21
CentralProgramming/CentralProgramming.github.io
https://api.github.com/repos/CentralProgramming/CentralProgramming.github.io
closed
Team Section Layout
design help wanted
The way it's setup makes it spread out and very long. Would it be better to set it up in a 2x2 table instead?
1.0
Team Section Layout - The way it's setup makes it spread out and very long. Would it be better to set it up in a 2x2 table instead?
non_priority
team section layout the way it s setup makes it spread out and very long would it be better to set it up in a table instead
0
308,019
26,574,422,805
IssuesEvent
2023-01-21 16:17:07
EddieHubCommunity/LinkFree
https://api.github.com/repos/EddieHubCommunity/LinkFree
closed
New Testimonial for CJ (LinuxGamer)
testimonial
### Name LinuxGamer ### Title Ed...documentation pls ### Description add a commentary on your roadmaps
1.0
New Testimonial for CJ (LinuxGamer) - ### Name LinuxGamer ### Title Ed...documentation pls ### Description add a commentary on your roadmaps
non_priority
new testimonial for cj linuxgamer name linuxgamer title ed documentation pls description add a commentary on your roadmaps
0
86,252
8,030,105,876
IssuesEvent
2018-07-27 18:22:58
italia/spid-testenv2
https://api.github.com/repos/italia/spid-testenv2
closed
AuthnRequest: AttributeConsumingIndex non validato correttamente
bug needs regression test
Inviando la seguente AuthnRequest: ```xml <saml2p:AuthnRequest xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" AssertionConsumerServiceIndex="0" Destination="http://localhost:8088/sso" AttributeConsumingServiceIndex="1" ForceAuthn="false" IssueInstant="2018-07-21T16:55:32Z" Version="2.0" ID="_7bcd5cffcebd8a4e596aa09b9b68cdf7"> <saml2:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity" NameQualifier="https://www.prova.it/">https://www.prova.it/</saml2:Issuer> <saml2p:NameIDPolicy Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"/> <saml2p:RequestedAuthnContext Comparison="minimum"> <saml2:AuthnContextClassRef>https://www.spid.gov.it/SpidL1</saml2:AuthnContextClassRef> </saml2p:RequestedAuthnContext> </saml2p:AuthnRequest> ``` ottengo il seguente errore: ![screen shot 2018-07-21 at 19 11 50](https://user-images.githubusercontent.com/594957/43038499-f37620f8-8d19-11e8-8b1f-0fd4968fa1f6.png) Tuttavia il metadata SP contiene questo: ```xml <md:AttributeConsumingService index="1"> <md:ServiceName xml:lang="it">Servizio</md:ServiceName> <md:ServiceDescription xml:lang="it"></md:ServiceDescription> <md:RequestedAttribute Name="fiscalNumber" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> <md:RequestedAttribute Name="name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> <md:RequestedAttribute Name="familyName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> <md:RequestedAttribute Name="dateOfBirth" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> </md:AttributeConsumingService> ``` Quindi il valore inviato nella AuthnRequest è corretto.
1.0
AuthnRequest: AttributeConsumingIndex non validato correttamente - Inviando la seguente AuthnRequest: ```xml <saml2p:AuthnRequest xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" AssertionConsumerServiceIndex="0" Destination="http://localhost:8088/sso" AttributeConsumingServiceIndex="1" ForceAuthn="false" IssueInstant="2018-07-21T16:55:32Z" Version="2.0" ID="_7bcd5cffcebd8a4e596aa09b9b68cdf7"> <saml2:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity" NameQualifier="https://www.prova.it/">https://www.prova.it/</saml2:Issuer> <saml2p:NameIDPolicy Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"/> <saml2p:RequestedAuthnContext Comparison="minimum"> <saml2:AuthnContextClassRef>https://www.spid.gov.it/SpidL1</saml2:AuthnContextClassRef> </saml2p:RequestedAuthnContext> </saml2p:AuthnRequest> ``` ottengo il seguente errore: ![screen shot 2018-07-21 at 19 11 50](https://user-images.githubusercontent.com/594957/43038499-f37620f8-8d19-11e8-8b1f-0fd4968fa1f6.png) Tuttavia il metadata SP contiene questo: ```xml <md:AttributeConsumingService index="1"> <md:ServiceName xml:lang="it">Servizio</md:ServiceName> <md:ServiceDescription xml:lang="it"></md:ServiceDescription> <md:RequestedAttribute Name="fiscalNumber" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> <md:RequestedAttribute Name="name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> <md:RequestedAttribute Name="familyName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> <md:RequestedAttribute Name="dateOfBirth" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> </md:AttributeConsumingService> ``` Quindi il valore inviato nella AuthnRequest è corretto.
non_priority
authnrequest attributeconsumingindex non validato correttamente inviando la seguente authnrequest xml issuer format urn oasis names tc saml nameid format entity namequalifier ottengo il seguente errore tuttavia il metadata sp contiene questo xml servizio quindi il valore inviato nella authnrequest è corretto
0
71,298
30,853,411,301
IssuesEvent
2023-08-02 18:32:39
hashgraph/hedera-services
https://api.github.com/repos/hashgraph/hedera-services
closed
Use `getOriginalValue` method from writableStore when needed
Hedera Token Service Modularization
I many places to compare the original value we are using `readableStore.get`. But it should be using `writableSTore.getOriginalValue()`. Change all places needed
1.0
Use `getOriginalValue` method from writableStore when needed - I many places to compare the original value we are using `readableStore.get`. But it should be using `writableSTore.getOriginalValue()`. Change all places needed
non_priority
use getoriginalvalue method from writablestore when needed i many places to compare the original value we are using readablestore get but it should be using writablestore getoriginalvalue change all places needed
0
384,017
11,382,049,560
IssuesEvent
2020-01-29 00:20:10
Seneca-CDOT/telescope
https://api.github.com/repos/Seneca-CDOT/telescope
closed
Wrong port used in env.example file
5 min fix Priority: High area: docker area: redis type: bug
**What happened**: Currently, our `env.example` has: `REDIS_URL=redis://127.0.0.1:6379` `REDIS_PORT=6739` In our `docker-compose-yml`, we use [`REDIS_PORT` with a wrong port number](https://github.com/Seneca-CDOT/telescope/blob/2074cc592a92c8a7d95f164f0a35aec45ca2fa55/env.example#L20) for deployment, and it crashes at launch. The port number should be `6379`, as we use in `REDIS_URL` Also, we should consider having only one var with the port number. We could combine them or just get rid of one of them. **How to reproduce it (as precise as possible)**: Run telescope with docker-compose using default values in `env.example` (`REDIS_PORT=6739`). **Environment** - OS: Linux, Windows
1.0
Wrong port used in env.example file - **What happened**: Currently, our `env.example` has: `REDIS_URL=redis://127.0.0.1:6379` `REDIS_PORT=6739` In our `docker-compose-yml`, we use [`REDIS_PORT` with a wrong port number](https://github.com/Seneca-CDOT/telescope/blob/2074cc592a92c8a7d95f164f0a35aec45ca2fa55/env.example#L20) for deployment, and it crashes at launch. The port number should be `6379`, as we use in `REDIS_URL` Also, we should consider having only one var with the port number. We could combine them or just get rid of one of them. **How to reproduce it (as precise as possible)**: Run telescope with docker-compose using default values in `env.example` (`REDIS_PORT=6739`). **Environment** - OS: Linux, Windows
priority
wrong port used in env example file what happened currently our env example has redis url redis redis port in our docker compose yml we use for deployment and it crashes at launch the port number should be as we use in redis url also we should consider having only one var with the port number we could combine them or just get rid of one of them how to reproduce it as precise as possible run telescope with docker compose using default values in env example redis port environment os linux windows
1
684,221
23,411,657,235
IssuesEvent
2022-08-12 18:15:05
phylum-dev/phylum-ci
https://api.github.com/repos/phylum-dev/phylum-ci
closed
`Issue Summary` data missing for vulnerability domain
bug medium priority
## Describe the bug `Issue Summary` data seems to be missing for vulnerabilities. ## To Reproduce Steps to reproduce the behavior: 1. Submit failing analysis that contains a vuln 2. Observe the MR/PR comment with missing `Issue Summary` data ## Expected behavior `Issue Summary` data is populated for all issues. ## Screenshots ![image](https://user-images.githubusercontent.com/34108612/184266168-14d69509-7257-4ad7-a75a-1120770dd750.png) ## Additional context I check a license issue and the summary data was present, but I did not check other risk domains. There is a chance this is only impact vulnerability issues.
1.0
`Issue Summary` data missing for vulnerability domain - ## Describe the bug `Issue Summary` data seems to be missing for vulnerabilities. ## To Reproduce Steps to reproduce the behavior: 1. Submit failing analysis that contains a vuln 2. Observe the MR/PR comment with missing `Issue Summary` data ## Expected behavior `Issue Summary` data is populated for all issues. ## Screenshots ![image](https://user-images.githubusercontent.com/34108612/184266168-14d69509-7257-4ad7-a75a-1120770dd750.png) ## Additional context I check a license issue and the summary data was present, but I did not check other risk domains. There is a chance this is only impact vulnerability issues.
priority
issue summary data missing for vulnerability domain describe the bug issue summary data seems to be missing for vulnerabilities to reproduce steps to reproduce the behavior submit failing analysis that contains a vuln observe the mr pr comment with missing issue summary data expected behavior issue summary data is populated for all issues screenshots additional context i check a license issue and the summary data was present but i did not check other risk domains there is a chance this is only impact vulnerability issues
1
58,270
8,244,138,002
IssuesEvent
2018-09-11 04:32:07
bptlab/chimera
https://api.github.com/repos/bptlab/chimera
closed
document API design principles
documentation
As a developer I want to have a brief documentation of the principles underlying the design of the Chimera API, so that I can refer to it, when changing the API. **This should be documented in the github Wiki and linked to from the Readme.md** **Resources** - https://www.blog.philipphauer.de/restful-api-design-best-practices/ **Open questions** - should the response data be wrapped in a `data` object? - what about pagination? - what about query parameters, where do we need them? - should we adapt the [Json API spec](jsonapi.org) completely?
1.0
document API design principles - As a developer I want to have a brief documentation of the principles underlying the design of the Chimera API, so that I can refer to it, when changing the API. **This should be documented in the github Wiki and linked to from the Readme.md** **Resources** - https://www.blog.philipphauer.de/restful-api-design-best-practices/ **Open questions** - should the response data be wrapped in a `data` object? - what about pagination? - what about query parameters, where do we need them? - should we adapt the [Json API spec](jsonapi.org) completely?
non_priority
document api design principles as a developer i want to have a brief documentation of the principles underlying the design of the chimera api so that i can refer to it when changing the api this should be documented in the github wiki and linked to from the readme md resources open questions should the response data be wrapped in a data object what about pagination what about query parameters where do we need them should we adapt the jsonapi org completely
0
488,815
14,086,728,140
IssuesEvent
2020-11-05 04:34:02
pioneers/runtime
https://api.github.com/repos/pioneers/runtime
closed
[TEST] Keyboard Interface for gamepad / net_handler_client
enhancement low-priority
Completely extra feature to help test Runtime before Dawn completes its functional product in Typescript. It would be cool to have a terminal "application" that has a Gamepad on it and bind, for example, the arrow keys to the right joy stick and WASD to the left joystick, and then JKL; to ABXY buttons or something, so that we can test the system using a "Gamepad".
1.0
[TEST] Keyboard Interface for gamepad / net_handler_client - Completely extra feature to help test Runtime before Dawn completes its functional product in Typescript. It would be cool to have a terminal "application" that has a Gamepad on it and bind, for example, the arrow keys to the right joy stick and WASD to the left joystick, and then JKL; to ABXY buttons or something, so that we can test the system using a "Gamepad".
priority
keyboard interface for gamepad net handler client completely extra feature to help test runtime before dawn completes its functional product in typescript it would be cool to have a terminal application that has a gamepad on it and bind for example the arrow keys to the right joy stick and wasd to the left joystick and then jkl to abxy buttons or something so that we can test the system using a gamepad
1
538,094
15,762,392,519
IssuesEvent
2021-03-31 11:01:59
kymckay/f21as-project
https://api.github.com/repos/kymckay/f21as-project
closed
Potential for concurrent modification error
priority/medium type/bug
Currently the `QueueGUI` gets the list of the `SharedQueue` and iterates through it to update the display. This could technically produce a concurrent modification error (like #99) if a producer were to add a new item or consumer were to remove one during the update. It probably doesn't happen often due to the delays in our threads and how they line up relative to the points at which the GUI observer is notified to update, but we should probably still fix it.
1.0
Potential for concurrent modification error - Currently the `QueueGUI` gets the list of the `SharedQueue` and iterates through it to update the display. This could technically produce a concurrent modification error (like #99) if a producer were to add a new item or consumer were to remove one during the update. It probably doesn't happen often due to the delays in our threads and how they line up relative to the points at which the GUI observer is notified to update, but we should probably still fix it.
priority
potential for concurrent modification error currently the queuegui gets the list of the sharedqueue and iterates through it to update the display this could technically produce a concurrent modification error like if a producer were to add a new item or consumer were to remove one during the update it probably doesn t happen often due to the delays in our threads and how they line up relative to the points at which the gui observer is notified to update but we should probably still fix it
1
173,290
13,395,512,105
IssuesEvent
2020-09-03 08:32:39
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
closed
Optimize DataSourceMetasTest.getAllInstanceDataSourceNames
good first issue test
- [x] Add more assertion details for `assertGetAllInstanceDataSourceNamesForShardingRule`, assertNotNull is not enough - [ ] Add a new assertion for not MemorizedDataSourceMetaData branch
1.0
Optimize DataSourceMetasTest.getAllInstanceDataSourceNames - - [x] Add more assertion details for `assertGetAllInstanceDataSourceNamesForShardingRule`, assertNotNull is not enough - [ ] Add a new assertion for not MemorizedDataSourceMetaData branch
non_priority
optimize datasourcemetastest getallinstancedatasourcenames add more assertion details for assertgetallinstancedatasourcenamesforshardingrule assertnotnull is not enough add a new assertion for not memorizeddatasourcemetadata branch
0
204,340
7,087,024,292
IssuesEvent
2018-01-11 16:30:21
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Issue with ip4log since DAL merge in devel
Priority: High Status: For review Type: Bug
Getting this error in the logs now: ``` Dec 8 10:18:47 pf-julien pfqueue: pfqueue(18665) ERROR: [mac:94:db:c9:38:85:5b] Database query failed with non retryable error: Duplicate entry '172.21.157.95' for key 'PRIMARY' (errno: 1062) [INSERT INTO `ip4log` ( `end_time`, `ip`, `mac `, `start_time`) VALUES ( DATE_ADD(NOW(), INTERVAL ? SECOND), ?, ?, NOW() )]{120, 172.21.157.95, 94:db:c9:38:85:5b} (pf::dal::db_execute) ```
1.0
Issue with ip4log since DAL merge in devel - Getting this error in the logs now: ``` Dec 8 10:18:47 pf-julien pfqueue: pfqueue(18665) ERROR: [mac:94:db:c9:38:85:5b] Database query failed with non retryable error: Duplicate entry '172.21.157.95' for key 'PRIMARY' (errno: 1062) [INSERT INTO `ip4log` ( `end_time`, `ip`, `mac `, `start_time`) VALUES ( DATE_ADD(NOW(), INTERVAL ? SECOND), ?, ?, NOW() )]{120, 172.21.157.95, 94:db:c9:38:85:5b} (pf::dal::db_execute) ```
priority
issue with since dal merge in devel getting this error in the logs now dec pf julien pfqueue pfqueue error database query failed with non retryable error duplicate entry for key primary errno insert into end time ip mac start time values date add now interval second now db pf dal db execute
1
81,393
15,618,502,746
IssuesEvent
2021-03-20 01:13:26
yael-lindman/jenkins
https://api.github.com/repos/yael-lindman/jenkins
opened
CVE-2020-5421 (Medium) detected in spring-web-2.5.6.SEC03.jar
security vulnerability
## CVE-2020-5421 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-2.5.6.SEC03.jar</b></p></summary> <p>Spring Framework: Web</p> <p>Library home page: <a href="http://www.springframework.org">http://www.springframework.org</a></p> <p>Path to dependency file: jenkins/war/pom.xml</p> <p>Path to vulnerable library: jenkins/war/target/jenkins/WEB-INF/lib/spring-web-2.5.6.SEC03.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-web/2.5.6.SEC03/spring-web-2.5.6.SEC03.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-web/2.5.6.SEC03/spring-web-2.5.6.SEC03.jar</p> <p> Dependency Hierarchy: - spring-webmvc-2.5.6.SEC03.jar (Root Library) - :x: **spring-web-2.5.6.SEC03.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Spring Framework versions 5.2.0 - 5.2.8, 5.1.0 - 5.1.17, 5.0.0 - 5.0.18, 4.3.0 - 4.3.28, and older unsupported versions, the protections against RFD attacks from CVE-2015-5211 may be bypassed depending on the browser used through the use of a jsessionid path parameter. <p>Publish Date: 2020-09-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5421>CVE-2020-5421</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://tanzu.vmware.com/security/cve-2020-5421">https://tanzu.vmware.com/security/cve-2020-5421</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: org.springframework:spring-web:5.2.9,org.springframework:spring-web:5.1.18,org.springframework:spring-web:5.0.19,org.springframework:spring-web:4.3.29</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-5421 (Medium) detected in spring-web-2.5.6.SEC03.jar - ## CVE-2020-5421 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-2.5.6.SEC03.jar</b></p></summary> <p>Spring Framework: Web</p> <p>Library home page: <a href="http://www.springframework.org">http://www.springframework.org</a></p> <p>Path to dependency file: jenkins/war/pom.xml</p> <p>Path to vulnerable library: jenkins/war/target/jenkins/WEB-INF/lib/spring-web-2.5.6.SEC03.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-web/2.5.6.SEC03/spring-web-2.5.6.SEC03.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-web/2.5.6.SEC03/spring-web-2.5.6.SEC03.jar</p> <p> Dependency Hierarchy: - spring-webmvc-2.5.6.SEC03.jar (Root Library) - :x: **spring-web-2.5.6.SEC03.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Spring Framework versions 5.2.0 - 5.2.8, 5.1.0 - 5.1.17, 5.0.0 - 5.0.18, 4.3.0 - 4.3.28, and older unsupported versions, the protections against RFD attacks from CVE-2015-5211 may be bypassed depending on the browser used through the use of a jsessionid path parameter. <p>Publish Date: 2020-09-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5421>CVE-2020-5421</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://tanzu.vmware.com/security/cve-2020-5421">https://tanzu.vmware.com/security/cve-2020-5421</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: org.springframework:spring-web:5.2.9,org.springframework:spring-web:5.1.18,org.springframework:spring-web:5.0.19,org.springframework:spring-web:4.3.29</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in spring web jar cve medium severity vulnerability vulnerable library spring web jar spring framework web library home page a href path to dependency file jenkins war pom xml path to vulnerable library jenkins war target jenkins web inf lib spring web jar home wss scanner repository org springframework spring web spring web jar home wss scanner repository org springframework spring web spring web jar dependency hierarchy spring webmvc jar root library x spring web jar vulnerable library found in base branch master vulnerability details in spring framework versions and older unsupported versions the protections against rfd attacks from cve may be bypassed depending on the browser used through the use of a jsessionid path parameter publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction required scope changed impact metrics confidentiality impact low integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework spring web org springframework spring web org springframework spring web org springframework spring web step up your open source security game with whitesource
0
818,360
30,685,417,037
IssuesEvent
2023-07-26 12:02:23
TaoStats/bittensor-explorer-ui
https://api.github.com/repos/TaoStats/bittensor-explorer-ui
closed
Hooks - Blocks
Priority: High
- [x] `useBlocks(network, filter, order, options)` - [x] `useBlock(network, filter)`
1.0
Hooks - Blocks - - [x] `useBlocks(network, filter, order, options)` - [x] `useBlock(network, filter)`
priority
hooks blocks useblocks network filter order options useblock network filter
1
818,205
30,678,385,795
IssuesEvent
2023-07-26 07:27:44
ivpn/ios-app
https://api.github.com/repos/ivpn/ios-app
closed
WKWebView not working on 2.9.1
priority: high status: investigating iOS bug
### Description: When trying to access any URL/website pages from the app, the WKWebView doesn't work, a blank page appears instead of the expected content. ### Expected result: WKWebView should work and display properly the content from the IVPN website accessible from the app. ### Environment: IVPN: 2.9.1 OS: iPhone XR iOS 16.6, iPad 6 iOS 15.7.1
1.0
WKWebView not working on 2.9.1 - ### Description: When trying to access any URL/website pages from the app, the WKWebView doesn't work, a blank page appears instead of the expected content. ### Expected result: WKWebView should work and display properly the content from the IVPN website accessible from the app. ### Environment: IVPN: 2.9.1 OS: iPhone XR iOS 16.6, iPad 6 iOS 15.7.1
priority
wkwebview not working on description when trying to access any url website pages from the app the wkwebview doesn t work a blank page appears instead of the expected content expected result wkwebview should work and display properly the content from the ivpn website accessible from the app environment ivpn os iphone xr ios ipad ios
1
52,793
3,029,575,000
IssuesEvent
2015-08-04 13:25:10
HPI-SWA-Teaching/SWT15-Project-13
https://api.github.com/repos/HPI-SWA-Teaching/SWT15-Project-13
opened
Nutzung unterschiedlicher Betriebssysteme
priority: important type: feature
| | | | | :---------: | :-------------------------------------------------: | :------------------: | | _7_ | | _5_ | | | Als **Anwender** möchte ich **im Hinblick auf die Interaktion mit der Read-Eval-Print-Loop unterschiedliche Betriebssysteme nutzen**, um **keiner technologischen Einschränkung zu unterliegen**. | | | _6_ | | _7_ |
1.0
Nutzung unterschiedlicher Betriebssysteme - | | | | | :---------: | :-------------------------------------------------: | :------------------: | | _7_ | | _5_ | | | Als **Anwender** möchte ich **im Hinblick auf die Interaktion mit der Read-Eval-Print-Loop unterschiedliche Betriebssysteme nutzen**, um **keiner technologischen Einschränkung zu unterliegen**. | | | _6_ | | _7_ |
priority
nutzung unterschiedlicher betriebssysteme als anwender möchte ich im hinblick auf die interaktion mit der read eval print loop unterschiedliche betriebssysteme nutzen um keiner technologischen einschränkung zu unterliegen
1
13,684
3,175,754,198
IssuesEvent
2015-09-24 02:40:10
PatMyhub/KTF57AZOZCBJLYUORPTLOJP4
https://api.github.com/repos/PatMyhub/KTF57AZOZCBJLYUORPTLOJP4
closed
McpX52cni6pnW45Mm9ugUnF+9rQM8qo75c2sqkeVDiR6sWZpdkP4/pnT+JqSl4/HNoyxk1vCtQnexlDtUenbLpMb63849aZq3VQK+c4u4aVQnX9rZEYRNqTfMVxttqDi66WPSZoS4g6R4MBCXmRAVKjwkVPQpy/r6T0SwBKRO0E=
design
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1qkBaK4fcqJjantvLM9g2MtQSvN2NI9clZbgO5iYCs7WqQForh9yopWW4DuYmArO1qkBaK4fcqKVluA7mJgKztapAWiuH3KilZbgO5iYCs7WqQForh9yolEASePNESxj7YK3NA9JJianjHH0DEs00N2ln1r4thmplcggyUI8CxWBBrnM4p0HTbPxCpK28Y1vTclPFHc+yB5GFIwJjcgLDbR0ITYMnEDZGRazQHTLRehVzTrNJaAJYUiyukprebVvOzQEs+wTqwrR+hwlEWljFNICyGtciaWxlZbgO5iYCs7WqQForh9yooNVZbow6GcOVa6NPC5oCyRzSS8/IBx5OScHi3eWJQPWlZbgO5iYCs7WqQForh9yopWW4DuYmArO1qkBaK4fcqKVluA7mJgKztapAWiuH3KiR3Kx0mKbCxnL85rsHAu7+KvehkSCjTvFgb3DtwYKKvCVluA7mJgKztapAWiuH3KiLGwYs+Z9x6/geos7pHY/6JeKt0pIARFWzEIpM8RmNsCsPpvJRoTAJuy+BkIG546/LjWXGwkoCRoNK1h5AM2AJVKgMvmDJIXnDIZlavybjhnFRqap9m0GJ+KkBay55ZIglZbgO5iYCs7WqQForh9yoqOYwY71QyW7aVfBdIakPuCa0aGq2qIMmDjGzyClpAY4lZbgO5iYCs7WqQForh9yopWW4DuYmArO1qkBaK4fcqKVluA7mJgKztapAWiuH3KizDqxjz6dk5ATuNnKG47QdypordX/VnPfnQhlzCtR/ZHepMG61tICy3n0eYoKKp1xuJYTCPa9VDGAg8qBRa9nLMD83T8tGV2wTBQJMBe/bl0zfZPTzENd75VA3F1LNjXHHMHLEAAYXzn3rjzXcaJJg7+8TlGc5A6HUX1583UJsXuVluA7mJgKztapAWiuH3KilZbgO5iYCs7WqQForh9yotjYEys/SskgDx/VCCrPFkqVluA7mJgKztapAWiuH3KilZbgO5iYCs7WqQForh9yopWW4DuYmArO1qkBaK4fcqKVluA7mJgKztapAWiuH3KiZ+EJ9+EQhI0AMWH9wRafjpWW4DuYmArO1qkBaK4fcqKFQ68L02P+a6F7I66PNu3jlZbgO5iYCs7WqQForh9yojSm6kYQtGt4wE8k69jaiHy4KL11NYLprLGtlD4HOTynaEiONf5zp/cn5HZH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
1.0
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1qkBaK4fcqJjantvLM9g2MtQSvN2NI9clZbgO5iYCs7WqQForh9yopWW4DuYmArO1qkBaK4fcqKVluA7mJgKztapAWiuH3KilZbgO5iYCs7WqQForh9yolEASePNESxj7YK3NA9JJianjHH0DEs00N2ln1r4thmplcggyUI8CxWBBrnM4p0HTbPxCpK28Y1vTclPFHc+yB5GFIwJjcgLDbR0ITYMnEDZGRazQHTLRehVzTrNJaAJYUiyukprebVvOzQEs+wTqwrR+hwlEWljFNICyGtciaWxlZbgO5iYCs7WqQForh9yooNVZbow6GcOVa6NPC5oCyRzSS8/IBx5OScHi3eWJQPWlZbgO5iYCs7WqQForh9yopWW4DuYmArO1qkBaK4fcqKVluA7mJgKztapAWiuH3KiR3Kx0mKbCxnL85rsHAu7+KvehkSCjTvFgb3DtwYKKvCVluA7mJgKztapAWiuH3KiLGwYs+Z9x6/geos7pHY/6JeKt0pIARFWzEIpM8RmNsCsPpvJRoTAJuy+BkIG546/LjWXGwkoCRoNK1h5AM2AJVKgMvmDJIXnDIZlavybjhnFRqap9m0GJ+KkBay55ZIglZbgO5iYCs7WqQForh9yoqOYwY71QyW7aVfBdIakPuCa0aGq2qIMmDjGzyClpAY4lZbgO5iYCs7WqQForh9yopWW4DuYmArO1qkBaK4fcqKVluA7mJgKztapAWiuH3KizDqxjz6dk5ATuNnKG47QdypordX/VnPfnQhlzCtR/ZHepMG61tICy3n0eYoKKp1xuJYTCPa9VDGAg8qBRa9nLMD83T8tGV2wTBQJMBe/bl0zfZPTzENd75VA3F1LNjXHHMHLEAAYXzn3rjzXcaJJg7+8TlGc5A6HUX1583UJsXuVluA7mJgKztapAWiuH3KilZbgO5iYCs7WqQForh9yotjYEys/SskgDx/VCCrPFkqVluA7mJgKztapAWiuH3KilZbgO5iYCs7WqQForh9yopWW4DuYmArO1qkBaK4fcqKVluA7mJgKztapAWiuH3KiZ+EJ9+EQhI0AMWH9wRafjpWW4DuYmArO1qkBaK4fcqKFQ68L02P+a6F7I66PNu3jlZbgO5iYCs7WqQForh9yojSm6kYQtGt4wE8k69jaiHy4KL11NYLprLGtlD4HOTynaEiONf5zp/cn5HZH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
non_priority
pnt pvonrapcqha coxpouyx ommpd lc kxtd wtqwrr vnpfnqhlzctr sskgdx ommpd lyzqtsuyejr p m wtqwrr nkemvb zoua edv ommpd pebe kxtd p m dxplqlxk ommpd zbongbm prjw kxtd p m wtqwrr efgsgz y veexaldo ommpd kxtd p m wtqwrr zoua edv nx vp n ofaxm v kxtd u p m mlrugrazqhtlrehvztrnjaajyuiyukprebvvozqes wtqwrr vnpfnqhlzctr ommpd kxtd p m kiyukprebvvozqes wtqwrr ym ommpd rvwkgpab kxtd r p m wtqwrr b ommpd n wxgtlomcnz kazgdxu zo nf zoua edv wxgtlomcnz kazgdxu fjeysvit zo j vnpfnqhlzctr zgucpgw zoua edv wxgtlomcnz kazgdxu fn zo imdklayp l zoua edv aih sngdajf wxgtlomcnz kazgdxu pojejwdcx zo zoua edv wxgtlomcnz kazgdxu zo pv zoua edv wxgtlomcnz kazgdxu zo p m p wyvnsnaq
0
203,019
7,057,258,220
IssuesEvent
2018-01-04 15:51:26
kubernetes/heapster
https://api.github.com/repos/kubernetes/heapster
closed
Heapster Internal Error 500
lifecycle/stale Priority/P2
Hi, I have a working baremetal Kubernetes Cluster on top of CoreOS. When deploying heapster, I had to change the datasource in Grafana from _http://monitoring-grafana:8086_ to _http://localhost:8086_ to get the InfluxDB Database working. Now I see stats for the Kubernetes Dashboard, but none for the Container-Dashboard. I tried to start debugging and found out that Heapster has many internal error - 500: ``` shell kubectl logs heapster-715ro --namespace=kube-system E0215 13:07:35.007517 1 kube_pods.go:110] failed to get stats for container "kube2sky" in pod "kube-system"/"kube-dns-v10-81ok3" E0215 13:07:35.008109 1 kubelet.go:102] failed to get stats from kubelet url: http://192.168.1.43:10255/stats/kube-system/kube-dns-v10-81ok3/ca0b5a5f-cfef-11e5-afdf-00215aee6ec8/skydns - request failed - "500 Internal Server Error", response: "Internal Error: unable to find Docker container \"90e880bf010c4659877507d076868026e64ca7f9bf036646a136dfee3510686d\"\n" E0215 13:07:35.008123 1 kube_pods.go:110] failed to get stats for container "skydns" in pod "kube-system"/"kube-dns-v10-81ok3" E0215 13:07:35.008728 1 kubelet.go:102] failed to get stats from kubelet url: http://192.168.1.43:10255/stats/kube-system/kube-dns-v10-81ok3/ca0b5a5f-cfef-11e5-afdf-00215aee6ec8/healthz - request failed - "500 Internal Server Error", response: "Internal Error: unable to find Docker container \"e22530edcd6e9d3601ca157a76d9510af0b632f25aaaa349a75ff7f20bb3d32c\"\n" ``` However, all the containers are running; for example: ``` shell docker ps --no-trunc | grep '90e880bf010c4659877507d076868026e64ca7f9bf036646a136dfee3510686d' 90e880bf010c4659877507d076868026e64ca7f9bf036646a136dfee3510686d gcr.io/google_containers/skydns:2015-10-13-8c72f8c "/skydns -machines=http://127.0.0.1:4001 -addr=0.0.0.0:53 -ns-rotate=false -domain=domain.local" 16 hours ago Up 16 hours k8s_skydns.cf571477_kube-dns-v10-81ok3_kube-system_ca0b5a5f-cfef-11e5-afdf-00215aee6ec8_74947c81 ``` I'm running Kubernetes v1.1.2
1.0
Heapster Internal Error 500 - Hi, I have a working baremetal Kubernetes Cluster on top of CoreOS. When deploying heapster, I had to change the datasource in Grafana from _http://monitoring-grafana:8086_ to _http://localhost:8086_ to get the InfluxDB Database working. Now I see stats for the Kubernetes Dashboard, but none for the Container-Dashboard. I tried to start debugging and found out that Heapster has many internal error - 500: ``` shell kubectl logs heapster-715ro --namespace=kube-system E0215 13:07:35.007517 1 kube_pods.go:110] failed to get stats for container "kube2sky" in pod "kube-system"/"kube-dns-v10-81ok3" E0215 13:07:35.008109 1 kubelet.go:102] failed to get stats from kubelet url: http://192.168.1.43:10255/stats/kube-system/kube-dns-v10-81ok3/ca0b5a5f-cfef-11e5-afdf-00215aee6ec8/skydns - request failed - "500 Internal Server Error", response: "Internal Error: unable to find Docker container \"90e880bf010c4659877507d076868026e64ca7f9bf036646a136dfee3510686d\"\n" E0215 13:07:35.008123 1 kube_pods.go:110] failed to get stats for container "skydns" in pod "kube-system"/"kube-dns-v10-81ok3" E0215 13:07:35.008728 1 kubelet.go:102] failed to get stats from kubelet url: http://192.168.1.43:10255/stats/kube-system/kube-dns-v10-81ok3/ca0b5a5f-cfef-11e5-afdf-00215aee6ec8/healthz - request failed - "500 Internal Server Error", response: "Internal Error: unable to find Docker container \"e22530edcd6e9d3601ca157a76d9510af0b632f25aaaa349a75ff7f20bb3d32c\"\n" ``` However, all the containers are running; for example: ``` shell docker ps --no-trunc | grep '90e880bf010c4659877507d076868026e64ca7f9bf036646a136dfee3510686d' 90e880bf010c4659877507d076868026e64ca7f9bf036646a136dfee3510686d gcr.io/google_containers/skydns:2015-10-13-8c72f8c "/skydns -machines=http://127.0.0.1:4001 -addr=0.0.0.0:53 -ns-rotate=false -domain=domain.local" 16 hours ago Up 16 hours k8s_skydns.cf571477_kube-dns-v10-81ok3_kube-system_ca0b5a5f-cfef-11e5-afdf-00215aee6ec8_74947c81 ``` I'm running Kubernetes v1.1.2
priority
heapster internal error hi i have a working baremetal kubernetes cluster on top of coreos when deploying heapster i had to change the datasource in grafana from to to get the influxdb database working now i see stats for the kubernetes dashboard but none for the container dashboard i tried to start debugging and found out that heapster has many internal error shell kubectl logs heapster namespace kube system kube pods go failed to get stats for container in pod kube system kube dns kubelet go failed to get stats from kubelet url request failed internal server error response internal error unable to find docker container n kube pods go failed to get stats for container skydns in pod kube system kube dns kubelet go failed to get stats from kubelet url request failed internal server error response internal error unable to find docker container n however all the containers are running for example shell docker ps no trunc grep gcr io google containers skydns skydns machines addr ns rotate false domain domain local hours ago up hours skydns kube dns kube system cfef afdf i m running kubernetes
1
183,933
6,694,969,266
IssuesEvent
2017-10-10 05:52:23
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.hdfcbank.com - desktop site instead of mobile site
priority-important status-needsinfo status-needstriage
<!-- @browser: Firefox 57.0 Beta5 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 --> <!-- @reported_with: web --> **URL**: https://www.hdfcbank.com/ **Browser / Version**: Firefox 57.0 Beta5 **Operating System**: Android Jelly Bean 4.2.2 **Tested Another Browser**: Yes **Problem type**: Desktop site instead of mobile site **Description**: The tablet browser shows desktop site instead of mobile site without requesting desktop site **Steps to Reproduce**: Firefox beta -> site url [![Screenshot Description](https://webcompat.com/uploads/2017/10/fe8dde00-b077-4ca0-96e7-10cc45cc475a-thumb.jpeg)](https://webcompat.com/uploads/2017/10/fe8dde00-b077-4ca0-96e7-10cc45cc475a.jpeg) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.hdfcbank.com - desktop site instead of mobile site - <!-- @browser: Firefox 57.0 Beta5 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 --> <!-- @reported_with: web --> **URL**: https://www.hdfcbank.com/ **Browser / Version**: Firefox 57.0 Beta5 **Operating System**: Android Jelly Bean 4.2.2 **Tested Another Browser**: Yes **Problem type**: Desktop site instead of mobile site **Description**: The tablet browser shows desktop site instead of mobile site without requesting desktop site **Steps to Reproduce**: Firefox beta -> site url [![Screenshot Description](https://webcompat.com/uploads/2017/10/fe8dde00-b077-4ca0-96e7-10cc45cc475a-thumb.jpeg)](https://webcompat.com/uploads/2017/10/fe8dde00-b077-4ca0-96e7-10cc45cc475a.jpeg) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
desktop site instead of mobile site url browser version firefox operating system android jelly bean tested another browser yes problem type desktop site instead of mobile site description the tablet browser shows desktop site instead of mobile site without requesting desktop site steps to reproduce firefox beta site url from with ❤️
1
87,599
3,756,115,706
IssuesEvent
2016-03-13 04:04:44
tuura/workcraft
https://api.github.com/repos/tuura/workcraft
opened
Testing for load and render of visual models
enhancement priority/low tag/ci
Each model plugin should have a representative set of models to read and visualise. The difficult part is to evaluate the correctness of loading and rendering. Option A: After loading, export the model into a PNG file and compare it against a golden one, e.g. using http://www.imagemagick.org/script/compare.php. As the rendering results may be slightly different for different platforms and versions of Java (to be checked), or the order of nodes/edges rendering, the comparison function may have some *similarity* threshold. Option B: Write out a reproducible structured textual representation of the model (e.g. in JSON format) that reflects the important characteristics of the graph (math and visual). Then compare the produced output against a golden one. This would test the correctness of loading, but not the rendering.
1.0
Testing for load and render of visual models - Each model plugin should have a representative set of models to read and visualise. The difficult part is to evaluate the correctness of loading and rendering. Option A: After loading, export the model into a PNG file and compare it against a golden one, e.g. using http://www.imagemagick.org/script/compare.php. As the rendering results may be slightly different for different platforms and versions of Java (to be checked), or the order of nodes/edges rendering, the comparison function may have some *similarity* threshold. Option B: Write out a reproducible structured textual representation of the model (e.g. in JSON format) that reflects the important characteristics of the graph (math and visual). Then compare the produced output against a golden one. This would test the correctness of loading, but not the rendering.
priority
testing for load and render of visual models each model plugin should have a representative set of models to read and visualise the difficult part is to evaluate the correctness of loading and rendering option a after loading export the model into a png file and compare it against a golden one e g using as the rendering results may be slightly different for different platforms and versions of java to be checked or the order of nodes edges rendering the comparison function may have some similarity threshold option b write out a reproducible structured textual representation of the model e g in json format that reflects the important characteristics of the graph math and visual then compare the produced output against a golden one this would test the correctness of loading but not the rendering
1
438,384
12,627,132,750
IssuesEvent
2020-06-14 19:56:21
Dapp3rCraft/jazz-bot
https://api.github.com/repos/Dapp3rCraft/jazz-bot
opened
UnhandledPromiseRejectionWarning: TypeError: evt.bind is not a function
priority: high type: bug/fix type: discussion
``` [2020-06-14 13:52:02] [LOG]: Loading 2 events (node:2592) UnhandledPromiseRejectionWarning: TypeError: evt.bind is not a function at C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:106:46 at Array.forEach (<anonymous>) at Object.<anonymous> (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:103:28) at step (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:32:23) at Object.next (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:13:53) at fulfilled (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:4:58) (node:2592) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see http a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.orga/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) non-zero exit code. (node:2592) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a a non-zero exit code. ``` [`./src/modules/Loader.js:40`](https://github.com/Dapp3rCraft/jazz-bot/blob/feature/typescript/src/modules/Loader.js#L40) shows that `bind()` is not a function. This works fine with [`master`](https://github.com/Dapp3rCraft/jazz-bot/blob/master/src/modules/Loader.js).
1.0
UnhandledPromiseRejectionWarning: TypeError: evt.bind is not a function - ``` [2020-06-14 13:52:02] [LOG]: Loading 2 events (node:2592) UnhandledPromiseRejectionWarning: TypeError: evt.bind is not a function at C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:106:46 at Array.forEach (<anonymous>) at Object.<anonymous> (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:103:28) at step (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:32:23) at Object.next (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:13:53) at fulfilled (C:\Users\ryan\Documents\GitHub\jazz-bot\dist\modules\Loader.js:4:58) (node:2592) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see http a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.orga/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) non-zero exit code. (node:2592) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a a non-zero exit code. ``` [`./src/modules/Loader.js:40`](https://github.com/Dapp3rCraft/jazz-bot/blob/feature/typescript/src/modules/Loader.js#L40) shows that `bind()` is not a function. This works fine with [`master`](https://github.com/Dapp3rCraft/jazz-bot/blob/master/src/modules/Loader.js).
priority
unhandledpromiserejectionwarning typeerror evt bind is not a function loading events node unhandledpromiserejectionwarning typeerror evt bind is not a function at c users ryan documents github jazz bot dist modules loader js at array foreach at object c users ryan documents github jazz bot dist modules loader js at step c users ryan documents github jazz bot dist modules loader js at object next c users ryan documents github jazz bot dist modules loader js at fulfilled c users ryan documents github jazz bot dist modules loader js node unhandledpromiserejectionwarning unhandled promise rejection this error originated either by throwing inside of an async function without a catch block or by rejecting a promise which was not handled with catch to terminate the node process on unhandled promise rejection use the cli flag unhandled rejections strict see http a promise which was not handled with catch to terminate the node process on unhandled promise rejection use the cli flag unhandled rejections strict see rejection id non zero exit code node deprecationwarning unhandled promise rejections are deprecated in the future promise rejections that are not handled will terminate the node js process with a a non zero exit code shows that bind is not a function this works fine with
1
151,151
13,391,906,604
IssuesEvent
2020-09-02 23:49:08
fga-eps-mds/2020.1-Grupo2-wiki
https://api.github.com/repos/fga-eps-mds/2020.1-Grupo2-wiki
closed
Vision Document
documentation mds
#Description This issue requires the construction of a Vision Document as [this](https://github.com/fga-eps-mds/2018.1-Lacos-da-Alegria/blob/develop/docs/vision_document.md) or [this](https://github.com/fga-eps-mds/2019.2-DashboardAgil-Wiki/blob/master/docs/produto/doc_visao.md) #Objectives - [ ] VIsion Document
1.0
Vision Document - #Description This issue requires the construction of a Vision Document as [this](https://github.com/fga-eps-mds/2018.1-Lacos-da-Alegria/blob/develop/docs/vision_document.md) or [this](https://github.com/fga-eps-mds/2019.2-DashboardAgil-Wiki/blob/master/docs/produto/doc_visao.md) #Objectives - [ ] VIsion Document
non_priority
vision document description this issue requires the construction of a vision document as or objectives vision document
0
96,837
20,113,966,031
IssuesEvent
2022-02-07 17:32:07
VirtusLab/git-machete
https://api.github.com/repos/VirtusLab/git-machete
opened
`ci/nixpkgs-build/local-run.sh` should use `export_directory_hash`
code quality minor ci
...rather then compute the hash explicitly
1.0
`ci/nixpkgs-build/local-run.sh` should use `export_directory_hash` - ...rather then compute the hash explicitly
non_priority
ci nixpkgs build local run sh should use export directory hash rather then compute the hash explicitly
0
144,951
5,555,659,322
IssuesEvent
2017-03-24 06:05:21
NPException/Dimensional-Pockets
https://api.github.com/repos/NPException/Dimensional-Pockets
opened
Potentiall issue in 1.0.2
bug Priority: HIGH
Sable_1977 on Curse wrote: > Can not enter a pocket within a pocket with this update. :( And where did the cool animated walls go? This is one of my all time favorite mods.
1.0
Potentiall issue in 1.0.2 - Sable_1977 on Curse wrote: > Can not enter a pocket within a pocket with this update. :( And where did the cool animated walls go? This is one of my all time favorite mods.
priority
potentiall issue in sable on curse wrote can not enter a pocket within a pocket with this update and where did the cool animated walls go this is one of my all time favorite mods
1
40,023
10,435,551,843
IssuesEvent
2019-09-17 17:32:43
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
After adding shared_preferences: ^0.5.3+4 Failed to build iOS app
a: build p: first party p: shared_preferences plugin severe: crash ⌺‬ platform-ios
@mehmetf @zoechi @kangwang1988 @mklim ## Steps to Reproduce 1. Create new Flutter app 2. Add shared_preferences: ^0.5.3+4 in pubspec.yaml file and run flutter pub get command 3. Than run flutter run command ## After flutter run output is Launching lib/main.dart on iPhone 8 Plus in debug mode... Running Xcode build... ├─Assembling Flutter resources... 9.4s └─Compiling, linking and signing... 5.0s Xcode build done. 16.9s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ mkdir -p /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/ios/Pods/../.symlinks/flutter/ios/Flutter.framework" "/Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks" building file list ... done Flutter.framework/ Flutter.framework/Flutter Flutter.framework/Info.plist Flutter.framework/icudtl.dat Flutter.framework/_CodeSignature/ Flutter.framework/_CodeSignature/CodeResources sent 94440063 bytes received 120 bytes 188880366.00 bytes/sec total size is 94428117 speedup is 1.00 Stripped /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework/Flutter of architectures: armv7 arm64 Code Signing /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework with Identity - /usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework' /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh: eval: line 131: unexpected EOF while looking for matching `'' Command PhaseScriptExecution failed with a nonzero exit code note: Using new build systemnote: Planning buildnote: Constructing build description Could not build the application for the simulator. Error launching application on iPhone 8 Plus. ## Flutter doctor is [✓] Flutter (Channel unknown, v1.9.1+hotfix.2, on Mac OS X 10.14.6 18G84, locale en-IN) • Flutter version 1.9.1+hotfix.2 at /Users/ivorywebdesign/FlutterSdk/flutter • Framework revision 2d2a1ffec9 (10 days ago), 2019-09-06 18:39:49 -0700 • Engine revision b863200c37 • Dart version 2.5.0 [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/setup/#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, set ANDROID_HOME to that location. You may also want to add it to your PATH environment variable. [✓] Xcode - develop for iOS and macOS (Xcode 10.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.2.1, Build version 10E1001 • CocoaPods version 1.7.5 [!] Android Studio (not installed) • Android Studio not found; download from https://developer.android.com/studio/index.html (or visit https://flutter.dev/setup/#android-setup for detailed instructions). [✓] VS Code (version 1.38.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.4.1 [✓] Connected device (1 available) • iPhone 8 Plus • BF7B0797-9EA9-4E9D-B4E0-1F6A6B598C47 • ios • com.apple.CoreSimulator.SimRuntime.iOS-12-2 (simulator) ! Doctor found issues in 2 categories. ## flutter run -verbose last error is sent 94440063 bytes received 120 bytes 62960122.00 bytes/sec total size is 94428117 speedup is 1.00 Stripped /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework/F lutter of architectures: armv7 arm64 Code Signing /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework with Identity - /usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework' /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh: eval: line 131: unexpected EOF while looking for matching `'' Command PhaseScriptExecution failed with a nonzero exit code [ +87 ms] Could not build the application for the simulator. [ +1 ms] Error launching application on iPhone 8 Plus. [ +5 ms] "flutter run" took 32,125ms. #0 throwToolExit (package:flutter_tools/src/base/common.dart:28:3) #1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:477:7) <asynchronous suspension> #2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:490:18) <asynchronous suspension> #3 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:407:33) <asynchronous suspension> #4 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:29) <asynchronous suspension> #5 _rootRun (dart:async/zone.dart:1124:13) #6 _CustomZone.run (dart:async/zone.dart:1021:19) #7 _runZoned (dart:async/zone.dart:1516:10) #8 runZoned (dart:async/zone.dart:1463:12) #9 AppContext.run (package:flutter_tools/src/base/context.dart:153:18) <asynchronous suspension> #10 FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:397:20) #11 CommandRunner.runCommand (package:args/command_runner.dart:197:27) <asynchronous suspension> #12 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:402:21) <asynchronous suspension> #13 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:29) <asynchronous suspension> #14 _rootRun (dart:async/zone.dart:1124:13) #15 _CustomZone.run (dart:async/zone.dart:1021:19) #16 _runZoned (dart:async/zone.dart:1516:10) #17 runZoned (dart:async/zone.dart:1463:12) #18 AppContext.run (package:flutter_tools/src/base/context.dart:153:18) <asynchronous suspension> #19 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:356:19) <asynchronous suspension> #20 CommandRunner.run.<anonymous closure> (package:args/command_runner.dart:112:25) #21 new Future.sync (dart:async/future.dart:224:31) #22 CommandRunner.run (package:args/command_runner.dart:112:14) #23 FlutterCommandRunner.run (package:flutter_tools/src/runner/flutter_command_runner.dart:242:18) #24 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:63:22) <asynchronous suspension> #25 _rootRun (dart:async/zone.dart:1124:13) #26 _CustomZone.run (dart:async/zone.dart:1021:19) #27 _runZoned (dart:async/zone.dart:1516:10) #28 runZoned (dart:async/zone.dart:1500:12) #29 run.<anonymous closure> (package:flutter_tools/runner.dart:61:18) <asynchronous suspension> #30 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:29) <asynchronous suspension> #31 _rootRun (dart:async/zone.dart:1124:13) #32 _CustomZone.run (dart:async/zone.dart:1021:19) #33 _runZoned (dart:async/zone.dart:1516:10) #34 runZoned (dart:async/zone.dart:1463:12) #35 AppContext.run (package:flutter_tools/src/base/context.dart:153:18) <asynchronous suspension> #36 runInContext (package:flutter_tools/src/context_runner.dart:58:24) <asynchronous suspension> #37 run (package:flutter_tools/runner.dart:50:10) #38 main (package:flutter_tools/executable.dart:65:9) <asynchronous suspension> #39 main (file:///Users/ivorywebdesign/FlutterSdk/flutter/packages/flutter_tools/bin/flutter_tools.dart:8:3) #40 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:303:32) #41 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:172:12)
1.0
After adding shared_preferences: ^0.5.3+4 Failed to build iOS app - @mehmetf @zoechi @kangwang1988 @mklim ## Steps to Reproduce 1. Create new Flutter app 2. Add shared_preferences: ^0.5.3+4 in pubspec.yaml file and run flutter pub get command 3. Than run flutter run command ## After flutter run output is Launching lib/main.dart on iPhone 8 Plus in debug mode... Running Xcode build... ├─Assembling Flutter resources... 9.4s └─Compiling, linking and signing... 5.0s Xcode build done. 16.9s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ mkdir -p /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/ios/Pods/../.symlinks/flutter/ios/Flutter.framework" "/Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks" building file list ... done Flutter.framework/ Flutter.framework/Flutter Flutter.framework/Info.plist Flutter.framework/icudtl.dat Flutter.framework/_CodeSignature/ Flutter.framework/_CodeSignature/CodeResources sent 94440063 bytes received 120 bytes 188880366.00 bytes/sec total size is 94428117 speedup is 1.00 Stripped /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework/Flutter of architectures: armv7 arm64 Code Signing /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework with Identity - /usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework' /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh: eval: line 131: unexpected EOF while looking for matching `'' Command PhaseScriptExecution failed with a nonzero exit code note: Using new build systemnote: Planning buildnote: Constructing build description Could not build the application for the simulator. Error launching application on iPhone 8 Plus. ## Flutter doctor is [✓] Flutter (Channel unknown, v1.9.1+hotfix.2, on Mac OS X 10.14.6 18G84, locale en-IN) • Flutter version 1.9.1+hotfix.2 at /Users/ivorywebdesign/FlutterSdk/flutter • Framework revision 2d2a1ffec9 (10 days ago), 2019-09-06 18:39:49 -0700 • Engine revision b863200c37 • Dart version 2.5.0 [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/setup/#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, set ANDROID_HOME to that location. You may also want to add it to your PATH environment variable. [✓] Xcode - develop for iOS and macOS (Xcode 10.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.2.1, Build version 10E1001 • CocoaPods version 1.7.5 [!] Android Studio (not installed) • Android Studio not found; download from https://developer.android.com/studio/index.html (or visit https://flutter.dev/setup/#android-setup for detailed instructions). [✓] VS Code (version 1.38.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.4.1 [✓] Connected device (1 available) • iPhone 8 Plus • BF7B0797-9EA9-4E9D-B4E0-1F6A6B598C47 • ios • com.apple.CoreSimulator.SimRuntime.iOS-12-2 (simulator) ! Doctor found issues in 2 categories. ## flutter run -verbose last error is sent 94440063 bytes received 120 bytes 62960122.00 bytes/sec total size is 94428117 speedup is 1.00 Stripped /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework/F lutter of architectures: armv7 arm64 Code Signing /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework with Identity - /usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework' /Users/ivorywebdesign/Documents/Kartik/VikramGandhi'sProject/gonal/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh: eval: line 131: unexpected EOF while looking for matching `'' Command PhaseScriptExecution failed with a nonzero exit code [ +87 ms] Could not build the application for the simulator. [ +1 ms] Error launching application on iPhone 8 Plus. [ +5 ms] "flutter run" took 32,125ms. #0 throwToolExit (package:flutter_tools/src/base/common.dart:28:3) #1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:477:7) <asynchronous suspension> #2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:490:18) <asynchronous suspension> #3 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:407:33) <asynchronous suspension> #4 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:29) <asynchronous suspension> #5 _rootRun (dart:async/zone.dart:1124:13) #6 _CustomZone.run (dart:async/zone.dart:1021:19) #7 _runZoned (dart:async/zone.dart:1516:10) #8 runZoned (dart:async/zone.dart:1463:12) #9 AppContext.run (package:flutter_tools/src/base/context.dart:153:18) <asynchronous suspension> #10 FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:397:20) #11 CommandRunner.runCommand (package:args/command_runner.dart:197:27) <asynchronous suspension> #12 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:402:21) <asynchronous suspension> #13 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:29) <asynchronous suspension> #14 _rootRun (dart:async/zone.dart:1124:13) #15 _CustomZone.run (dart:async/zone.dart:1021:19) #16 _runZoned (dart:async/zone.dart:1516:10) #17 runZoned (dart:async/zone.dart:1463:12) #18 AppContext.run (package:flutter_tools/src/base/context.dart:153:18) <asynchronous suspension> #19 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:356:19) <asynchronous suspension> #20 CommandRunner.run.<anonymous closure> (package:args/command_runner.dart:112:25) #21 new Future.sync (dart:async/future.dart:224:31) #22 CommandRunner.run (package:args/command_runner.dart:112:14) #23 FlutterCommandRunner.run (package:flutter_tools/src/runner/flutter_command_runner.dart:242:18) #24 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:63:22) <asynchronous suspension> #25 _rootRun (dart:async/zone.dart:1124:13) #26 _CustomZone.run (dart:async/zone.dart:1021:19) #27 _runZoned (dart:async/zone.dart:1516:10) #28 runZoned (dart:async/zone.dart:1500:12) #29 run.<anonymous closure> (package:flutter_tools/runner.dart:61:18) <asynchronous suspension> #30 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:29) <asynchronous suspension> #31 _rootRun (dart:async/zone.dart:1124:13) #32 _CustomZone.run (dart:async/zone.dart:1021:19) #33 _runZoned (dart:async/zone.dart:1516:10) #34 runZoned (dart:async/zone.dart:1463:12) #35 AppContext.run (package:flutter_tools/src/base/context.dart:153:18) <asynchronous suspension> #36 runInContext (package:flutter_tools/src/context_runner.dart:58:24) <asynchronous suspension> #37 run (package:flutter_tools/runner.dart:50:10) #38 main (package:flutter_tools/executable.dart:65:9) <asynchronous suspension> #39 main (file:///Users/ivorywebdesign/FlutterSdk/flutter/packages/flutter_tools/bin/flutter_tools.dart:8:3) #40 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:303:32) #41 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:172:12)
non_priority
after adding shared preferences failed to build ios app mehmetf zoechi mklim steps to reproduce create new flutter app add shared preferences in pubspec yaml file and run flutter pub get command than run flutter run command after flutter run output is launching lib main dart on iphone plus in debug mode running xcode build ├─assembling flutter resources └─compiling linking and signing xcode build done failed to build ios app error output from xcode build ↳ build failed xcode s output ↳ mkdir p users ivorywebdesign documents kartik vikramgandhi sproject gonal build ios debug iphonesimulator runner app frameworks rsync delete av filter p filter cvs filter svn filter git filter hg filter headers filter privateheaders filter modules users ivorywebdesign documents kartik vikramgandhi sproject gonal ios pods symlinks flutter ios flutter framework users ivorywebdesign documents kartik vikramgandhi sproject gonal build ios debug iphonesimulator runner app frameworks building file list done flutter framework flutter framework flutter flutter framework info plist flutter framework icudtl dat flutter framework codesignature flutter framework codesignature coderesources sent bytes received bytes bytes sec total size is speedup is stripped users ivorywebdesign documents kartik vikramgandhi sproject gonal build ios debug iphonesimulator runner app frameworks flutter framework flutter of architectures code signing users ivorywebdesign documents kartik vikramgandhi sproject gonal build ios debug iphonesimulator runner app frameworks flutter framework with identity usr bin codesign force sign preserve metadata identifier entitlements users ivorywebdesign documents kartik vikramgandhi sproject gonal build ios debug iphonesimulator runner app frameworks flutter framework users ivorywebdesign documents kartik vikramgandhi sproject gonal ios pods target support files pods runner pods runner frameworks sh eval line unexpected eof while looking for matching command phasescriptexecution failed with a nonzero exit code note using new build systemnote planning buildnote constructing build description could not build the application for the simulator error launching application on iphone plus flutter doctor is flutter channel unknown hotfix on mac os x locale en in • flutter version hotfix at users ivorywebdesign fluttersdk flutter • framework revision days ago • engine revision • dart version android toolchain develop for android devices ✗ unable to locate android sdk install android studio from on first launch it will assist you in installing the android sdk components or visit for detailed instructions if the android sdk has been installed to a custom location set android home to that location you may also want to add it to your path environment variable xcode develop for ios and macos xcode • xcode at applications xcode app contents developer • xcode build version • cocoapods version android studio not installed • android studio not found download from or visit for detailed instructions vs code version • vs code at applications visual studio code app contents • flutter extension version connected device available • iphone plus • • ios • com apple coresimulator simruntime ios simulator doctor found issues in categories flutter run verbose last error is sent bytes received bytes bytes sec total size is speedup is stripped users ivorywebdesign documents kartik vikramgandhi sproject gonal build ios debug iphonesimulator runner app frameworks flutter framework f lutter of architectures code signing users ivorywebdesign documents kartik vikramgandhi sproject gonal build ios debug iphonesimulator runner app frameworks flutter framework with identity usr bin codesign force sign preserve metadata identifier entitlements users ivorywebdesign documents kartik vikramgandhi sproject gonal build ios debug iphonesimulator runner app frameworks flutter framework users ivorywebdesign documents kartik vikramgandhi sproject gonal ios pods target support files pods runner pods runner frameworks sh eval line unexpected eof while looking for matching command phasescriptexecution failed with a nonzero exit code could not build the application for the simulator error launching application on iphone plus flutter run took throwtoolexit package flutter tools src base common dart runcommand runcommand package flutter tools src commands run dart fluttercommand verifythenruncommand package flutter tools src runner flutter command dart fluttercommand run package flutter tools src runner flutter command dart appcontext run package flutter tools src base context dart rootrun dart async zone dart customzone run dart async zone dart runzoned dart async zone dart runzoned dart async zone dart appcontext run package flutter tools src base context dart fluttercommand run package flutter tools src runner flutter command dart commandrunner runcommand package args command runner dart fluttercommandrunner runcommand package flutter tools src runner flutter command runner dart appcontext run package flutter tools src base context dart rootrun dart async zone dart customzone run dart async zone dart runzoned dart async zone dart runzoned dart async zone dart appcontext run package flutter tools src base context dart fluttercommandrunner runcommand package flutter tools src runner flutter command runner dart commandrunner run package args command runner dart new future sync dart async future dart commandrunner run package args command runner dart fluttercommandrunner run package flutter tools src runner flutter command runner dart run package flutter tools runner dart rootrun dart async zone dart customzone run dart async zone dart runzoned dart async zone dart runzoned dart async zone dart run package flutter tools runner dart appcontext run package flutter tools src base context dart rootrun dart async zone dart customzone run dart async zone dart runzoned dart async zone dart runzoned dart async zone dart appcontext run package flutter tools src base context dart runincontext package flutter tools src context runner dart run package flutter tools runner dart main package flutter tools executable dart main file users ivorywebdesign fluttersdk flutter packages flutter tools bin flutter tools dart startisolate dart isolate patch isolate patch dart rawreceiveportimpl handlemessage dart isolate patch isolate patch dart
0
241,658
7,818,922,835
IssuesEvent
2018-06-13 13:44:37
SparkDevNetwork/Rock
https://api.github.com/repos/SparkDevNetwork/Rock
closed
v5.1 Match Transactions exceptions thrown
Priority: High Status: Confirmed Type: Bug
We upgraded from v4.6 to v5.1 on Monday. This morning (Tuesday) our accounting team did the following: - Created a new batch, scanned checks into it, matched the transactions and closed the batch - Created a second batch, scanned cash envelopes into it and matched the transactions - Scanned checks into the second batch When they then clicked the "Match Transactions" button, the following exception was thrown: > Message > Collection was modified; enumeration operation may not execute. > Stack Trace > at System.Collections.Generic.List`1.Enumerator.MoveNextRare() > at RockWeb.Blocks.Finance.TransactionMatching.btnNext_Click(Object sender, EventArgs e) > at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) > at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Further attempts to match transactions on the batch resulted in the following exception: > Message > Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request. > Stack Trace > at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) > at System.Web.UI.Control.AddedControl(Control control, Int32 index) > at Rock.Web.UI.Controls.GridFilter.CreateChildControls() > at System.Web.UI.Control.EnsureChildControls() > at System.Web.UI.Control.FindControl(String id, Int32 pathOffset) > at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) > at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) I was not able to get to a computer for about 20 minutes. Once I did, I logged on as our Rock Administrator (Person.Id=1), found the batch and clicked "Match Transactions". It took me to the appropriate screen, so I had our staff try again. This time it worked for them. They have had no further issues, so unfortunately I can't suggest what might have caused the error. Thought it was worth mentioning though. I'll report back in again next week if it happens again.
1.0
v5.1 Match Transactions exceptions thrown - We upgraded from v4.6 to v5.1 on Monday. This morning (Tuesday) our accounting team did the following: - Created a new batch, scanned checks into it, matched the transactions and closed the batch - Created a second batch, scanned cash envelopes into it and matched the transactions - Scanned checks into the second batch When they then clicked the "Match Transactions" button, the following exception was thrown: > Message > Collection was modified; enumeration operation may not execute. > Stack Trace > at System.Collections.Generic.List`1.Enumerator.MoveNextRare() > at RockWeb.Blocks.Finance.TransactionMatching.btnNext_Click(Object sender, EventArgs e) > at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) > at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Further attempts to match transactions on the batch resulted in the following exception: > Message > Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request. > Stack Trace > at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) > at System.Web.UI.Control.AddedControl(Control control, Int32 index) > at Rock.Web.UI.Controls.GridFilter.CreateChildControls() > at System.Web.UI.Control.EnsureChildControls() > at System.Web.UI.Control.FindControl(String id, Int32 pathOffset) > at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) > at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) I was not able to get to a computer for about 20 minutes. Once I did, I logged on as our Rock Administrator (Person.Id=1), found the batch and clicked "Match Transactions". It took me to the appropriate screen, so I had our staff try again. This time it worked for them. They have had no further issues, so unfortunately I can't suggest what might have caused the error. Thought it was worth mentioning though. I'll report back in again next week if it happens again.
priority
match transactions exceptions thrown we upgraded from to on monday this morning tuesday our accounting team did the following created a new batch scanned checks into it matched the transactions and closed the batch created a second batch scanned cash envelopes into it and matched the transactions scanned checks into the second batch when they then clicked the match transactions button the following exception was thrown message collection was modified enumeration operation may not execute stack trace at system collections generic list enumerator movenextrare at rockweb blocks finance transactionmatching btnnext click object sender eventargs e at system web ui webcontrols linkbutton raisepostbackevent string eventargument at system web ui page processrequestmain boolean includestagesbeforeasyncpoint boolean includestagesafterasyncpoint further attempts to match transactions on the batch resulted in the following exception message failed to load viewstate the control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request for example when adding controls dynamically the controls added during a post back must match the type and position of the controls added during the initial request stack trace at system web ui control loadviewstaterecursive object savedstate at system web ui control addedcontrol control control index at rock web ui controls gridfilter createchildcontrols at system web ui control ensurechildcontrols at system web ui control findcontrol string id pathoffset at system web ui page processpostdata namevaluecollection postdata boolean fbeforeload at system web ui page processrequestmain boolean includestagesbeforeasyncpoint boolean includestagesafterasyncpoint i was not able to get to a computer for about minutes once i did i logged on as our rock administrator person id found the batch and clicked match transactions it took me to the appropriate screen so i had our staff try again this time it worked for them they have had no further issues so unfortunately i can t suggest what might have caused the error thought it was worth mentioning though i ll report back in again next week if it happens again
1
748,974
26,146,144,112
IssuesEvent
2022-12-30 05:20:14
hengband/hengband
https://api.github.com/repos/hengband/hengband
opened
ゾートの像を博物館に寄贈するとクラッシュする
bug Priority:MIDDLE
想定の範囲内だったがやはりアウトだった 根本的解決のためには、周辺コードを全てstringにして配列外アクセスを設計的に起きないようにするしかない
1.0
ゾートの像を博物館に寄贈するとクラッシュする - 想定の範囲内だったがやはりアウトだった 根本的解決のためには、周辺コードを全てstringにして配列外アクセスを設計的に起きないようにするしかない
priority
ゾートの像を博物館に寄贈するとクラッシュする 想定の範囲内だったがやはりアウトだった 根本的解決のためには、周辺コードを全てstringにして配列外アクセスを設計的に起きないようにするしかない
1
419,479
12,224,015,842
IssuesEvent
2020-05-02 20:20:13
hochreutenerl/camp-dictionary
https://api.github.com/repos/hochreutenerl/camp-dictionary
opened
Ideen Struktur
enhancement feedback medium priority medium task
Die Hauptkategorien sind relativ breit. Man könnte die Begriffe aber noch taggen und dort feingranularer arbeiten: z. B. Kartenkunde, Bäume, Getreide, Holzbearbeitung, Metallbearbeitung, Krankheitssymptome, Krankheiten, Mannschaftssportarten, …
1.0
Ideen Struktur - Die Hauptkategorien sind relativ breit. Man könnte die Begriffe aber noch taggen und dort feingranularer arbeiten: z. B. Kartenkunde, Bäume, Getreide, Holzbearbeitung, Metallbearbeitung, Krankheitssymptome, Krankheiten, Mannschaftssportarten, …
priority
ideen struktur die hauptkategorien sind relativ breit man könnte die begriffe aber noch taggen und dort feingranularer arbeiten z b kartenkunde bäume getreide holzbearbeitung metallbearbeitung krankheitssymptome krankheiten mannschaftssportarten …
1
163,443
13,918,359,606
IssuesEvent
2020-10-21 07:34:58
lingui/js-lingui
https://api.github.com/repos/lingui/js-lingui
closed
Review create-react-app setup guide
hacktoberfest help wanted triage: accepted 🌱 create-react-app 📖 documentation
Edit by @tricoder42: Installation instructions for create-react-app projects are obsolete. They need to be updated to reflect latest changes in Lingui v3 and create-react-app. - [ ] Setup LinguiJS in fresh create-react-app - [ ] Update https://github.com/lingui/js-lingui/blob/next/docs/tutorials/setup-cra.rst --- Original post by @ahmedosama5200: In the official docs [here](https://lingui.js.org/tutorials/setup-cra.html#install), It referes to create-react-app version 2 and that we need to install `@babel/core` and `babel-core@bridge`. Do we still need to install them with version 3.4
1.0
Review create-react-app setup guide - Edit by @tricoder42: Installation instructions for create-react-app projects are obsolete. They need to be updated to reflect latest changes in Lingui v3 and create-react-app. - [ ] Setup LinguiJS in fresh create-react-app - [ ] Update https://github.com/lingui/js-lingui/blob/next/docs/tutorials/setup-cra.rst --- Original post by @ahmedosama5200: In the official docs [here](https://lingui.js.org/tutorials/setup-cra.html#install), It referes to create-react-app version 2 and that we need to install `@babel/core` and `babel-core@bridge`. Do we still need to install them with version 3.4
non_priority
review create react app setup guide edit by installation instructions for create react app projects are obsolete they need to be updated to reflect latest changes in lingui and create react app setup linguijs in fresh create react app update original post by in the official docs it referes to create react app version and that we need to install babel core and babel core bridge do we still need to install them with version
0
159,764
25,041,806,882
IssuesEvent
2022-11-04 21:46:02
microsoft/pyright
https://api.github.com/repos/microsoft/pyright
closed
Narrow nested union fields in match statement
enhancement request as designed
**Is your feature request related to a problem? Please describe.** Pyright does not narrow when matching nested union fields. **Describe the solution you'd like** I'd like `never` in the third match arm in the example below to be inferred as `Never` rather than `Foo | Bar`. **Additional context** ```python from dataclasses import dataclass from typing import reveal_type class Foo: pass class Bar: pass @dataclass class Baz: a: Foo | Bar match Baz(Foo()): case Baz(a=Foo() as foo): reveal_type(foo) # Type of "foo" is "Foo" case Baz(a=Bar() as bar): reveal_type(bar) # Type of "bar" is "Bar" case Baz(a=never): reveal_type(never) # Type of "never" is "Foo | Bar" ```
1.0
Narrow nested union fields in match statement - **Is your feature request related to a problem? Please describe.** Pyright does not narrow when matching nested union fields. **Describe the solution you'd like** I'd like `never` in the third match arm in the example below to be inferred as `Never` rather than `Foo | Bar`. **Additional context** ```python from dataclasses import dataclass from typing import reveal_type class Foo: pass class Bar: pass @dataclass class Baz: a: Foo | Bar match Baz(Foo()): case Baz(a=Foo() as foo): reveal_type(foo) # Type of "foo" is "Foo" case Baz(a=Bar() as bar): reveal_type(bar) # Type of "bar" is "Bar" case Baz(a=never): reveal_type(never) # Type of "never" is "Foo | Bar" ```
non_priority
narrow nested union fields in match statement is your feature request related to a problem please describe pyright does not narrow when matching nested union fields describe the solution you d like i d like never in the third match arm in the example below to be inferred as never rather than foo bar additional context python from dataclasses import dataclass from typing import reveal type class foo pass class bar pass dataclass class baz a foo bar match baz foo case baz a foo as foo reveal type foo type of foo is foo case baz a bar as bar reveal type bar type of bar is bar case baz a never reveal type never type of never is foo bar
0
96,411
16,129,633,838
IssuesEvent
2021-04-29 01:06:42
RG4421/ampere-centos-kernel
https://api.github.com/repos/RG4421/ampere-centos-kernel
opened
CVE-2019-15090 (Medium) detected in linux-yocto-devv5.3
security vulnerability
## CVE-2019-15090 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv5.3</b></p></summary> <p> <p>Linux Embedded Kernel - tracks the next mainline release</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-dev>https://git.yoctoproject.org/git/linux-yocto-dev</a></p> <p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>ampere-centos-kernel/drivers/scsi/qedi/qedi_dbg.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>ampere-centos-kernel/drivers/scsi/qedi/qedi_dbg.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>ampere-centos-kernel/drivers/scsi/qedi/qedi_dbg.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in drivers/scsi/qedi/qedi_dbg.c in the Linux kernel before 5.1.12. In the qedi_dbg_* family of functions, there is an out-of-bounds read. <p>Publish Date: 2019-08-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15090>CVE-2019-15090</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15090">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15090</a></p> <p>Release Date: 2019-08-16</p> <p>Fix Resolution: 5.1.12</p> </p> </details> <p></p>
True
CVE-2019-15090 (Medium) detected in linux-yocto-devv5.3 - ## CVE-2019-15090 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-devv5.3</b></p></summary> <p> <p>Linux Embedded Kernel - tracks the next mainline release</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto-dev>https://git.yoctoproject.org/git/linux-yocto-dev</a></p> <p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>ampere-centos-kernel/drivers/scsi/qedi/qedi_dbg.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>ampere-centos-kernel/drivers/scsi/qedi/qedi_dbg.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>ampere-centos-kernel/drivers/scsi/qedi/qedi_dbg.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in drivers/scsi/qedi/qedi_dbg.c in the Linux kernel before 5.1.12. In the qedi_dbg_* family of functions, there is an out-of-bounds read. <p>Publish Date: 2019-08-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15090>CVE-2019-15090</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15090">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15090</a></p> <p>Release Date: 2019-08-16</p> <p>Fix Resolution: 5.1.12</p> </p> </details> <p></p>
non_priority
cve medium detected in linux yocto cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel tracks the next mainline release library home page a href found in base branch amp centos kernel vulnerable source files ampere centos kernel drivers scsi qedi qedi dbg c ampere centos kernel drivers scsi qedi qedi dbg c ampere centos kernel drivers scsi qedi qedi dbg c vulnerability details an issue was discovered in drivers scsi qedi qedi dbg c in the linux kernel before in the qedi dbg family of functions there is an out of bounds read publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution
0
341,210
30,572,819,633
IssuesEvent
2023-07-21 00:51:00
warriordog/ActivityPubSharp
https://api.github.com/repos/warriordog/ActivityPubSharp
opened
Test DefaultValuesShould_BeStrippedFromOutput is failing
type:bug area:tests
It was always failing, but I made the test class `abstract` so it wasn't running. 🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️ Need to find out if the problem is the test, or the code.
1.0
Test DefaultValuesShould_BeStrippedFromOutput is failing - It was always failing, but I made the test class `abstract` so it wasn't running. 🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️ Need to find out if the problem is the test, or the code.
non_priority
test defaultvaluesshould bestrippedfromoutput is failing it was always failing but i made the test class abstract so it wasn t running 🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️🤦‍♀️ need to find out if the problem is the test or the code
0
335,312
10,151,812,950
IssuesEvent
2019-08-05 21:22:38
googleapis/gapic-generator
https://api.github.com/repos/googleapis/gapic-generator
closed
[Ruby] Generated code and doc classes for protos should honor ruby_package
:rotating_light: Lang: Ruby priority: p2 type: bug
If the Ruby namespace is set via `ruby_package`, gapic doesn't recognize it. In particular: * The gapic generated code tries to reference proto classes via the default namespace. For example, for pubsub v1, `ruby_package` is set to `Google::Cloud::PubSub::V1`, but gapic generated code still tries to reference `Google::Pubsub::V1::Topic` instead of `Google::Cloud::PubSub::V1::Topic`. * The namespace of the generated documentation classes do not reflect it. For example, for pubsub v1, `ruby_package` is set to `Google::Cloud::PubSub::V1` but the generated documentation classes still list the namespace as `Google::Pubsub::V1`.
1.0
[Ruby] Generated code and doc classes for protos should honor ruby_package - If the Ruby namespace is set via `ruby_package`, gapic doesn't recognize it. In particular: * The gapic generated code tries to reference proto classes via the default namespace. For example, for pubsub v1, `ruby_package` is set to `Google::Cloud::PubSub::V1`, but gapic generated code still tries to reference `Google::Pubsub::V1::Topic` instead of `Google::Cloud::PubSub::V1::Topic`. * The namespace of the generated documentation classes do not reflect it. For example, for pubsub v1, `ruby_package` is set to `Google::Cloud::PubSub::V1` but the generated documentation classes still list the namespace as `Google::Pubsub::V1`.
priority
generated code and doc classes for protos should honor ruby package if the ruby namespace is set via ruby package gapic doesn t recognize it in particular the gapic generated code tries to reference proto classes via the default namespace for example for pubsub ruby package is set to google cloud pubsub but gapic generated code still tries to reference google pubsub topic instead of google cloud pubsub topic the namespace of the generated documentation classes do not reflect it for example for pubsub ruby package is set to google cloud pubsub but the generated documentation classes still list the namespace as google pubsub
1
677,345
23,159,285,346
IssuesEvent
2022-07-29 15:54:02
Cotalker/documentation
https://api.github.com/repos/Cotalker/documentation
closed
Bug report: Inconsistency between channel and task detail information
Bug report Bug medium priority
### Affected system Cotalker Web Application ### Affected system (other) _No response_ ### Affected environment Production ### Affected environment (other) _No response_ ### App version 17.7.1 ### Details We have two tasks (Purchase Order and Asset Management) with a note on each one. Sometimes, if we click the task detail to access the note, we see the note of the other task. ![image](https://user-images.githubusercontent.com/34345309/151985362-799945e6-d7d6-40f9-bf4f-b3d6282d664f.png) ### Steps to reproduce Clicking between two tasks on the same SM with a note on each, we see this behavior of seeing the note of the other task. ### Expected result We should always see the correct note on the task detail information. ### Additional data _No response_
1.0
Bug report: Inconsistency between channel and task detail information - ### Affected system Cotalker Web Application ### Affected system (other) _No response_ ### Affected environment Production ### Affected environment (other) _No response_ ### App version 17.7.1 ### Details We have two tasks (Purchase Order and Asset Management) with a note on each one. Sometimes, if we click the task detail to access the note, we see the note of the other task. ![image](https://user-images.githubusercontent.com/34345309/151985362-799945e6-d7d6-40f9-bf4f-b3d6282d664f.png) ### Steps to reproduce Clicking between two tasks on the same SM with a note on each, we see this behavior of seeing the note of the other task. ### Expected result We should always see the correct note on the task detail information. ### Additional data _No response_
priority
bug report inconsistency between channel and task detail information affected system cotalker web application affected system other no response affected environment production affected environment other no response app version details we have two tasks purchase order and asset management with a note on each one sometimes if we click the task detail to access the note we see the note of the other task steps to reproduce clicking between two tasks on the same sm with a note on each we see this behavior of seeing the note of the other task expected result we should always see the correct note on the task detail information additional data no response
1
296,912
22,331,264,892
IssuesEvent
2022-06-14 14:41:42
MaloLM/pr74-scrum-app
https://api.github.com/repos/MaloLM/pr74-scrum-app
closed
Doc: Doucument de conception
documentation
- [ ] re adapter les diagrammes par rapport au code - [ ] tous mettre dans un beau document + commentaires
1.0
Doc: Doucument de conception - - [ ] re adapter les diagrammes par rapport au code - [ ] tous mettre dans un beau document + commentaires
non_priority
doc doucument de conception re adapter les diagrammes par rapport au code tous mettre dans un beau document commentaires
0
21,433
10,608,222,761
IssuesEvent
2019-10-11 06:56:33
fufunoyu/example-maven-travis
https://api.github.com/repos/fufunoyu/example-maven-travis
opened
CVE-2016-1000345 (Medium) detected in bcprov-ext-jdk15on-1.49.jar
security vulnerability
## CVE-2016-1000345 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-ext-jdk15on-1.49.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7. Note: this package includes the IDEA and NTRU encryption algorithms.</p> <p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p> <p>Path to dependency file: /tmp/ws-scm/example-maven-travis/pom.xml</p> <p>Path to vulnerable library: epository/org/bouncycastle/bcprov-ext-jdk15on/1.49/bcprov-ext-jdk15on-1.49.jar</p> <p> Dependency Hierarchy: - :x: **bcprov-ext-jdk15on-1.49.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fufunoyu/example-maven-travis/commit/48c9533d746c2e0017ea5f7739a8c4b5eadc874a">48c9533d746c2e0017ea5f7739a8c4b5eadc874a</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES/ECIES CBC mode vulnerable to padding oracle attack. For BC 1.55 and older, in an environment where timings can be easily observed, it is possible with enough observations to identify when the decryption is failing due to padding. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000345>CVE-2016-1000345</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000345">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000345</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution: bcprov-debug-jdk14 - 1.59;bcprov-debug-jdk15on - 1.56;bcprov-ext-debug-jdk15on - 1.56;bcprov-ext-jdk15on - 1.56;bcprov-jdk14 - 1.56;bcprov-jdk15on - 1.56</p> </p> </details> <p></p>
True
CVE-2016-1000345 (Medium) detected in bcprov-ext-jdk15on-1.49.jar - ## CVE-2016-1000345 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-ext-jdk15on-1.49.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7. Note: this package includes the IDEA and NTRU encryption algorithms.</p> <p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p> <p>Path to dependency file: /tmp/ws-scm/example-maven-travis/pom.xml</p> <p>Path to vulnerable library: epository/org/bouncycastle/bcprov-ext-jdk15on/1.49/bcprov-ext-jdk15on-1.49.jar</p> <p> Dependency Hierarchy: - :x: **bcprov-ext-jdk15on-1.49.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fufunoyu/example-maven-travis/commit/48c9533d746c2e0017ea5f7739a8c4b5eadc874a">48c9533d746c2e0017ea5f7739a8c4b5eadc874a</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES/ECIES CBC mode vulnerable to padding oracle attack. For BC 1.55 and older, in an environment where timings can be easily observed, it is possible with enough observations to identify when the decryption is failing due to padding. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000345>CVE-2016-1000345</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000345">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000345</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution: bcprov-debug-jdk14 - 1.59;bcprov-debug-jdk15on - 1.56;bcprov-ext-debug-jdk15on - 1.56;bcprov-ext-jdk15on - 1.56;bcprov-jdk14 - 1.56;bcprov-jdk15on - 1.56</p> </p> </details> <p></p>
non_priority
cve medium detected in bcprov ext jar cve medium severity vulnerability vulnerable library bcprov ext jar the bouncy castle crypto package is a java implementation of cryptographic algorithms this jar contains jce provider and lightweight api for the bouncy castle cryptography apis for jdk to jdk note this package includes the idea and ntru encryption algorithms library home page a href path to dependency file tmp ws scm example maven travis pom xml path to vulnerable library epository org bouncycastle bcprov ext bcprov ext jar dependency hierarchy x bcprov ext jar vulnerable library found in head commit a href vulnerability details in the bouncy castle jce provider version and earlier the dhies ecies cbc mode vulnerable to padding oracle attack for bc and older in an environment where timings can be easily observed it is possible with enough observations to identify when the decryption is failing due to padding publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution bcprov debug bcprov debug bcprov ext debug bcprov ext bcprov bcprov
0
94,126
10,791,339,127
IssuesEvent
2019-11-05 16:23:20
marvande/epfl-ada-2019-project-bubble582
https://api.github.com/repos/marvande/epfl-ada-2019-project-bubble582
closed
Read and take info from User's guide
documentation
Choose from the user's guide which datasets we want. Write a short readme describing each dataset (column names, content, etc).
1.0
Read and take info from User's guide - Choose from the user's guide which datasets we want. Write a short readme describing each dataset (column names, content, etc).
non_priority
read and take info from user s guide choose from the user s guide which datasets we want write a short readme describing each dataset column names content etc
0
325,802
9,935,913,680
IssuesEvent
2019-07-02 17:45:51
birkschmithuesen/SpeculativeAI_Interspace
https://api.github.com/repos/birkschmithuesen/SpeculativeAI_Interspace
opened
Fix FPS drop (probably caused by bad thread sync)
Priority 2
About every 60 frames there is fps drop down to 6fps or so. This doesnt happen, if only fft.py is executed. Also sometimes the loop in main py (line 208-220) is executed without havening a new fft. That's why I guess, that there is a lack in syncronising the threads properly.
1.0
Fix FPS drop (probably caused by bad thread sync) - About every 60 frames there is fps drop down to 6fps or so. This doesnt happen, if only fft.py is executed. Also sometimes the loop in main py (line 208-220) is executed without havening a new fft. That's why I guess, that there is a lack in syncronising the threads properly.
priority
fix fps drop probably caused by bad thread sync about every frames there is fps drop down to or so this doesnt happen if only fft py is executed also sometimes the loop in main py line is executed without havening a new fft that s why i guess that there is a lack in syncronising the threads properly
1
215,135
7,290,610,666
IssuesEvent
2018-02-24 03:47:42
ropensci/drake
https://api.github.com/repos/ropensci/drake
closed
Master aborts with staged parallelism and failing dependencies even if keep_going is TRUE
high priority
This isn't mentioned in the "Caution" vignette, looks like a bug to me. Workflow plan (from an earlier version with a different random seed) and reprex below: ![rplot](https://user-images.githubusercontent.com/1741643/36619370-e3359218-18ee-11e8-97b0-d192436318a3.png) ``` r library(drake) library(tidyverse) N <- 4 R <- 2 / N set.seed(5) make_job <- function(i, dep = NULL) { if (is.null(dep)) { deps_sym <- list() } else { deps_sym <- syms(paste0(dep, i)) } if (runif(1) < R) { expr(fail(!!! deps_sym)) } else { expr(succeed(!!! deps_sym)) } } fail <- function(...) { stop("oops") } succeed <- function(...) {} plan_a <- seq_len(N) %>% as_tibble() %>% transmute( target = paste0("a", value), call = map(value, make_job) ) %>% deframe() %>% drake_plan(list = .) plan_b <- seq_len(N) %>% as_tibble() %>% transmute( target = paste0("b", value), call = map(value, make_job, dep = "a") ) %>% deframe() %>% drake_plan(list = .) plan <- bind_rows(plan_a, plan_b) clean() #> cache /tmp/RtmpfQ4PI9/.drake make(plan, jobs = 2) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> Warning in mclapply(X = targets, FUN = drake_build_worker, meta_list = #> meta_list, : all scheduled cores encountered errors in user code #> check 4 items: b1, b2, b3, b4 #> load 4 items: a1, a2, a3, a4 #> Error: key 'a1' ('objects') not found clean() #> cache /tmp/RtmpfQ4PI9/.drake make(plan, keep_going = TRUE, jobs = 2) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> check 4 items: b1, b2, b3, b4 #> load 4 items: a1, a2, a3, a4 #> Error: key 'a1' ('objects') not found make(plan, keep_going = TRUE, jobs = 2) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> check 2 items: b2, b3 #> load 2 items: a2, a3 #> check 2 items: b1, b4 #> unload 2 items: a2, a3 #> load 2 items: a1, a4 #> Error: key 'a1' ('objects') not found make(plan, keep_going = TRUE, jobs = 2) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> check 2 items: b2, b3 #> check 2 items: b1, b4 #> load 2 items: a1, a4 #> Error: key 'a1' ('objects') not found make(plan, keep_going = TRUE) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> check 2 items: b2, b3 #> target a1 #> fail a1 #> target a4 #> fail a4 #> check 2 items: b1, b4 #> target b1 #> fail b1 #> target b4 ``` > Created on 2018-02-23 by the [reprex package](http://reprex.tidyverse.org) (v0.2.0).
1.0
Master aborts with staged parallelism and failing dependencies even if keep_going is TRUE - This isn't mentioned in the "Caution" vignette, looks like a bug to me. Workflow plan (from an earlier version with a different random seed) and reprex below: ![rplot](https://user-images.githubusercontent.com/1741643/36619370-e3359218-18ee-11e8-97b0-d192436318a3.png) ``` r library(drake) library(tidyverse) N <- 4 R <- 2 / N set.seed(5) make_job <- function(i, dep = NULL) { if (is.null(dep)) { deps_sym <- list() } else { deps_sym <- syms(paste0(dep, i)) } if (runif(1) < R) { expr(fail(!!! deps_sym)) } else { expr(succeed(!!! deps_sym)) } } fail <- function(...) { stop("oops") } succeed <- function(...) {} plan_a <- seq_len(N) %>% as_tibble() %>% transmute( target = paste0("a", value), call = map(value, make_job) ) %>% deframe() %>% drake_plan(list = .) plan_b <- seq_len(N) %>% as_tibble() %>% transmute( target = paste0("b", value), call = map(value, make_job, dep = "a") ) %>% deframe() %>% drake_plan(list = .) plan <- bind_rows(plan_a, plan_b) clean() #> cache /tmp/RtmpfQ4PI9/.drake make(plan, jobs = 2) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> Warning in mclapply(X = targets, FUN = drake_build_worker, meta_list = #> meta_list, : all scheduled cores encountered errors in user code #> check 4 items: b1, b2, b3, b4 #> load 4 items: a1, a2, a3, a4 #> Error: key 'a1' ('objects') not found clean() #> cache /tmp/RtmpfQ4PI9/.drake make(plan, keep_going = TRUE, jobs = 2) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> check 4 items: b1, b2, b3, b4 #> load 4 items: a1, a2, a3, a4 #> Error: key 'a1' ('objects') not found make(plan, keep_going = TRUE, jobs = 2) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> check 2 items: b2, b3 #> load 2 items: a2, a3 #> check 2 items: b1, b4 #> unload 2 items: a2, a3 #> load 2 items: a1, a4 #> Error: key 'a1' ('objects') not found make(plan, keep_going = TRUE, jobs = 2) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> check 2 items: b2, b3 #> check 2 items: b1, b4 #> load 2 items: a1, a4 #> Error: key 'a1' ('objects') not found make(plan, keep_going = TRUE) #> cache /tmp/RtmpfQ4PI9/.drake #> connect 8 imports: plan_a, plan_b, make_job, succeed, fail, N, plan, R #> connect 8 targets: a1, a2, a3, a4, b1, b2, b3, b4 #> check 2 items: stop, succeed #> check 1 item: fail #> check 4 items: a1, a2, a3, a4 #> check 2 items: b2, b3 #> target a1 #> fail a1 #> target a4 #> fail a4 #> check 2 items: b1, b4 #> target b1 #> fail b1 #> target b4 ``` > Created on 2018-02-23 by the [reprex package](http://reprex.tidyverse.org) (v0.2.0).
priority
master aborts with staged parallelism and failing dependencies even if keep going is true this isn t mentioned in the caution vignette looks like a bug to me workflow plan from an earlier version with a different random seed and reprex below r library drake library tidyverse n r n set seed make job function i dep null if is null dep deps sym list else deps sym syms dep i if runif r expr fail deps sym else expr succeed deps sym fail function stop oops succeed function plan a seq len n as tibble transmute target a value call map value make job deframe drake plan list plan b seq len n as tibble transmute target b value call map value make job dep a deframe drake plan list plan bind rows plan a plan b clean cache tmp drake make plan jobs cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items warning in mclapply x targets fun drake build worker meta list meta list all scheduled cores encountered errors in user code check items load items error key objects not found clean cache tmp drake make plan keep going true jobs cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items check items load items error key objects not found make plan keep going true jobs cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items check items load items check items unload items load items error key objects not found make plan keep going true jobs cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items check items check items load items error key objects not found make plan keep going true cache tmp drake connect imports plan a plan b make job succeed fail n plan r connect targets check items stop succeed check item fail check items check items target fail target fail check items target fail target created on by the
1
397,174
11,724,704,586
IssuesEvent
2020-03-10 11:29:37
stats4sd/stats4sd-site
https://api.github.com/repos/stats4sd/stats4sd-site
closed
Reviewer's status (authorised, not authorised etc) should appear in trip 'review' form
Priority: Medium Type:Enhancement
To let risk assessment team know the status of the decision-making.
1.0
Reviewer's status (authorised, not authorised etc) should appear in trip 'review' form - To let risk assessment team know the status of the decision-making.
priority
reviewer s status authorised not authorised etc should appear in trip review form to let risk assessment team know the status of the decision making
1