[
https://issues.apache.org/jira/browse/BEAM-8137?focusedWorklogId=611486&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-611486
]
ASF GitHub Bot logged work on BEAM-8137:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/21 17:35
Start Date: 15/Jun/21 17:35
Worklog Time Spent: 10m
Work Description: ibzib commented on a change in pull request #14988:
URL: https://github.com/apache/beam/pull/14988#discussion_r652007682
##########
File path:
sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/FnService.java
##########
@@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.beam.runners.fnexecution;
+package org.apache.beam.sdk.fn;
Review comment:
Instead of moving classes to `org.apache.beam.sdk.fn`, can we create a
new subpackage, such as `org.apache.beam.sdk.fn.server`?
--
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, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 611486)
Time Spent: 7.5h (was: 7h 20m)
> Worker pool option for Java SDK container
> -----------------------------------------
>
> Key: BEAM-8137
> URL: https://issues.apache.org/jira/browse/BEAM-8137
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-harness
> Reporter: Thomas Weise
> Priority: P3
> Labels: Clarified
> Time Spent: 7.5h
> Remaining Estimate: 0h
>
> The worker pool option was added to the Python SDK container in BEAM-7980.
> Support in the Java SDK container is simpler since it can rely on threading
> and it should be added for feature parity.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)