Re: [PR] Update site for new ASF logo [openwhisk-website]

2025-09-17 Thread via GitHub
rabbah merged PR #527: URL: https://github.com/apache/openwhisk-website/pull/527 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@open

Re: [I] ImportError: cannot import name 'Sequence' from 'collections' [openwhisk]

2025-09-15 Thread via GitHub
MrChenLearnSpace commented on issue #5523: URL: https://github.com/apache/openwhisk/issues/5523#issuecomment-3292393045 I have resolved this issue. Please try updating ansible to 2.9.6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[PR] Update site for new ASF logo [openwhisk-website]

2025-09-13 Thread via GitHub
dgrove-oss opened a new pull request, #527: URL: https://github.com/apache/openwhisk-website/pull/527 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [I] Produce multi-arch docker images [openwhisk]

2025-09-07 Thread via GitHub
a-azqueta commented on issue #5503: URL: https://github.com/apache/openwhisk/issues/5503#issuecomment-3258228412 Hi, I'm trying to build openwhisk from github repository to create arm64 images, as I can't find them on the docker hub repository. Here I'm adding the link to the invoker compon

Re: [I] Rebuilt Invoker Not Reflecting Changes in Logs [openwhisk]

2025-09-02 Thread via GitHub
LucasWang9909 commented on issue #5525: URL: https://github.com/apache/openwhisk/issues/5525#issuecomment-3243312860 Hi, it's been a while, so I don't recall the exact changes I made. However, I'm pretty sure this commit contains the necessary modifications that allowed it to run on Ubuntu

Re: [I] Rebuilt Invoker Not Reflecting Changes in Logs [openwhisk]

2025-09-01 Thread via GitHub
Hyzheng-WHU commented on issue #5525: URL: https://github.com/apache/openwhisk/issues/5525#issuecomment-3242300220 Hello, I attempted to deploy OpenWhisk on Ubuntu 22.04 but encountered some errors that prevented a successful deployment. The official code deployment was only successful on U

Re: [PR] Use separate dispatchers for MemoryQueue, QueueManager, and Akka heartbeat [openwhisk]

2025-08-29 Thread via GitHub
style95 commented on code in PR #5549: URL: https://github.com/apache/openwhisk/pull/5549#discussion_r2311635296 ## common/scala/src/main/resources/application.conf: ## @@ -41,6 +41,26 @@ akka.http { preview.enable-http2 = on parsing.illegal-header-warnings = o

[PR] Use separate dispatchers for MemoryQueue, QueueManager, and Akka heartbeat [openwhisk]

2025-08-29 Thread via GitHub
style95 opened a new pull request, #5549: URL: https://github.com/apache/openwhisk/pull/5549 This is to make the system more stable. There are generally many numbers of queues running in a scheduler. One queue will spawn multiple actors, and there will be a huge number of actors. Ther

Re: [PR] Fix packages-public view function [openwhisk]

2025-08-29 Thread via GitHub
style95 merged PR #5508: URL: https://github.com/apache/openwhisk/pull/5508 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@openwhisk

Re: [PR] Add test cases that guarantee the main execution flows of FPCScheduler. [openwhisk]

2025-08-29 Thread via GitHub
style95 merged PR #5308: URL: https://github.com/apache/openwhisk/pull/5308 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@openwhisk

Re: [PR] Add test cases that guarantee the main execution flows of FPCScheduler. [openwhisk]

2025-08-29 Thread via GitHub
style95 commented on PR #5308: URL: https://github.com/apache/openwhisk/pull/5308#issuecomment-3238487127 It has been open for a while. So I am merging it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[I] Run `standalone` under Docker network [openwhisk]

2025-08-27 Thread via GitHub
Pandede opened a new issue, #5548: URL: https://github.com/apache/openwhisk/issues/5548 I’m deploying with docker-compose.standalone.yml and it works perfectly in the basic setup: ```yaml services: standalone: image: openwhisk/standalone:nightly # command: --couchdb

[PR] Bump actions/checkout from 4 to 5 in the github_actions group [openwhisk]

