You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Boglarka Egyed (JIRA)" <ji...@apache.org> on 2016/12/13 10:05:58 UTC

[jira] [Updated] (SQOOP-3080) Correct default transaction isolation level comment in SqoopOptions

     [ https://issues.apache.org/jira/browse/SQOOP-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boglarka Egyed updated SQOOP-3080:
----------------------------------
    Description: 
Hi [~maugli],

I have found a minor comment misinformation in the SqoopOptions class related to your previous transaction isolation level change implemented in SQOOP-2349

{code:java}
// set default transaction isolation level to TRANSACTION_READ_UNCOMMITED
 this.metadataTransactionIsolationLevel = Connection.TRANSACTION_READ_COMMITTED;
{code}

Please correct the comment to TRANSACTION_READ_COMMITTED to avoid misunderstanding.

Thanks,
Bogi


  was:
Hi [~maugli],

I have found a minor comment misinformation in the SqoopOptions class related to your previous transaction isolation level change implemented in SQOOP-2349

// set default transaction isolation level to TRANSACTION_READ_UNCOMMITED
 this.metadataTransactionIsolationLevel = Connection.TRANSACTION_READ_COMMITTED;

Please correct the comment to TRANSACTION_READ_COMMITTED to avoid misunderstanding.

Thanks,
Bogi



> Correct default transaction isolation level comment in SqoopOptions
> -------------------------------------------------------------------
>
>                 Key: SQOOP-3080
>                 URL: https://issues.apache.org/jira/browse/SQOOP-3080
>             Project: Sqoop
>          Issue Type: Task
>    Affects Versions: 1.4.6
>            Reporter: Boglarka Egyed
>            Assignee: Attila Szabo
>            Priority: Trivial
>
> Hi [~maugli],
> I have found a minor comment misinformation in the SqoopOptions class related to your previous transaction isolation level change implemented in SQOOP-2349
> {code:java}
> // set default transaction isolation level to TRANSACTION_READ_UNCOMMITED
>  this.metadataTransactionIsolationLevel = Connection.TRANSACTION_READ_COMMITTED;
> {code}
> Please correct the comment to TRANSACTION_READ_COMMITTED to avoid misunderstanding.
> Thanks,
> Bogi



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)