You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2014/08/15 14:11:18 UTC

[jira] [Commented] (SLIDER-326) regression: Hbase provider integration tests failing

    [ https://issues.apache.org/jira/browse/SLIDER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14098493#comment-14098493 ] 

Steve Loughran commented on SLIDER-326:
---------------------------------------

the freeze action appears to be taking the wrong# of parameters from what this (And an agent test) are providing
{code}
2014-08-15 13:03:46,145 [main] DEBUG main.ServiceLauncher (ServiceLauncher.java:serviceMain(620)) - "org.apache.slider.Slider" "freeze" "test_cluster_lifecycle" "--wait" "60000" "--message" "freeze-in-test" "cluster" "lifecycle" 
2014-08-15 13:03:46,189 [main] DEBUG utility.LaunchedWorkflowCompositeService (LaunchedWorkflowCompositeService.java:bindArgs(76)) - Binding 8 Arguments:
2014-08-15 13:03:46,190 [main] DEBUG utility.LaunchedWorkflowCompositeService (LaunchedWorkflowCompositeService.java:bindArgs(82)) - "freeze" "test_cluster_lifecycle" "--wait" "60000" "--message" "freeze-in-test" "cluster" "lifecycle" 
2014-08-15 13:03:46,288 [main] DEBUG params.CommonArgs (CommonArgs.java:validate(201)) - action=freeze
2014-08-15 13:03:46,293 [main] ERROR params.AbstractActionArgs (AbstractActionArgs.java:validate(138)) - Too many arguments for action freeze: limit is 1 but saw 3
2014-08-15 13:03:46,293 [main] ERROR params.AbstractActionArgs (AbstractActionArgs.java:validate(141)) - [1] "test_cluster_lifecycle"
2014-08-15 13:03:46,293 [main] ERROR params.AbstractActionArgs (AbstractActionArgs.java:validate(141)) - [2] "cluster"
2014-08-15 13:03:46,293 [main] ERROR params.AbstractActionArgs (AbstractActionArgs.java:validate(141)) - [3] "lifecycle"
2014-08-15 13:03:46,294 [main] DEBUG main.ServiceLauncher (ServiceLauncher.java:convertToExitException(518)) - While running service Slider Client: Too many arguments for action freeze: limit is 1 but saw 3
org.apache.slider.core.exceptions.BadCommandArgumentsException: Too many arguments for action freeze: limit is 1 but saw 3
	at org.apache.slider.common.params.AbstractActionArgs.validate(AbstractActionArgs.java:143)
	at org.apache.slider.common.params.CommonArgs.validate(CommonArgs.java:203)
	at org.apache.slider.common.params.CommonArgs.postProcess(CommonArgs.java:158)
	at org.apache.slider.common.params.CommonArgs.parse(CommonArgs.java:127)
	at org.apache.slider.client.SliderClient.bindArgs(SliderClient.java:175)
	at org.apache.slider.core.main.ServiceLauncher.launchService(ServiceLauncher.java:173)
	at org.apache.slider.core.main.ServiceLauncher.launchServiceRobustly(ServiceLauncher.java:471)
	at org.apache.slider.core.main.ServiceLauncher.launchServiceAndExit(ServiceLauncher.java:401)
	at org.apache.slider.core.main.ServiceLauncher.serviceMain(ServiceLauncher.java:626)
	at org.apache.slider.Slider.main(Slider.java:49)
2014-08-15 13:03:46,296 [main] ERROR main.ServiceLauncher (ServiceLauncher.java:convertToExitException(520)) - Too many arguments for action freeze: limit is 1 but saw 3
2014-08-15 13:03:46,297 [main] INFO  util.ExitUtil (ExitUtil.java:terminate(124)) - E
{code}

> regression: Hbase provider integration tests failing
> ----------------------------------------------------
>
>                 Key: SLIDER-326
>                 URL: https://issues.apache.org/jira/browse/SLIDER-326
>             Project: Slider
>          Issue Type: Bug
>          Components: providers/hbase
>    Affects Versions: Slider 0.50
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> A basic integration test {{HBaseClusterLifecycleIT}} is failing. This could be a sign of a problem broader than the (deprecated) provider



--
This message was sent by Atlassian JIRA
(v6.2#6252)