2025-08-17 Thread via GitHub
dependabot[bot] opened a new pull request, #5547: URL: https://github.com/apache/openwhisk/pull/5547 Bumps the github_actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 Release notes Sourced from https

Re: [PR] add python 3.13 runtime [openwhisk-runtime-python]

2025-08-13 Thread via GitHub
Luke-Roy-IBM commented on PR #175: URL: https://github.com/apache/openwhisk-runtime-python/pull/175#issuecomment-3187137548 Looks like the openwhisk repo does not exist anymore on maven and thats why the tests are failing: https://repo.maven.apache.org/maven2/org/apache/openwhisk/openwhisk

[PR] Bump tmp and standard [openwhisk-client-js]

2025-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #277: URL: https://github.com/apache/openwhisk-client-js/pull/277 Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to

Re: [PR] add python 3.13 runtime [openwhisk-runtime-python]

2025-08-06 Thread via GitHub
dgrove-oss commented on PR #175: URL: https://github.com/apache/openwhisk-runtime-python/pull/175#issuecomment-3160209696 looks like the scheduled CI action hasn't run in 8 months, so we haven't been pushing the nightly images. Probably should deal with that first. -- This is an

Re: [PR] add python 3.13 runtime [openwhisk-runtime-python]

2025-08-04 Thread via GitHub
style95 commented on PR #175: URL: https://github.com/apache/openwhisk-runtime-python/pull/175#issuecomment-3153369164 Strangely, CI does not run for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Remove go 1.21 and replace it with go 1.24 [openwhisk-runtime-go]

2025-08-04 Thread via GitHub
Luke-Roy-IBM merged PR #207: URL: https://github.com/apache/openwhisk-runtime-go/pull/207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubsc

Re: [PR] add Node.js 24 runtime [openwhisk-runtime-nodejs]

2025-08-04 Thread via GitHub
Luke-Roy-IBM commented on code in PR #258: URL: https://github.com/apache/openwhisk-runtime-nodejs/pull/258#discussion_r2253151484 ## core/nodejs24Action/CHANGELOG.md: ## @@ -0,0 +1,24 @@ + + +# NodeJS 24 OpenWhisk Runtime Container + + +Node.js version = [20.17.0](https://node

Re: [PR] add Node.js 24 runtime [openwhisk-runtime-nodejs]

2025-08-04 Thread via GitHub
style95 commented on code in PR #258: URL: https://github.com/apache/openwhisk-runtime-nodejs/pull/258#discussion_r2252908971 ## core/nodejs24Action/CHANGELOG.md: ## @@ -0,0 +1,24 @@ + + +# NodeJS 24 OpenWhisk Runtime Container + + +Node.js version = [20.17.0](https://nodejs.or

Re: [PR] add Node.js 24 runtime [openwhisk-runtime-nodejs]

2025-08-04 Thread via GitHub
style95 commented on code in PR #258: URL: https://github.com/apache/openwhisk-runtime-nodejs/pull/258#discussion_r2252908149 ## README.md: ## @@ -28,6 +28,7 @@ The following Node.js runtime versions (with kind & image labels) are generated - Node.js 18 (`nodejs:18` & `open

[PR] add Node.js 24 runtime [openwhisk-runtime-nodejs]

2025-08-04 Thread via GitHub
Luke-Roy-IBM opened a new pull request, #258: URL: https://github.com/apache/openwhisk-runtime-nodejs/pull/258 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[PR] add python 3.13 runtime [openwhisk-runtime-python]

2025-08-04 Thread via GitHub
Luke-Roy-IBM opened a new pull request, #175: URL: https://github.com/apache/openwhisk-runtime-python/pull/175 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[PR] Remove go 1.21 and replace it with go 1.24 [openwhisk-runtime-go]

2025-08-04 Thread via GitHub
Luke-Roy-IBM opened a new pull request, #207: URL: https://github.com/apache/openwhisk-runtime-go/pull/207 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[I] ansible-playbook -i environments/$ENVIRONMENT openwhisk.yml fail [openwhisk]

