Hari Shreedharan created SQOOP-690:
--------------------------------------

             Summary: Fix threading issues in SqoopOutputFormatLoadExecutor
                 Key: SQOOP-690
                 URL: https://issues.apache.org/jira/browse/SQOOP-690
             Project: Sqoop
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Hari Shreedharan
            Assignee: Hari Shreedharan
             Fix For: 2.0.0


The threading uses synchronized and wait/notify in this class. wait() is called 
outside while loops too. We can simply this using higher level concurrency 
constructs like semaphores or latches.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to