[GitHub] [mesos] qianzhangxa merged pull request #453: Expose setmntent error reason in MountTable::read.

2023-01-13 Thread GitBox
qianzhangxa merged PR #453: URL: https://github.com/apache/mesos/pull/453 -- 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:

[GitHub] [mesos] bmahler opened a new pull request, #453: Expose setmntent error reason in MountTable::read.

2023-01-13 Thread GitBox
bmahler opened a new pull request, #453: URL: https://github.com/apache/mesos/pull/453 This function is documented to set errno when it fails, but we're not exposing it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mesos] yasiribmcon commented on pull request #449: Add s390x support for CI

2022-12-22 Thread GitBox
yasiribmcon commented on PR #449: URL: https://github.com/apache/mesos/pull/449#issuecomment-1363680253 Thanks @cf-natali ! Since mesos should run fine on s390x now, could you please enable s390x job in [Mesos CI](https://builds.apache.org/job/Mesos/). Configuration and s390x nodes

[GitHub] [mesos] cf-natali commented on pull request #449: Add s390x support for CI

2022-12-22 Thread GitBox
cf-natali commented on PR #449: URL: https://github.com/apache/mesos/pull/449#issuecomment-1363284098 @yasiribmcon , thanks for your contribution! -- 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

[GitHub] [mesos] cf-natali merged pull request #449: Add s390x support for CI

2022-12-22 Thread GitBox
cf-natali merged PR #449: URL: https://github.com/apache/mesos/pull/449 -- 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:

[GitHub] [mesos] cf-natali merged pull request #452: Update some links to https

2022-12-21 Thread GitBox
cf-natali merged PR #452: URL: https://github.com/apache/mesos/pull/452 -- 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:

[GitHub] [mesos] yasiribmcon commented on pull request #449: Add s390x support for CI

2022-11-28 Thread GitBox
yasiribmcon commented on PR #449: URL: https://github.com/apache/mesos/pull/449#issuecomment-1329314819 Discarded old commit which caused the PR to auto-close. Reopening PR with rest of the changes! We have added a new protobuf patch to support s390x builds.

[GitHub] [mesos] yasiribmcon closed pull request #449: Add s390x support for CI

2022-11-27 Thread GitBox
yasiribmcon closed pull request #449: Add s390x support for CI URL: https://github.com/apache/mesos/pull/449 -- 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,

[GitHub] [mesos] cf-natali merged pull request #451: Fixed mesos-tidy build with new gRPC version.

2022-11-27 Thread GitBox
cf-natali merged PR #451: URL: https://github.com/apache/mesos/pull/451 -- 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:

[GitHub] [mesos] cf-natali opened a new pull request, #451: Fixed mesos-tidy build with new gRPC version.

2022-11-27 Thread GitBox
cf-natali opened a new pull request, #451: URL: https://github.com/apache/mesos/pull/451 And updated gRPC 3rdparty documentation to reflect updated version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mesos] cf-natali commented on pull request #450: Upgrade GRPC to 1.11.1

2022-11-27 Thread GitBox
cf-natali commented on PR #450: URL: https://github.com/apache/mesos/pull/450#issuecomment-1328307949 Ah, this caused the mesos-tidy build to fail: https://ci-builds.apache.org/job/Mesos/job/Mesos-Tidybot/CMAKE_ARGS=-DENABLE_LIBEVENT=OFF%20-DENABLE_SSL=OFF,label_exp=ubuntu/109/console

[GitHub] [mesos] cf-natali commented on pull request #450: Upgrade GRPC to 1.11.1

2022-11-27 Thread GitBox
cf-natali commented on PR #450: URL: https://github.com/apache/mesos/pull/450#issuecomment-1328286060 Tested in my environment as well, merged. Thanks for your contribution, looking forward to the rest! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mesos] cf-natali merged pull request #450: Upgrade GRPC to 1.11.1

2022-11-27 Thread GitBox
cf-natali merged PR #450: URL: https://github.com/apache/mesos/pull/450 -- 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:

[GitHub] [mesos] yasiribmcon opened a new pull request, #450: Upgrade GRPC to 1.11.1