2025-07-28 Thread via GitHub
WaiyiuTsang opened a new issue, #5546: URL: https://github.com/apache/openwhisk/issues/5546 Environment details: Ubuntu 20.04.6 LTS Steps to reproduce the issue: https://github.com/apache/openwhisk/blob/master/ansible/README.md Run the command "~/openwhisk/ansible# ansible-playbo

Re: [PR] Update alpakka-s3 to 1.1.2. [openwhisk]

2025-07-27 Thread via GitHub
codecov-commenter commented on PR #4746: URL: https://github.com/apache/openwhisk/pull/4746#issuecomment-3124438841 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4746?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Refactor the ActiveAck implemenation to simplify testing [openwhisk]

2025-07-25 Thread via GitHub
codecov-commenter commented on PR #4658: URL: https://github.com/apache/openwhisk/pull/4658#issuecomment-3120789564 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4658?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Define processes for enhancement proposals [openwhisk]

2025-07-25 Thread via GitHub
codecov-commenter commented on PR #4818: URL: https://github.com/apache/openwhisk/pull/4818#issuecomment-3119765577 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4818?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Remove path projections on web actions. [openwhisk]

2025-07-25 Thread via GitHub
codecov-commenter commented on PR #4415: URL: https://github.com/apache/openwhisk/pull/4415#issuecomment-3119540657 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4415?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] deprecate nodejs:8 kind [openwhisk]

2025-07-25 Thread via GitHub
codecov-commenter commented on PR #4827: URL: https://github.com/apache/openwhisk/pull/4827#issuecomment-3117921612 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4827?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Combines active ack and slot release when both are available. [openwhisk]

2025-07-24 Thread via GitHub
codecov-commenter commented on PR #4624: URL: https://github.com/apache/openwhisk/pull/4624#issuecomment-3116406361 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4624?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] asf.yaml take3: github topics must be lowercase [openwhisk]

2025-07-24 Thread via GitHub
codecov-commenter commented on PR #4612: URL: https://github.com/apache/openwhisk/pull/4612#issuecomment-3116269258 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4612?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Standalone God mode [openwhisk]

2025-07-24 Thread via GitHub
codecov-commenter commented on PR #4670: URL: https://github.com/apache/openwhisk/pull/4670#issuecomment-3115411629 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4670?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] [New Scheduler] Implement KeepAliveService [openwhisk]

2025-07-24 Thread via GitHub
codecov-commenter commented on PR #5067: URL: https://github.com/apache/openwhisk/pull/5067#issuecomment-3115397443 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/5067?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] [New Scheduler] Add container counter [openwhisk]

2025-07-24 Thread via GitHub
codecov-commenter commented on PR #5072: URL: https://github.com/apache/openwhisk/pull/5072#issuecomment-3115373320 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/5072?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] [DO NOT MERGE] Release 1.0.0 [openwhisk]

2025-07-24 Thread via GitHub
codecov-commenter commented on PR #4998: URL: https://github.com/apache/openwhisk/pull/4998#issuecomment-3114241354 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4998?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] A playground UI intended for the standalone controller [openwhisk]

2025-07-24 Thread via GitHub
codecov-commenter commented on PR #4686: URL: https://github.com/apache/openwhisk/pull/4686#issuecomment-3113805973 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4686?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Sort Splunk logs by timestamp [openwhisk]

2025-07-24 Thread via GitHub
codecov-commenter commented on PR #5057: URL: https://github.com/apache/openwhisk/pull/5057#issuecomment-3113199917 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/5057?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Add NoopActivationStore to simplify local performance testing [openwhisk]

2025-07-23 Thread via GitHub
codecov-commenter commented on PR #4678: URL: https://github.com/apache/openwhisk/pull/4678#issuecomment-3111897947 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4678?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] update travis badge for migration to travis-ci.com [openwhisk]

2025-07-23 Thread via GitHub
codecov-commenter commented on PR #5033: URL: https://github.com/apache/openwhisk/pull/5033#issuecomment-3111867378 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/5033?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Add ansible deploy options [openwhisk]

2025-07-23 Thread via GitHub
codecov-commenter commented on PR #4619: URL: https://github.com/apache/openwhisk/pull/4619#issuecomment-3111778772 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/4619?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] fix: Python 3 urlencode [openwhisk]

