[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-12-13 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245562#comment-14245562
 ] 

stack commented on HBASE-12563:
---

[~talat] Their info port is in zk IIRC.  If for unit tests, you could iterate 
the running daemons -- you can get the set from the minihbasecluster instance 
-- and this way ask each daemon what their info port is?

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 1.0.0, 2.0.0, 0.98.10

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-12-02 Thread Talat UYARER (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231250#comment-14231250
 ] 

Talat UYARER commented on HBASE-12563:
--

I am confused little bit. If you can help me I will be glad. 
When I use HBaseTestingUtility#startMiniCluster with 2 master and 3 slave. 
Every nodes have different info ports because of they works on same machine. 
How can I learn their info port without Configuration object ? 

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 1.0.0, 2.0.0, 0.98.9

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Talat UYARER (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226422#comment-14226422
 ] 

Talat UYARER commented on HBASE-12563:
--

Hi [~stack] When you start up test minicluster we overwrite port configuration 
after starting up. Because of this HbaseTestingUtility's configuration object 
is different with configuration of the cluster.  You can check with 
hbase.regionserver.info.port. you will see both of them have different port 
number. So I set master's configuration to HbaseTestingUtility's. 

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226486#comment-14226486
 ] 

Hudson commented on HBASE-12563:


FAILURE: Integrated in HBase-TRUNK #5823 (See 
[https://builds.apache.org/job/HBase-TRUNK/5823/])
HBASE-12563 After Starting up mini hbase cluster, Real Configuration of Cluster 
never set to HBaseTestingUtility (Talat UYARER) (stack: rev 
9be143691c6b84201fc49b9de040686fab155b48)
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226495#comment-14226495
 ] 

stack commented on HBASE-12563:
---

I was asking why bother with the local variable when we have a data member 
this.hbaseCluster? Do...

this.conf = ((MiniHBaseCluster) 
this.hbaseCluster).getMaster().getConfiguration();

... but its not important... just was asking.

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226574#comment-14226574
 ] 

Hudson commented on HBASE-12563:


FAILURE: Integrated in HBase-1.0 #507 (See 
[https://builds.apache.org/job/HBase-1.0/507/])
HBASE-12563 After Starting up mini hbase cluster, Real Configuration of Cluster 
never set to HBaseTestingUtility (Talat UYARER) (stack: rev 
2e9597ffb790cf23699f1f85777403b436c96ab9)
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226606#comment-14226606
 ] 

stack commented on HBASE-12563:
---

Did git revert from branch-1 and from master branch.

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226617#comment-14226617
 ] 

Hudson commented on HBASE-12563:


FAILURE: Integrated in HBase-0.98 #701 (See 
[https://builds.apache.org/job/HBase-0.98/701/])
HBASE-12563 After Starting up mini hbase cluster, Real Configuration of Cluster 
never set to HBaseTestingUtility (Talat UYARER) (stack: rev 
e59c3704d55ecd74c7c657bf1b079befa43b30f3)
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226636#comment-14226636
 ] 

Andrew Purtell commented on HBASE-12563:


Why not revert from 0.98 too?

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226639#comment-14226639
 ] 

Andrew Purtell commented on HBASE-12563:


Looks like 10 new regressions in 0.98

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226673#comment-14226673
 ] 

Hudson commented on HBASE-12563:


FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #668 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/668/])
HBASE-12563 After Starting up mini hbase cluster, Real Configuration of Cluster 
never set to HBaseTestingUtility (Talat UYARER) (stack: rev 
e59c3704d55ecd74c7c657bf1b079befa43b30f3)
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226720#comment-14226720
 ] 

Hudson commented on HBASE-12563:


FAILURE: Integrated in HBase-1.0 #508 (See 
[https://builds.apache.org/job/HBase-1.0/508/])
Revert HBASE-12563 After Starting up mini hbase cluster, Real Configuration of 
Cluster never set to HBaseTestingUtility (Talat UYARER) (stack: rev 
f376343a17c23b97f1a0172f508c3bcd4a5f71a2)
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226747#comment-14226747
 ] 

Andrew Purtell commented on HBASE-12563:


np, reverted from 0.98 too

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226790#comment-14226790
 ] 

stack commented on HBASE-12563:
---