2022-11-25 Thread GitBox
yasiribmcon opened a new pull request, #450: URL: https://github.com/apache/mesos/pull/450 Upgraded grpc from 1.10.0 to **1.11.1** as the newer version has support for s390x(big-endian) machines. Changes have also been migrated from grpc-1.10.0.patch to grpc-1.11.1.patch. grpc

[GitHub] [mesos] yasiribmcon commented on pull request #449: Add s390x support for CI

2022-11-22 Thread GitBox
yasiribmcon commented on PR #449: URL: https://github.com/apache/mesos/pull/449#issuecomment-1323486831 Sure @cf-natali. Will create a separate PR for grpc update. Changes for s390x support were available in 1.11.0, so we went for the same version as candidate version. Will now

[GitHub] [mesos] qianzhangxa merged pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-11-20 Thread GitBox
qianzhangxa merged PR #446: URL: https://github.com/apache/mesos/pull/446 -- 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:

[GitHub] [mesos] cf-natali commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-11-20 Thread GitBox
cf-natali commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r1027279611 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,230 +108,240 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] cf-natali commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-11-20 Thread GitBox
cf-natali commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r1027279343 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-11-20 Thread GitBox
qianzhangxa commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r1027276222 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-11-20 Thread GitBox
qianzhangxa commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r1027276119 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,230 +108,240 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] cf-natali commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-11-20 Thread GitBox
cf-natali commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r1027270645 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] cf-natali commented on pull request #449: Add s390x support for CI

2022-11-20 Thread GitBox
cf-natali commented on PR #449: URL: https://github.com/apache/mesos/pull/449#issuecomment-1321100227 Thanks! Would it be possible to submit the grpc update in its own PR? Also, any reason to select grpc 1.11.0 instead of 1.11.1 (point release)? -- This is an automated

[GitHub] [mesos] yasiribmcon opened a new pull request, #449: Add s390x support for CI

2022-11-18 Thread GitBox
yasiribmcon opened a new pull request, #449: URL: https://github.com/apache/mesos/pull/449 Added support for **s390x** architecture by doing below mentioned changes : - Added a new protobuf **patch** to support s390x builds. - Updated grpc from 1.10.0 to **1.11.0** as the newer

[GitHub] [mesos] dependabot[bot] opened a new pull request, #448: Bump nokogiri from 1.13.6 to 1.13.9 in /site

2022-10-20 Thread GitBox
dependabot[bot] opened a new pull request, #448: URL: https://github.com/apache/mesos/pull/448 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9. Release notes Sourced from https://github.com/sparklemotion/nokogiri/releases;>nokogiri's releases.

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-10-08 Thread GitBox
qianzhangxa commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r990721931 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] andreaspeters closed pull request #447: ADD: function to call endpoints with different http methods.

2022-09-19 Thread GitBox
andreaspeters closed pull request #447: ADD: function to call endpoints with different http methods. URL: https://github.com/apache/mesos/pull/447 -- 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

[GitHub] [mesos] andreaspeters commented on pull request #447: ADD: function to call endpoints with different http methods.

2022-09-19 Thread GitBox
andreaspeters commented on PR #447: URL: https://github.com/apache/mesos/pull/447#issuecomment-1250862823 Will close this one. It does not 100% what I need. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mesos] andreaspeters opened a new pull request, #447: ADD: function to call endpoints with different http methods.

2022-09-19 Thread GitBox
andreaspeters opened a new pull request, #447: URL: https://github.com/apache/mesos/pull/447 With these PR I would like to add the possibility to call mesos endpoints with different methods. I will use in a further PR to add "drain agent" call into mesos-cli. -- This is an automated

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-09-08 Thread GitBox
qianzhangxa commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r966529371 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-09-08 Thread GitBox
qianzhangxa commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r962313764 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] cf-natali commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-09-08 Thread GitBox
cf-natali commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r966451142 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] cf-natali commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-09-06 Thread GitBox
cf-natali commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r964046502 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #446: Blkio isolator: handled missing CFQ statistics.

2022-09-04 Thread GitBox
qianzhangxa commented on code in PR #446: URL: https://github.com/apache/mesos/pull/446#discussion_r962313764 ## src/slave/containerizer/mesos/isolators/cgroups/subsystems/blkio.cpp: ## @@ -107,226 +107,205 @@ Future BlkioSubsystemProcess::usage(