2025-07-23 Thread via GitHub
codecov-commenter commented on PR #5082: URL: https://github.com/apache/openwhisk/pull/5082#issuecomment-3111668633 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk/pull/5082?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [I] Feature Request: Make the API Gateway Optional [openwhisk-deploy-kube]

2025-07-20 Thread via GitHub
kcexn commented on issue #791: URL: https://github.com/apache/openwhisk-deploy-kube/issues/791#issuecomment-3095102409 I've opened a pull request #792 to implement this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] Made the deployment of the API Gateway optional. [openwhisk-deploy-kube]

2025-07-20 Thread via GitHub
kcexn opened a new pull request, #792: URL: https://github.com/apache/openwhisk-deploy-kube/pull/792 Setting `.Values.apigw.enabled` to false disables the deployment of the API gateway and the Redis databases. Environment variables have been added to the smoke test and install packages jobs

Re: [I] Action containers doesn't builds on memory limit other than 256 MB [openwhisk]

2025-07-20 Thread via GitHub
rabbah closed issue #5531: Action containers doesn't builds on memory limit other than 256 MB URL: https://github.com/apache/openwhisk/issues/5531 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] API Gateway, Packages, and OpenWhisk Deployments [openwhisk]

2025-07-20 Thread via GitHub
rabbah commented on issue #5545: URL: https://github.com/apache/openwhisk/issues/5545#issuecomment-3094636253 The gateway is optional and not necessary to operate openwhisk. In fact the openwhisk controller provides some of the basic gw functionality you want. A gateway provides additional

Re: [I] API Gateway, Packages, and OpenWhisk Deployments [openwhisk]

2025-07-20 Thread via GitHub
rabbah closed issue #5545: API Gateway, Packages, and OpenWhisk Deployments URL: https://github.com/apache/openwhisk/issues/5545 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] Helm deploy fails [openwhisk-deploy-kube]

2025-07-20 Thread via GitHub
rabbah closed issue #780: Helm deploy fails URL: https://github.com/apache/openwhisk-deploy-kube/issues/780 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-ma

Re: [I] Can we support the deployment of MCP STDIO protocol services [openwhisk]

2025-07-20 Thread via GitHub
rabbah commented on issue #5544: URL: https://github.com/apache/openwhisk/issues/5544#issuecomment-3094634312 What do you mean @xyq043170 - you want a function which operates as an stdio mcp server? -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] Remove link to non-functional contributor-over-time graphic [openwhisk-website]

2025-07-20 Thread via GitHub
rabbah merged PR #526: URL: https://github.com/apache/openwhisk-website/pull/526 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@open

Re: [I] Feature Request: Make the API Gateway Optional [openwhisk-deploy-kube]

2025-07-20 Thread via GitHub
rabbah commented on issue #791: URL: https://github.com/apache/openwhisk-deploy-kube/issues/791#issuecomment-3094633510 I don't see why not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] [Bug] Contributor over time module on the website is out of service [openwhisk-website]

2025-07-20 Thread via GitHub
rabbah closed issue #525: [Bug] Contributor over time module on the website is out of service URL: https://github.com/apache/openwhisk-website/issues/525 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] Remove the limitations on docker images [openwhisk]

2025-07-20 Thread via GitHub
rabbah commented on issue #5543: URL: https://github.com/apache/openwhisk/issues/5543#issuecomment-3094632918 iirc this is a configuration parameter and you can set it to 100%. There may be an error in how this works when you say 100% of the invokers are available for docker containers. If

Re: [I] Remove the limitations on docker images [openwhisk]

2025-07-20 Thread via GitHub
rabbah closed issue #5543: Remove the limitations on docker images URL: https://github.com/apache/openwhisk/issues/5543 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [I] Prewarmed containers count does not match "initialCount" in runtimes.json [openwhisk]

2025-07-15 Thread via GitHub
Suraez commented on issue #5540: URL: https://github.com/apache/openwhisk/issues/5540#issuecomment-3074589357 I am using standalone setup and i did restart it using `./gradlew core/standalone/bootRun`. I think there is some limit on number of prewarmed containers that can be spinned up usin

