[jira] [Resolved] (SAMZA-2630) Upgrade dependencies for security, bug fixes and improvements

2021-03-19 Thread Sarah Telesia (Jira)
[ https://issues.apache.org/jira/browse/SAMZA-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarah Telesia resolved SAMZA-2630. -- Resolution: Done > Upgrade dependencies for security, bug fixes and improvements >

[GitHub] [samza] mynameborat merged pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
mynameborat merged pull request #1476: URL: https://github.com/apache/samza/pull/1476 -- 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. For queries about this service, plea

[samza] branch master updated: Add a metric to track the number of active threads of a container's thread pool (#1476)

2021-03-19 Thread bharathkk
This is an automated email from the ASF dual-hosted git repository. bharathkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/samza.git The following commit(s) were added to refs/heads/master by this push: new acd4493 Add a metric to track the number of a

[GitHub] [samza] mynameborat commented on a change in pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
mynameborat commented on a change in pull request #1476: URL: https://github.com/apache/samza/pull/1476#discussion_r598018204 ## File path: samza-core/src/main/scala/org/apache/samza/container/SamzaContainerMetrics.scala ## @@ -49,6 +49,7 @@ class SamzaContainerMetrics( val

[GitHub] [samza] ZitingShen commented on a change in pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
ZitingShen commented on a change in pull request #1476: URL: https://github.com/apache/samza/pull/1476#discussion_r598008918 ## File path: samza-core/src/main/scala/org/apache/samza/container/SamzaContainerMetrics.scala ## @@ -49,6 +49,7 @@ class SamzaContainerMetrics( val

[GitHub] [samza] mynameborat commented on a change in pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
mynameborat commented on a change in pull request #1476: URL: https://github.com/apache/samza/pull/1476#discussion_r597923669 ## File path: samza-core/src/main/scala/org/apache/samza/container/SamzaContainerMetrics.scala ## @@ -49,6 +49,7 @@ class SamzaContainerMetrics( val

[GitHub] [samza] ZitingShen commented on a change in pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
ZitingShen commented on a change in pull request #1476: URL: https://github.com/apache/samza/pull/1476#discussion_r597906422 ## File path: docs/learn/documentation/versioned/operations/monitoring.md ## @@ -394,6 +394,7 @@ All \, \, \, \, \, are popula | | executor-work-factor

[GitHub] [samza] mynameborat commented on pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
mynameborat commented on pull request #1476: URL: https://github.com/apache/samza/pull/1476#issuecomment-803025761 > > How are we computing the utilization? Using `job.container.thread.pool.size` may tie into the implementation detail of the using `FixedThreadPool` which can potentially ch

[GitHub] [samza] mynameborat commented on a change in pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
mynameborat commented on a change in pull request #1476: URL: https://github.com/apache/samza/pull/1476#discussion_r597889303 ## File path: docs/learn/documentation/versioned/operations/monitoring.md ## @@ -394,6 +394,7 @@ All \, \, \, \, \, are popula | | executor-work-facto

[GitHub] [samza] ZitingShen commented on pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
ZitingShen commented on pull request #1476: URL: https://github.com/apache/samza/pull/1476#issuecomment-803004372 > How are we computing the utilization? Using `job.container.thread.pool.size` may tie into the implementation detail of the using `FixedThreadPool` which can potentially chang

[GitHub] [samza] mynameborat commented on pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
mynameborat commented on pull request #1476: URL: https://github.com/apache/samza/pull/1476#issuecomment-802912826 How are we computing the utilization? Using `job.container.thread.pool.size` may tie into the implementation detail of the using `FixedThreadPool` which can potentially change

[GitHub] [samza] ZitingShen opened a new pull request #1476: Add a metric to track the number of active threads of a container's thread pool

2021-03-19 Thread GitBox
ZitingShen opened a new pull request #1476: URL: https://github.com/apache/samza/pull/1476 Feature: Add a metric to track the number of active threads of a container's thread pool. This will be used to calculate the thread pool utilization of a job, which will be used as a signal for the a