[GitHub] [mesos] cf-natali opened a new pull request, #446: Blkio isolator: handled missing CFQ statistics.

2022-08-27 Thread GitBox
cf-natali opened a new pull request, #446: URL: https://github.com/apache/mesos/pull/446 CFQ was removed from 5.x kernel, so we need to silently ignore missing CFQ statistics. Before: ``` [--] 1 test from CgroupsIsolatorTest [ RUN ] [...]

[GitHub] [mesos] qianzhangxa commented on pull request #445: ADD: New frameworks and executor to the community list.

2022-08-16 Thread GitBox
qianzhangxa commented on PR #445: URL: https://github.com/apache/mesos/pull/445#issuecomment-1216497667 Thanks @andreaspeters for the contribution! -- 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

[GitHub] [mesos] qianzhangxa merged pull request #445: ADD: New frameworks and executor to the community list.

2022-08-16 Thread GitBox
qianzhangxa merged PR #445: URL: https://github.com/apache/mesos/pull/445 -- 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:

[GitHub] [mesos] andreaspeters commented on a diff in pull request #445: ADD: New frameworks and executor to the community list.

2022-08-10 Thread GitBox
andreaspeters commented on code in PR #445: URL: https://github.com/apache/mesos/pull/445#discussion_r942472955 ## docs/frameworks.md: ## @@ -49,3 +52,13 @@ layout: documentation ## Machine Learning * [TFMesos](https://github.com/douban/tfmesos) is a lightweight framework

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #445: ADD: New frameworks and executor to the community list.

2022-08-10 Thread GitBox
qianzhangxa commented on code in PR #445: URL: https://github.com/apache/mesos/pull/445#discussion_r942335295 ## docs/frameworks.md: ## @@ -49,3 +52,13 @@ layout: documentation ## Machine Learning * [TFMesos](https://github.com/douban/tfmesos) is a lightweight framework to

[GitHub] [mesos] cf-natali commented on pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-08-07 Thread GitBox
cf-natali commented on PR #444: URL: https://github.com/apache/mesos/pull/444#issuecomment-1207439954 Yep indeed, I think I know what the issue is, I'll fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mesos] andreaspeters commented on pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-08-07 Thread GitBox
andreaspeters commented on PR #444: URL: https://github.com/apache/mesos/pull/444#issuecomment-1207404624 And thanks for the merge. :-D But it looks like there is a other issue. But I think it have nothing to do with our change.

[GitHub] [mesos] andreaspeters commented on pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-08-07 Thread GitBox
andreaspeters commented on PR #444: URL: https://github.com/apache/mesos/pull/444#issuecomment-1207404154 The docker image to build "our" website, depends on the mesos-build docker images. As I see, the website build job compile mesos to create the API docs. So, I think I have to wait

[GitHub] [mesos] andreaspeters opened a new pull request, #445: ADD: New frameworks and executor to the community list.

2022-08-07 Thread GitBox
andreaspeters opened a new pull request, #445: URL: https://github.com/apache/mesos/pull/445 Some new Frameworks and Executors for the website. -- 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

[GitHub] [mesos] cf-natali merged pull request #436: Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure.

2022-08-07 Thread GitBox
cf-natali merged PR #436: URL: https://github.com/apache/mesos/pull/436 -- 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:

[GitHub] [mesos] cf-natali commented on pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-08-07 Thread GitBox
cf-natali commented on PR #444: URL: https://github.com/apache/mesos/pull/444#issuecomment-1207376803 Merged, thanks Andreas! Looking forward to updated Docker images :). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [mesos] cf-natali merged pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-08-07 Thread GitBox
cf-natali merged PR #444: URL: https://github.com/apache/mesos/pull/444 -- 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:

[GitHub] [mesos] cf-natali commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-28 Thread GitBox
cf-natali commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r932696529 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] andreaspeters commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-28 Thread GitBox
andreaspeters commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931863076 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-27 Thread GitBox
qianzhangxa commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931660363 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] andreaspeters commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-27 Thread GitBox
andreaspeters commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931589346 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] cf-natali commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-27 Thread GitBox
cf-natali commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931587130 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] andreaspeters commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-27 Thread GitBox
andreaspeters commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931540824 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] cf-natali commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-27 Thread GitBox
cf-natali commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931535237 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] andreaspeters commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-27 Thread GitBox
andreaspeters commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931163726 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] andreaspeters commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-27 Thread GitBox
andreaspeters commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931163726 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] qianzhangxa merged pull request #443: Bump tzinfo from 1.2.5 to 1.2.10 in /site