Re: [I] Remove the limitations on docker images [openwhisk]

2025-07-15 Thread via GitHub
style95 commented on issue #5543: URL: https://github.com/apache/openwhisk/issues/5543#issuecomment-3072563538 @francescotimperi Got it. I think the blackbox fraction can be configured as whatever you want. Since it just controls the sets of invokers to run blackbox actions, I think it

Re: [I] Can we support the deployment of MCP STDIO protocol services [openwhisk]

2025-07-15 Thread via GitHub
sciabarracom commented on issue #5544: URL: https://github.com/apache/openwhisk/issues/5544#issuecomment-3072534574 We have implemented it on top of OpenServerless -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] Remove the limitations on docker images [openwhisk]

2025-07-15 Thread via GitHub
francescotimperi commented on issue #5543: URL: https://github.com/apache/openwhisk/issues/5543#issuecomment-3072370149 @style95 I believe that @sciabarracom refers to the behavior driven by this parameter whisk.loadbalancer.blackbox-fraction, by default set to 10%, which is essentially det

Re: [I] Remove the limitations on docker images [openwhisk]

2025-07-14 Thread via GitHub
style95 commented on issue #5543: URL: https://github.com/apache/openwhisk/issues/5543#issuecomment-3071418337 IIRC, there is no scalability limitation on docker actions. @sciabarracom Could you elaborate more on this? -- This is an automated message from the Apache Git Service. To resp

[I] Feature Request: Make the API Gateway Optional [openwhisk-deploy-kube]

2025-07-14 Thread via GitHub
kcexn opened a new issue, #791: URL: https://github.com/apache/openwhisk-deploy-kube/issues/791 It's not clear to me that the API gateway is essential to the deployment of the core OpenWhisk components. I use an external API gateway, so I'd like to remove the OpenWhisk API gateway fr

Re: [I] Remove the limitations on docker images [openwhisk]

2025-07-14 Thread via GitHub
kcexn commented on issue #5543: URL: https://github.com/apache/openwhisk/issues/5543#issuecomment-3071301865 Is this limitation imposed by OpenWhisk or by the docker container? I've deployed blackbox containers before that implement the action interface without this concurrency limitation.

Re: [I] Prewarmed containers count does not match "initialCount" in runtimes.json [openwhisk]

2025-07-14 Thread via GitHub
kcexn commented on issue #5540: URL: https://github.com/apache/openwhisk/issues/5540#issuecomment-3071308379 After updating the runtimes.json you need to restart the invokers so that they pick up the new configuration. You might need to restart the controllers too. -- This is an au

Re: [I] Can we support the deployment of MCP STDIO protocol services [openwhisk]

2025-07-14 Thread via GitHub
kcexn commented on issue #5544: URL: https://github.com/apache/openwhisk/issues/5544#issuecomment-3071298540 Can you expand more on MCP STDIO is? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

Re: [I] Helm deploy fails [openwhisk-deploy-kube]

2025-07-14 Thread via GitHub
kcexn commented on issue #780: URL: https://github.com/apache/openwhisk-deploy-kube/issues/780#issuecomment-3068734843 This issue seems to be resolved if you clone this repository and then deploy using the charts from within the repo rather than deploy from the charts distributed in the re

[I] API Gateway, Packages, and OpenWhisk Deployments [openwhisk]

2025-07-14 Thread via GitHub
kcexn opened a new issue, #5545: URL: https://github.com/apache/openwhisk/issues/5545 Hi everyone, Can someone help me understand what the api-gateway is being used for within the internal OpenWhisk components? I'm having problems getting the default deployment of OpenWhisk working o

Re: [I] Helm deploy fails [openwhisk-deploy-kube]

2025-07-14 Thread via GitHub
kcexn commented on issue #780: URL: https://github.com/apache/openwhisk-deploy-kube/issues/780#issuecomment-3068306807 Yes, I believe I am having the same issue. Do you also get this following error when you check your debug log at: `/openwhisk/core/routemgmt/getApi/npm-debug.log`?

Re: [PR] Propagate __OW_TRANSACTION_ID if present [openwhisk-client-js]

