[ 
https://issues.apache.org/jira/browse/GOBBLIN-1604?focusedWorklogId=724690&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-724690
 ]

ASF GitHub Bot logged work on GOBBLIN-1604:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Feb/22 19:03
            Start Date: 10/Feb/22 19:03
    Worklog Time Spent: 10m 
      Work Description: ZihanLi58 merged pull request #3461:
URL: https://github.com/apache/gobblin/pull/3461


   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 724690)
    Time Spent: 2h  (was: 1h 50m)

> Throw Allocation Error if all attempts to allocate workunits exceeds resource 
> maximums
> --------------------------------------------------------------------------------------
>
>                 Key: GOBBLIN-1604
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1604
>             Project: Apache Gobblin
>          Issue Type: Task
>            Reporter: William Lo
>            Priority: Major
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> In distcp, if the size or number of files allocated by the RequestAllocator 
> during workunit collection is too large, then Gobblin will log the error:
> {code:java}
> // item does not fit even in empty pool
> log.warn(String.format("Request %s is larger than the available resource 
> pool. If the pool is not expanded, "
>         + "it will never be selected. Request: %s.", newElement.getT(),
> {code}
> The job will still be marked as COMMITTED/SUCCESSFUL state, when it should 
> really be partial success of FAIL if there are no workunits collected, to 
> make the failure more visible to users.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to