[
https://issues.apache.org/jira/browse/ACCUMULO-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15088749#comment-15088749
]
ASF GitHub Bot commented on ACCUMULO-4095:
------------------------------------------
GitHub user joshelser opened a pull request:
https://github.com/apache/accumulo/pull/63
ACCUMULO-4095 Hacks on CustomNonBlockingServer to restore client addr…
…ess functionality.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joshelser/accumulo
ACCUMULO-4095-perpetual-thrift-sadness
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/63.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #63
----
commit 107c17c5cceeb7c22fb02eafe2e77bc9304d0d37
Author: Josh Elser <[email protected]>
Date: 2016-01-08T05:49:44Z
ACCUMULO-4095 Hacks on CustomNonBlockingServer to restore client address
functionality.
----
> ShellServerIT#listscans failing due to null client
> --------------------------------------------------
>
> Key: ACCUMULO-4095
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4095
> Project: Accumulo
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Blocker
> Fix For: 1.8.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {noformat}
> root@miniInstance listscans> listscans
> TABLET SERVER | CLIENT | AGE | LAST | STATE |
> TYPE | USER | TABLE | COLUMNS | AUTHORIZATIONS | TABLET |
> SCAN ID | ITERATORS | ITERATOR OPTIONS
> hw10447.local:53868 | null | 9ms | 9ms |RUNNING
> |SINGLE | root |listscans | [] | | 2<< |
> 4790077908898785386
> |[SlowIterator=30,org.apache.accumulo.test.functional.SlowIterator] |
> {SlowIterator={sleepTime=500}}
> {noformat}
> Note that the client column has a value of "null". This is causing the test
> to fail. Seems to only be happening on master.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)