2025-07-05 Thread via GitHub
codecov-commenter commented on PR #208: URL: https://github.com/apache/openwhisk-client-js/pull/208#issuecomment-3040333850 ## [Codecov](https://app.codecov.io/gh/apache/openwhisk-client-js/pull/208?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm

[PR] Remove link to non-functional contributor-over-time graphic [openwhisk-website]

2025-06-11 Thread via GitHub
dgrove-oss opened a new pull request, #526: URL: https://github.com/apache/openwhisk-website/pull/526 Fixes #525. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [I] Does OpenWhisk support compilation with JDK17? [openwhisk]

2025-06-06 Thread via GitHub
francescotimperi commented on issue #5541: URL: https://github.com/apache/openwhisk/issues/5541#issuecomment-2948978393 A PR contributing JDK 17 based compilation has been merged. Going to close the issue. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] Does OpenWhisk support compilation with JDK17? [openwhisk]

2025-06-06 Thread via GitHub
francescotimperi closed issue #5541: Does OpenWhisk support compilation with JDK17? URL: https://github.com/apache/openwhisk/issues/5541 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] feat: compiles over Jdk17 with multiarch based images [openwhisk]

2025-06-01 Thread via GitHub
dgrove-oss merged PR #5542: URL: https://github.com/apache/openwhisk/pull/5542 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@openwh

[I] "make lean" make waits forever for controller which shows no logs with "docker logs" [openwhisk-devtools]

2025-06-01 Thread via GitHub
NautillusSs opened a new issue, #367: URL: https://github.com/apache/openwhisk-devtools/issues/367 Hello, I am trying to run Openwhisk locally on a remote Ubuntu server for testing and avoid using the standalone setup which does not allow external connections. There are other conta

Re: [I] Does OpenWhisk support compilation with JDK17? [openwhisk]

2025-05-31 Thread via GitHub
dgrove-oss commented on issue #5541: URL: https://github.com/apache/openwhisk/issues/5541#issuecomment-2925691075 > [@dgrove-oss](https://github.com/dgrove-oss) I opened a new pull request to contribute JDK17 support, with an upgrade to gradle 7.6.2. I believe that for the moment it will be

[I] Remove the limitations on docker images [openwhisk]

2025-05-31 Thread via GitHub
sciabarracom opened a new issue, #5543: URL: https://github.com/apache/openwhisk/issues/5543 In OpenWhisk you can use generic docker image (--docker) but unless the images are in the runtimes.json they have scalability limited to 2. I believe this limitation is because originally dock

Re: [I] Does OpenWhisk support compilation with JDK17? [openwhisk]

2025-05-31 Thread via GitHub
francescotimperi commented on issue #5541: URL: https://github.com/apache/openwhisk/issues/5541#issuecomment-2924942345 @dgrove-oss I opened a new pull request to contribute JDK17 support, with an upgrade to gradle 7.6.2. I believe that for the moment it will be better to stabilize on a JDK

[PR] feat: compiles over Jdk17 with multiarch based images [openwhisk]

2025-05-31 Thread via GitHub
francescotimperi opened a new pull request, #5542: URL: https://github.com/apache/openwhisk/pull/5542 This PR contributes changes in the build system to compile against JDK17 ## Description In the Apache OpenServerless (incubating) project we rely on OpenWhisk provided imag

Re: [PR] Multi platform build and standalone native executable enhancement [openwhisk]

2025-05-30 Thread via GitHub
francescotimperi commented on PR #5539: URL: https://github.com/apache/openwhisk/pull/5539#issuecomment-2923429013 @dgrove-oss I going to close this PR to create a new one supporting JDK 17 builds -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] Multi platform build and standalone native executable enhancement [openwhisk]

2025-05-30 Thread via GitHub
francescotimperi closed pull request #5539: Multi platform build and standalone native executable enhancement URL: https://github.com/apache/openwhisk/pull/5539 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] Does OpenWhisk support compilation with JDK17? [openwhisk]