Ugh. Sorry [~apurtell]  Should have caught that.


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226762#comment-14226762
 ] 

Hudson commented on HBASE-12563:


FAILURE: Integrated in HBase-TRUNK #5825 (See 
[https://builds.apache.org/job/HBase-TRUNK/5825/])
Revert HBASE-12563 After Starting up mini hbase cluster, Real Configuration of 
Cluster never set to HBaseTestingUtility (Talat UYARER) (stack: rev 
d1f39d82469849a8de109b448156e180b983d4b7)
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226879#comment-14226879
 ] 

Hudson commented on HBASE-12563:


SUCCESS: Integrated in HBase-0.98 #702 (See 
[https://builds.apache.org/job/HBase-0.98/702/])
Revert HBASE-12563 After Starting up mini hbase cluster, Real Configuration of 
Cluster never set to HBaseTestingUtility (Talat UYARER) (apurtell: rev 
ecd202191ff4583e64443a44922654c15fa5c564)
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226927#comment-14226927
 ] 

Hudson commented on HBASE-12563:


SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #669 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/669/])
Revert HBASE-12563 After Starting up mini hbase cluster, Real Configuration of 
Cluster never set to HBaseTestingUtility (Talat UYARER) (apurtell: rev 
ecd202191ff4583e64443a44922654c15fa5c564)
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestInfoServers.java


 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Fix For: 2.0.0, 0.98.9, 0.99.2

 Attachments: HBASE-12563-v2.patch, HBASE-12563-v3.patch, 
 HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-24 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14223295#comment-14223295
 ] 

stack commented on HBASE-12563:
---

Why remove this configuration?

51  UTIL.getConfiguration().setInt(HConstants.MASTER_INFO_PORT, 0); 

52  UTIL.getConfiguration().setInt(HConstants.REGIONSERVER_INFO_PORT, 
0);   

Now the ports are not ephemeral anymore?

And in the test you assert nothing?  Shouldn't you at least assert you can get 
to the info port ui?


Thanks

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Attachments: HBASE-12563-v2.patch, HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-24 Thread Talat UYARER (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14223358#comment-14223358
 ] 

Talat UYARER commented on HBASE-12563:
--

Those are unnecessary. They are set when you are starting MiniHBaseCluster. You 
can look at 
[LocalHBaseCluster|https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/LocalHBaseCluster.java#L145]
 

I updated configuration object. And I reach the info ui on defined port with 
the tests. If I can reach to the info ui on updated configuration port, Is not 
it enough ? 

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Attachments: HBASE-12563-v2.patch, HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-24 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14223382#comment-14223382
 ] 

stack commented on HBASE-12563:
---

You added no asserts to the tests?  They worked before you made your change, is 
that right? If so, is there a test you can add that fails before your code 
change and passes after.

Fair enough on removing the explicit setting of ports to 0.

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Attachments: HBASE-12563-v2.patch, HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-22 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14221912#comment-14221912
 ] 

stack commented on HBASE-12563:
---

Interesting. Makes sense [~talat].  You have a unit test to go with this patch? 
 Add it to TestHBaseTestingUtility?  Assert the master port works post-startup?

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Attachments: HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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


[jira] [Commented] (HBASE-12563) After Starting up mini hbase cluster, Real Configuration of Cluster never set to HBaseTestingUtility

2014-11-22 Thread Talat UYARER (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14222147#comment-14222147
 ] 

Talat UYARER commented on HBASE-12563:
--

Thanks [~stack] for fast reviewing. I did not expect the reviewing to be so 
fast :) Ok I will create a unit test for TestHBaseTestingUtility. 

 After Starting up mini hbase cluster, Real Configuration of Cluster never set 
 to HBaseTestingUtility 
 -

 Key: HBASE-12563
 URL: https://issues.apache.org/jira/browse/HBASE-12563
 Project: HBase
  Issue Type: Bug
Affects Versions: 2.0.0, 0.99.1
Reporter: Talat UYARER
Assignee: Talat UYARER
 Attachments: HBASE-12563.patch


 When I use startMiniHBaseCluster method. It starts up a Mini Cluster for the 
 tests. While starting It changes some configuration. For example Master's 
 port or Region Server's. After Cluster starting We should set its new 
 configuration to HbaseTestingUtils conf.



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