2022-07-27 Thread GitBox
qianzhangxa merged PR #443: URL: https://github.com/apache/mesos/pull/443 -- 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:

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-27 Thread GitBox
qianzhangxa commented on code in PR #444: URL: https://github.com/apache/mesos/pull/444#discussion_r931038005 ## support/mesos-website/Dockerfile: ## @@ -13,14 +13,16 @@ USER root RUN apt-get update && \ apt-get install -y --no-install-recommends \ doxygen \ -

[GitHub] [mesos] andreaspeters opened a new pull request, #444: UPDATE: ruby version to fix bundle incompatibility.

2022-07-26 Thread GitBox
andreaspeters opened a new pull request, #444: URL: https://github.com/apache/mesos/pull/444 With these PR I would like to fix the website build error. The reason why I do not update to the newest ruby version is, that we will get a lot of "deprecated" error messages. So, for now it's

[GitHub] [mesos] dependabot[bot] opened a new pull request, #443: Bump tzinfo from 1.2.5 to 1.2.10 in /site

2022-07-21 Thread GitBox
dependabot[bot] opened a new pull request, #443: URL: https://github.com/apache/mesos/pull/443 Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from https://github.com/tzinfo/tzinfo/releases;>tzinfo's releases. v1.2.10 Fixed

[GitHub] [mesos] qianzhangxa merged pull request #442: ADD: matrix slack bridge.

2022-06-10 Thread GitBox
qianzhangxa merged PR #442: URL: https://github.com/apache/mesos/pull/442 -- 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:

[GitHub] [mesos] qianzhangxa commented on pull request #442: ADD: matrix slack bridge.

2022-06-10 Thread GitBox
qianzhangxa commented on PR #442: URL: https://github.com/apache/mesos/pull/442#issuecomment-1151989133 Thanks @andreaspeters for your contribution! -- 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

[GitHub] [mesos] andreaspeters opened a new pull request, #442: ADD: matrix slack bridge.

2022-06-07 Thread GitBox
andreaspeters opened a new pull request, #442: URL: https://github.com/apache/mesos/pull/442 Add our Matrix->Slack bridge a the community page. -- 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

[GitHub] [mesos] qianzhangxa merged pull request #441: Removes Twitter embeds from website community page and older blog posts.

2022-06-06 Thread GitBox
qianzhangxa merged PR #441: URL: https://github.com/apache/mesos/pull/441 -- 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:

[GitHub] [mesos] davelester opened a new pull request, #441: Removes Twitter embeds from website community page and older blog posts.

2022-06-05 Thread GitBox
davelester opened a new pull request, #441: URL: https://github.com/apache/mesos/pull/441 Removes JavaScript calls to Twitter on the Apache Mesos website. Updates two individual blog posts and the community page where references appeared. This pull request is a follow-up to my previous

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-23 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r879065523 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] qianzhangxa merged pull request #439: Bump pyinstaller from 3.4 to 3.6 in /src/python/cli_new

2022-05-22 Thread GitBox
qianzhangxa merged PR #439: URL: https://github.com/apache/mesos/pull/439 -- 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:

[GitHub] [mesos] qianzhangxa merged pull request #438: Bump json from 2.2.0 to 2.6.2 in /site

2022-05-22 Thread GitBox
qianzhangxa merged PR #438: URL: https://github.com/apache/mesos/pull/438 -- 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:

[GitHub] [mesos] qianzhangxa merged pull request #440: Bump pygments from 2.1.3 to 2.7.4 in /src/python/cli_new

2022-05-22 Thread GitBox
qianzhangxa merged PR #440: URL: https://github.com/apache/mesos/pull/440 -- 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:

[GitHub] [mesos] dependabot[bot] opened a new pull request, #440: Bump pygments from 2.1.3 to 2.7.4 in /src/python/cli_new

