[jira] [Updated] (HBASE-9694) HBaseTestingUtility.createTable infinite loop

2013-10-01 Thread Jean-Marc Spaggiari (JIRA)

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

Jean-Marc Spaggiari updated HBASE-9694:
---

Status: Patch Available  (was: Open)

> HBaseTestingUtility.createTable infinite loop
> -
>
> Key: HBASE-9694
> URL: https://issues.apache.org/jira/browse/HBASE-9694
> Project: HBase
>  Issue Type: Bug
>Reporter: Jean-Marc Spaggiari
>Assignee: Jean-Marc Spaggiari
> Attachments: HBASE-9694-v0-trunk.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> We need to fix this.
> {code}
>   public HTable createTable(String tableName, String[] families)
>   throws IOException {
> return createTable(tableName, families);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HBASE-9694) HBaseTestingUtility.createTable infinite loop

2013-10-01 Thread Jean-Marc Spaggiari (JIRA)

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

Jean-Marc Spaggiari updated HBASE-9694:
---

Attachment: HBASE-9694-v0-trunk.patch

> HBaseTestingUtility.createTable infinite loop
> -
>
> Key: HBASE-9694
> URL: https://issues.apache.org/jira/browse/HBASE-9694
> Project: HBase
>  Issue Type: Bug
>Reporter: Jean-Marc Spaggiari
>Assignee: Jean-Marc Spaggiari
> Attachments: HBASE-9694-v0-trunk.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> We need to fix this.
> {code}
>   public HTable createTable(String tableName, String[] families)
>   throws IOException {
> return createTable(tableName, families);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HBASE-9694) HBaseTestingUtility.createTable infinite loop

2013-10-21 Thread Jean-Marc Spaggiari (JIRA)

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

Jean-Marc Spaggiari updated HBASE-9694:
---

Status: Open  (was: Patch Available)

> HBaseTestingUtility.createTable infinite loop
> -
>
> Key: HBASE-9694
> URL: https://issues.apache.org/jira/browse/HBASE-9694
> Project: HBase
>  Issue Type: Bug
>Reporter: Jean-Marc Spaggiari
>Assignee: Jean-Marc Spaggiari
> Attachments: HBASE-9694-v0-trunk.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> We need to fix this.
> {code}
>   public HTable createTable(String tableName, String[] families)
>   throws IOException {
> return createTable(tableName, families);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HBASE-9694) HBaseTestingUtility.createTable infinite loop

2013-10-21 Thread Jean-Marc Spaggiari (JIRA)

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

Jean-Marc Spaggiari updated HBASE-9694:
---

Release Note: Update patch attached. Thanks for looking at it.
  Status: Patch Available  (was: Open)

> HBaseTestingUtility.createTable infinite loop
> -
>
> Key: HBASE-9694
> URL: https://issues.apache.org/jira/browse/HBASE-9694
> Project: HBase
>  Issue Type: Bug
>Reporter: Jean-Marc Spaggiari
>Assignee: Jean-Marc Spaggiari
> Attachments: HBASE-9694-v0-trunk.patch, HBASE-9694-v2-trunk.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> We need to fix this.
> {code}
>   public HTable createTable(String tableName, String[] families)
>   throws IOException {
> return createTable(tableName, families);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HBASE-9694) HBaseTestingUtility.createTable infinite loop

2013-10-21 Thread Jean-Marc Spaggiari (JIRA)

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

Jean-Marc Spaggiari updated HBASE-9694:
---

Release Note:   (was: Update patch attached. Thanks for looking at it.)

> HBaseTestingUtility.createTable infinite loop
> -
>
> Key: HBASE-9694
> URL: https://issues.apache.org/jira/browse/HBASE-9694
> Project: HBase
>  Issue Type: Bug
>Reporter: Jean-Marc Spaggiari
>Assignee: Jean-Marc Spaggiari
> Attachments: HBASE-9694-v0-trunk.patch, HBASE-9694-v2-trunk.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> We need to fix this.
> {code}
>   public HTable createTable(String tableName, String[] families)
>   throws IOException {
> return createTable(tableName, families);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HBASE-9694) HBaseTestingUtility.createTable infinite loop

2013-10-21 Thread Jean-Marc Spaggiari (JIRA)

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

Jean-Marc Spaggiari updated HBASE-9694:
---

Attachment: HBASE-9694-v2-trunk.patch

> HBaseTestingUtility.createTable infinite loop
> -
>
> Key: HBASE-9694
> URL: https://issues.apache.org/jira/browse/HBASE-9694
> Project: HBase
>  Issue Type: Bug
>Reporter: Jean-Marc Spaggiari
>Assignee: Jean-Marc Spaggiari
> Attachments: HBASE-9694-v0-trunk.patch, HBASE-9694-v2-trunk.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> We need to fix this.
> {code}
>   public HTable createTable(String tableName, String[] families)
>   throws IOException {
> return createTable(tableName, families);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HBASE-9694) HBaseTestingUtility.createTable infinite loop

2013-10-23 Thread stack (JIRA)

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

stack updated HBASE-9694:
-

   Resolution: Fixed
Fix Version/s: 0.96.1
   0.98.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed to trunk and 0.96.  Thanks JMS.

> HBaseTestingUtility.createTable infinite loop
> -
>
> Key: HBASE-9694
> URL: https://issues.apache.org/jira/browse/HBASE-9694
> Project: HBase
>  Issue Type: Bug
>Reporter: Jean-Marc Spaggiari
>Assignee: Jean-Marc Spaggiari
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9694-v0-trunk.patch, HBASE-9694-v2-trunk.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> We need to fix this.
> {code}
>   public HTable createTable(String tableName, String[] families)
>   throws IOException {
> return createTable(tableName, families);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)