Accumulo-1.8 - Build # 58 - Aborted

2016-07-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-1.8 (build #58)

Status: Aborted

Check console output at https://builds.apache.org/job/Accumulo-1.8/58/ to view 
the results.

[jira] [Updated] (ACCUMULO-4380) SetScanIter command in shell does not exist in 2.0, needs to be marked deprecated

2016-07-20 Thread Christopher Tubbs (JIRA)

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

Christopher Tubbs updated ACCUMULO-4380:

Fix Version/s: (was: 1.8.0)

> SetScanIter command in shell does not exist in 2.0, needs to be marked 
> deprecated
> -
>
> Key: ACCUMULO-4380
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4380
> Project: Accumulo
>  Issue Type: Task
>  Components: shell
>Reporter: Dave Marion
>Priority: Blocker
>




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


Accumulo-Master - Build # 1913 - Aborted

2016-07-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Master (build #1913)

Status: Aborted

Check console output at https://builds.apache.org/job/Accumulo-Master/1913/ to 
view the results.

[jira] [Commented] (ACCUMULO-4374) ChangeSecret tool can't accept password input

2016-07-20 Thread Christopher Tubbs (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386658#comment-15386658
 ] 

Christopher Tubbs commented on ACCUMULO-4374:
-

I believe the bug exists for 1.7.2 also, but I could be wrong.

> ChangeSecret tool can't accept password input
> -
>
> Key: ACCUMULO-4374
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4374
> Project: Accumulo
>  Issue Type: Bug
>  Components: shell
>Reporter: Michael Miller
>Assignee: Michael Miller
>  Labels: newbie
> Fix For: 1.7.3, 1.8.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Changes to o.a.a.shell.Shell have broken the ChangeSecret tool. When running 
> o.a.a.server.util.ChangeSecret using the bin/accumulo script, another thread 
> running the Shell will also have an open input stream interfering with the 
> input of the password. This is due to the ServiceLoader creating an instance 
> of the Shell using the no arg constructor, which creates an instance of the 
> jline ConsoleReader. 
> There are two options to fix this bug:
>   1. Make the no-arg constructor in the Shell do less work. (this should be
> easy, because it's only called by Shell.main, and main can just pass the
> parameters that the no-arg constructor was assuming)
>   2. Move the KeywordExecutable stuffs for Shell into a minimal
> launcher/factory class for Shell; see **/MasterExecutable.java for another
> case where I had to do this.



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


[jira] [Commented] (ACCUMULO-4381) Use of JDK8 Process.isAlive() method in SuspendedTabletsIT

2016-07-20 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386629#comment-15386629
 ] 

Josh Elser commented on ACCUMULO-4381:
--

n/m this is easy to fix. {{Process#isAlive()}} is just some syntactic sugar.

> Use of JDK8 Process.isAlive() method in SuspendedTabletsIT
> --
>
> Key: ACCUMULO-4381
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4381
> Project: Accumulo
>  Issue Type: Bug
>  Components: test
>Reporter: Josh Elser
>Assignee: Josh Elser
>Priority: Blocker
> Fix For: 1.8.0
>
>
> {noformat}
> [INFO] -
> [ERROR] COMPILATION ERROR :
> [INFO] -
> [ERROR] 
> /Users/jelser/projects/accumulo.git/test/src/main/java/org/apache/accumulo/test/master/SuspendedTabletsIT.java:[140,19]
>  cannot find symbol
>   symbol:   method isAlive()
>   location: variable p of type java.lang.Process
> {noformat}
> Looks like ACCUMULO-4353 brought in a JDK8 method to the 1.8 branch (which 
> still targets JDK7).
> FYI [~kturner], [~ShawnWalker].



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


[jira] [Created] (ACCUMULO-4381) Use of JDK8 Process.isAlive() method in SuspendedTabletsIT

2016-07-20 Thread Josh Elser (JIRA)
Josh Elser created ACCUMULO-4381:


 Summary: Use of JDK8 Process.isAlive() method in SuspendedTabletsIT
 Key: ACCUMULO-4381
 URL: https://issues.apache.org/jira/browse/ACCUMULO-4381
 Project: Accumulo
  Issue Type: Bug
  Components: test
Reporter: Josh Elser
Assignee: Keith Turner
Priority: Blocker
 Fix For: 1.8.0


{noformat}
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR] 
/Users/jelser/projects/accumulo.git/test/src/main/java/org/apache/accumulo/test/master/SuspendedTabletsIT.java:[140,19]
 cannot find symbol
  symbol:   method isAlive()
  location: variable p of type java.lang.Process
{noformat}

Looks like ACCUMULO-4353 brought in a JDK8 method to the 1.8 branch (which 
still targets JDK7).

FYI [~kturner], [~ShawnWalker].



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


[jira] [Commented] (ACCUMULO-4374) ChangeSecret tool can't accept password input

2016-07-20 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386542#comment-15386542
 ] 

Josh Elser commented on ACCUMULO-4374:
--

After, rebase'ing and squashing Michael's latest, the changes do not cleanly 
come back to 1.7, but do to 1.8.

> ChangeSecret tool can't accept password input
> -
>
> Key: ACCUMULO-4374
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4374
> Project: Accumulo
>  Issue Type: Bug
>  Components: shell
>Reporter: Michael Miller
>Assignee: Michael Miller
>  Labels: newbie
> Fix For: 1.7.3, 1.8.0
>
>
> Changes to o.a.a.shell.Shell have broken the ChangeSecret tool. When running 
> o.a.a.server.util.ChangeSecret using the bin/accumulo script, another thread 
> running the Shell will also have an open input stream interfering with the 
> input of the password. This is due to the ServiceLoader creating an instance 
> of the Shell using the no arg constructor, which creates an instance of the 
> jline ConsoleReader. 
> There are two options to fix this bug:
>   1. Make the no-arg constructor in the Shell do less work. (this should be
> easy, because it's only called by Shell.main, and main can just pass the
> parameters that the no-arg constructor was assuming)
>   2. Move the KeywordExecutable stuffs for Shell into a minimal
> launcher/factory class for Shell; see **/MasterExecutable.java for another
> case where I had to do this.



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


Accumulo-Pull-Requests - Build # 374 - Aborted

2016-07-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Pull-Requests (build #374)

Status: Aborted

Check console output at 
https://builds.apache.org/job/Accumulo-Pull-Requests/374/ to view the results.

Accumulo-Master - Build # 1912 - Still Failing

2016-07-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Master (build #1912)

Status: Still Failing

Check console output at https://builds.apache.org/job/Accumulo-Master/1912/ to 
view the results.

[jira] [Commented] (ACCUMULO-4128) ShellServerIT#scansWithClassLoaderContext fails consistently

2016-07-20 Thread Dave Marion (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385735#comment-15385735
 ] 

Dave Marion commented on ACCUMULO-4128:
---

Test changed and committed.

> ShellServerIT#scansWithClassLoaderContext fails consistently
> 
>
> Key: ACCUMULO-4128
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4128
> Project: Accumulo
>  Issue Type: Bug
>  Components: test
>Reporter: Eric Newton
>Assignee: Dave Marion
> Fix For: 2.0.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Commented] (ACCUMULO-4128) ShellServerIT#scansWithClassLoaderContext fails consistently

2016-07-20 Thread Dave Marion (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385712#comment-15385712
 ] 

Dave Marion commented on ACCUMULO-4128:
---

I'll change the test to use setshelliter. Thanks [~ctubbsii].

> ShellServerIT#scansWithClassLoaderContext fails consistently
> 
>
> Key: ACCUMULO-4128
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4128
> Project: Accumulo
>  Issue Type: Bug
>  Components: test
>Reporter: Eric Newton
>Assignee: Dave Marion
> Fix For: 2.0.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Commented] (ACCUMULO-4380) SetScanIter command in shell does not exist in 2.0, needs to be marked deprecated

2016-07-20 Thread Michael Wall (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385709#comment-15385709
 ] 

Michael Wall commented on ACCUMULO-4380:


Closing since the method warns it is being deprecated when you run it

https://github.com/apache/accumulo/blob/1.8/shell/src/main/java/org/apache/accumulo/shell/commands/SetScanIterCommand.java#L45

> SetScanIter command in shell does not exist in 2.0, needs to be marked 
> deprecated
> -
>
> Key: ACCUMULO-4380
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4380
> Project: Accumulo
>  Issue Type: Task
>  Components: shell
>Reporter: Dave Marion
>Priority: Blocker
> Fix For: 1.8.0
>
>




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


[jira] [Resolved] (ACCUMULO-4380) SetScanIter command in shell does not exist in 2.0, needs to be marked deprecated

2016-07-20 Thread Michael Wall (JIRA)

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

Michael Wall resolved ACCUMULO-4380.

Resolution: Not A Problem

> SetScanIter command in shell does not exist in 2.0, needs to be marked 
> deprecated
> -
>
> Key: ACCUMULO-4380
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4380
> Project: Accumulo
>  Issue Type: Task
>  Components: shell
>Reporter: Dave Marion
>Priority: Blocker
> Fix For: 1.8.0
>
>




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