2022-05-22 Thread GitBox
dependabot[bot] opened a new pull request, #440: URL: https://github.com/apache/mesos/pull/440 Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. Release notes Sourced from https://github.com/pygments/pygments/releases;>pygments's releases. 2.7.4

[GitHub] [mesos] dependabot[bot] opened a new pull request, #439: Bump pyinstaller from 3.4 to 3.6 in /src/python/cli_new

2022-05-22 Thread GitBox
dependabot[bot] opened a new pull request, #439: URL: https://github.com/apache/mesos/pull/439 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.4 to 3.6. Release notes Sourced from https://github.com/pyinstaller/pyinstaller/releases;>pyinstaller's releases.

[GitHub] [mesos] dependabot[bot] opened a new pull request, #438: Bump json from 2.2.0 to 2.6.2 in /site

2022-05-22 Thread GitBox
dependabot[bot] opened a new pull request, #438: URL: https://github.com/apache/mesos/pull/438 Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.6.2. Changelog Sourced from https://github.com/flori/json/blob/master/CHANGES.md;>json's changelog. Changes

[GitHub] [mesos] qianzhangxa merged pull request #437: Bump nokogiri from 1.10.4 to 1.13.6 in /site

2022-05-22 Thread GitBox
qianzhangxa merged PR #437: URL: https://github.com/apache/mesos/pull/437 -- 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:

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-22 Thread GitBox
qianzhangxa commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r878955437 ## support/packaging/centos/build-docker-centos.sh: ## @@ -24,7 +24,7 @@ DOCKER_CONTEXT_DIR="${SOURCE_DIR}/centos${CENTOS_DISTRO}/rpmbuild/RPMS/x86_64" cat <

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-22 Thread GitBox
qianzhangxa commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r878955437 ## support/packaging/centos/build-docker-centos.sh: ## @@ -24,7 +24,7 @@ DOCKER_CONTEXT_DIR="${SOURCE_DIR}/centos${CENTOS_DISTRO}/rpmbuild/RPMS/x86_64" cat <

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-22 Thread GitBox
qianzhangxa commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r878954944 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-22 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r878855710 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-22 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r878855672 ## support/packaging/centos/build-docker-centos.sh: ## @@ -24,7 +24,7 @@ DOCKER_CONTEXT_DIR="${SOURCE_DIR}/centos${CENTOS_DISTRO}/rpmbuild/RPMS/x86_64" cat <

[GitHub] [mesos] dependabot[bot] opened a new pull request, #437: Bump nokogiri from 1.10.4 to 1.13.6 in /site

2022-05-18 Thread GitBox
dependabot[bot] opened a new pull request, #437: URL: https://github.com/apache/mesos/pull/437 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.13.6. Release notes Sourced from https://github.com/sparklemotion/nokogiri/releases;>nokogiri's releases.

[GitHub] [mesos] dependabot[bot] commented on pull request #425: Bump nokogiri from 1.10.4 to 1.13.4 in /site

2022-05-18 Thread GitBox
dependabot[bot] commented on PR #425: URL: https://github.com/apache/mesos/pull/425#issuecomment-1130594805 Superseded by #437. -- 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

[GitHub] [mesos] dependabot[bot] closed pull request #425: Bump nokogiri from 1.10.4 to 1.13.4 in /site

2022-05-18 Thread GitBox
dependabot[bot] closed pull request #425: Bump nokogiri from 1.10.4 to 1.13.4 in /site URL: https://github.com/apache/mesos/pull/425 -- 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

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-11 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r869902871 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-10 Thread GitBox
qianzhangxa commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r869809945 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-10 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r869189219 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-10 Thread GitBox
qianzhangxa commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r869164820 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-10 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r869115725 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-10 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r869115725 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-10 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r869080605 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] andreaspeters commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

2022-05-10 Thread GitBox
andreaspeters commented on code in PR #422: URL: https://github.com/apache/mesos/pull/422#discussion_r868861951 ## support/mesos-mini/mesos/agent_environment: ## @@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost MESOS_WORK_DIR=/var/lib/mesos/agent MESOS_MASTER=127.0.0.1:5050

[GitHub] [mesos] qianzhangxa merged pull request #432: Fixed clang-tidy warnings due to capturing this in a deferred lambda.