2025-05-28 Thread via GitHub
francescotimperi commented on issue #5541: URL: https://github.com/apache/openwhisk/issues/5541#issuecomment-2916824441 @dgrove-oss I did an experiment with a JDK 17 (Temurin) and scala 2.12.10 (current default), upgrading to gradle 7.6.2 and ensure every plugin/library was aligned with thi

Re: [I] Does OpenWhisk support compilation with JDK17? [openwhisk]

2025-05-28 Thread via GitHub
sciabarracom commented on issue #5541: URL: https://github.com/apache/openwhisk/issues/5541#issuecomment-2916778586 Yes that would work - if there are failing test please post the issues as I think everyone would be happy to help -- This is an automated message from the Apache Git Service

Re: [I] Does OpenWhisk support compilation with JDK17? [openwhisk]

2025-05-28 Thread via GitHub
dgrove-oss commented on issue #5541: URL: https://github.com/apache/openwhisk/issues/5541#issuecomment-2916767719 I think we'd welcome work to move the core OpenWhisk system from using JDK11 to more recent JDK LTS versions (JDK17 or JDK21). I'm not aware of any previous work in this direct

Re: [I] OpenWhisk Minikube less priority [openwhisk-deploy-kube]

2025-05-27 Thread via GitHub
Improper-name commented on issue #779: URL: https://github.com/apache/openwhisk-deploy-kube/issues/779#issuecomment-2913638736 This should be pinned or maybe mentioned on the documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[I] Does OpenWhisk support compilation with JDK17? [openwhisk]

2025-05-26 Thread via GitHub
francescotimperi opened a new issue, #5541: URL: https://github.com/apache/openwhisk/issues/5541 I see that normally OpenWhisk is compiled using a JDK11 distribution, is there any plan or eventually someone that already experimented to build the project with a JDK 17 (or even newer) version

Re: [PR] Multi platform build and standalone native executable enhancement [openwhisk]

2025-05-21 Thread via GitHub
dgrove-oss commented on code in PR #5539: URL: https://github.com/apache/openwhisk/pull/5539#discussion_r2100975850 ## common/scala/Dockerfile: ## @@ -15,7 +15,7 @@ # limitations under the License. # # if you change version of openjsk, also update tools/github/setup.sh to do

[I] Prewarmed containers count does not match "initialCount" in runtimes.json [openwhisk]

2025-05-18 Thread via GitHub
Suraez opened a new issue, #5540: URL: https://github.com/apache/openwhisk/issues/5540 I'm experiencing an inconsistency between the configured initialCount values for prewarmed containers in runtimes.json and the actual number of prewarmed containers that are started by the system.

Re: [PR] Multi platform build and standalone native executable enhancement [openwhisk]

2025-05-18 Thread via GitHub
francescotimperi commented on code in PR #5539: URL: https://github.com/apache/openwhisk/pull/5539#discussion_r2094531059 ## common/scala/Dockerfile: ## @@ -15,7 +15,7 @@ # limitations under the License. # # if you change version of openjsk, also update tools/github/setup.sh

Re: [I] Make a 2.0.0 release of Helm Chart (to match OpenWhisk 2.0.0 release) [openwhisk-deploy-kube]

2025-04-30 Thread via GitHub
cnguyen123 commented on issue #781: URL: https://github.com/apache/openwhisk-deploy-kube/issues/781#issuecomment-2843860690 > Hey [@dgrove-oss](https://github.com/dgrove-oss) > > I've been using OpenWhisk on k8s for a research project and wanted to test how the performance differs wi

Re: [I] Unable to install OpenWhisk [openwhisk-deploy-kube]

2025-04-30 Thread via GitHub
sgallizia commented on issue #759: URL: https://github.com/apache/openwhisk-deploy-kube/issues/759#issuecomment-2842527292 I'm experiencing the same error with kind. Has anyone found a solution? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] WSK error: x509: cannot validate certificate for 172.17.0.1 because it doesn't contain any IP SANs [openwhisk]

2025-04-08 Thread via GitHub
Maxorao closed issue #5534: WSK error: x509: cannot validate certificate for 172.17.0.1 because it doesn't contain any IP SANs URL: https://github.com/apache/openwhisk/issues/5534 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] How to configure the port of a component, such as zookeeper, redis or etcd [openwhisk]