2022-05-04 Thread GitBox
qianzhangxa merged PR #432: URL: https://github.com/apache/mesos/pull/432 -- 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:

[GitHub] [mesos] cf-natali commented on a diff in pull request #432: Fixed clang-tidy warnings due to capturing this in a deferred lambda.

2022-05-04 Thread GitBox
cf-natali commented on code in PR #432: URL: https://github.com/apache/mesos/pull/432#discussion_r865130859 ## src/csi/v0_volume_manager.cpp: ## @@ -1075,15 +1075,15 @@ Future VolumeManagerProcess::__publishVolume(const string& volumeId) if

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #432: Fixed clang-tidy warnings due to capturing this in a deferred lambda.

2022-05-04 Thread GitBox
qianzhangxa commented on code in PR #432: URL: https://github.com/apache/mesos/pull/432#discussion_r864525131 ## src/csi/v0_volume_manager.cpp: ## @@ -1075,15 +1075,15 @@ Future VolumeManagerProcess::__publishVolume(const string& volumeId) if

[GitHub] [mesos] qianzhangxa commented on pull request #436: Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure.

2022-05-04 Thread GitBox
qianzhangxa commented on PR #436: URL: https://github.com/apache/mesos/pull/436#issuecomment-1116979829 LGTM! @bmahler Would you please review this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mesos] cf-natali opened a new pull request, #436: Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure.

2022-05-03 Thread GitBox
cf-natali opened a new pull request, #436: URL: https://github.com/apache/mesos/pull/436 This test would randomly fail with: ``` 18:16:59 3: F0501 17:16:59.192818 19175 slave.cpp:1445] Check failed: state == DISCONNECTED || state == RUNNING || state == TERMINATING RECOVERING

[GitHub] [mesos] cf-natali merged pull request #435: Revert "Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure."

2022-05-03 Thread GitBox
cf-natali merged PR #435: URL: https://github.com/apache/mesos/pull/435 -- 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:

[GitHub] [mesos] cf-natali opened a new pull request, #435: Revert "Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure."

2022-05-03 Thread GitBox
cf-natali opened a new pull request, #435: URL: https://github.com/apache/mesos/pull/435 Reverts apache/mesos#433 I'll shortly merge a better fix cancelling the timer in the slave destructor instead. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mesos] cf-natali merged pull request #434: Fixed random OversubscriptionTest.FixedResourceEstimator failure.

2022-05-01 Thread GitBox
cf-natali merged PR #434: URL: https://github.com/apache/mesos/pull/434 -- 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:

[GitHub] [mesos] cf-natali opened a new pull request, #434: Fixed random OversubscriptionTest.FixedResourceEstimator failure.

2022-05-01 Thread GitBox
cf-natali opened a new pull request, #434: URL: https://github.com/apache/mesos/pull/434 Depending on the recovery timing, the slave could send an `UpdateSlaveMessage` message before the resource estimator is ready, so if that's the case, wait for another update. -- This is an

[GitHub] [mesos] cf-natali merged pull request #433: Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure.

2022-05-01 Thread GitBox
cf-natali merged PR #433: URL: https://github.com/apache/mesos/pull/433 -- 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:

[GitHub] [mesos] cf-natali opened a new pull request, #433: Fixed random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure.

2022-05-01 Thread GitBox
cf-natali opened a new pull request, #433: URL: https://github.com/apache/mesos/pull/433 This test would randomly fail with: ``` 18:16:59 3: F0501 17:16:59.192818 19175 slave.cpp:1445] Check failed: state == DISCONNECTED || state == RUNNING || state == TERMINATING RECOVERING

[GitHub] [mesos] cf-natali closed pull request #285: mesos.scheduler and mesos.executor seem to cause errors, changing to mesos.native

2022-05-01 Thread GitBox
cf-natali closed pull request #285: mesos.scheduler and mesos.executor seem to cause errors, changing to mesos.native URL: https://github.com/apache/mesos/pull/285 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mesos] cf-natali closed pull request #350: Fix book thumbnail link

2022-05-01 Thread GitBox
cf-natali closed pull request #350: Fix book thumbnail link URL: https://github.com/apache/mesos/pull/350 -- 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,

  1   2   3   4   5   6   7   8   9   10   >