2025-04-08 Thread via GitHub
Maxorao closed issue #5538: How to configure the port of a component, such as zookeeper, redis or etcd URL: https://github.com/apache/openwhisk/issues/5538 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] How to configure the port of a component, such as zookeeper, redis or etcd [openwhisk]

2025-04-01 Thread via GitHub
style95 commented on issue #5538: URL: https://github.com/apache/openwhisk/issues/5538#issuecomment-2770226011 @Maxorao [Zookeeper deployment script refers `zookeeper.port` config](https://github.com/apache/openwhisk/blob/master/ansible/roles/zookeeper/tasks/deploy.yml#L50). So you ca

[I] How to configure the port of a component, such as zookeeper, redis or etcd [openwhisk]

2025-04-01 Thread via GitHub
Maxorao opened a new issue, #5538: URL: https://github.com/apache/openwhisk/issues/5538 when I run command: ```bash ansible-playbook -i environments/cluster-0 openwhisk.yml -e db_activation_backend=ElasticSearch ``` An error message occur because the port 2181 is already in use:

[I] 400 Request Header Or Cookie Too Large [openwhisk]

2025-03-20 Thread via GitHub
TanYuzhen opened a new issue, #5537: URL: https://github.com/apache/openwhisk/issues/5537 When I run `wsk -i api list`, there is a error: ``` (serverless) root@dell-1080:/home/dell/tyz/HashCache/serverless-trainticket/src/load-gen/utils# wsk -i api list error: Unable to obtain the

[I] 400 Request Header Or Cookie Too Large [openwhisk-deploy-kube]

2025-03-20 Thread via GitHub
TanYuzhen opened a new issue, #790: URL: https://github.com/apache/openwhisk-deploy-kube/issues/790 When I run `wsk -i api list`, there is a error: ``` (serverless) root@dell-1080:/home/dell/tyz/HashCache/serverless-trainticket/src/load-gen/utils# wsk -i api list error: Unable to o

[I] Error of deply with docker [openwhisk-devtools]

2025-03-17 Thread via GitHub
Stefno14 opened a new issue, #366: URL: https://github.com/apache/openwhisk-devtools/issues/366 Hi, i'm tryng Openwhisk with the docker-compose on a VM with Ubuntu 24. I've installed: npm, git, make, rclone, openjdk-8, docker and docker-compose. When i try to start the make lean

Re: [I] How can I dynamically add invokers once the controller, CouchDB, Elasticsearch, and other components are ready? [openwhisk]

2025-03-16 Thread via GitHub
style95 commented on issue #5536: URL: https://github.com/apache/openwhisk/issues/5536#issuecomment-2728077370 @thunderZH963 Adding more invokers would be enough. They will be automatically registered to controllers. Ansible is just one way to deploy invokers. If you are able to popul

Re: [I] Failed to invoke an hello action [openwhisk]

2025-03-15 Thread via GitHub
Maxorao closed issue #5535: Failed to invoke an hello action URL: https://github.com/apache/openwhisk/issues/5535 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [I] How can I dynamically add invokers once the controller, CouchDB, Elasticsearch, and other components are ready? [openwhisk]

2025-03-15 Thread via GitHub
WeifanWu-git commented on issue #5536: URL: https://github.com/apache/openwhisk/issues/5536#issuecomment-2726362083 Hello,I follow you, and I have some questions,can I communicate with you? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] Never ending "Executing sync cmd: rclone sync minio:api-gateway /etc/api-gateway/" [openwhisk-devtools]

2025-03-13 Thread via GitHub
Stefno14 commented on issue #363: URL: https://github.com/apache/openwhisk-devtools/issues/363#issuecomment-2722684380 Hi, were you able to solve this problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [I] Failed to invoke an hello action [openwhisk]

2025-03-12 Thread via GitHub
Maxorao commented on issue #5535: URL: https://github.com/apache/openwhisk/issues/5535#issuecomment-2720052752 I see! I solved this problem now, thanks a lot for your help! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

  1   2   3   4   5   6   7   8   9   10   >