You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Abdullah Alamoudi (JIRA)" <ji...@apache.org> on 2018/03/07 23:36:00 UTC

[jira] [Closed] (ASTERIXDB-1333) Socket Adapter Feed Hangs with LSM Filters

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

Abdullah Alamoudi closed ASTERIXDB-1333.
----------------------------------------

> Socket Adapter Feed Hangs with LSM Filters
> ------------------------------------------
>
>                 Key: ASTERIXDB-1333
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1333
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Murtadha Hubail
>            Assignee: Abdullah Alamoudi
>            Priority: Major
>
> if there is a filter in the dataset, trying to connect a socket adapter feed to it hangs forever.
> To reproduce, execute the following:
> drop dataverse Analytics  if exists;
> create dataverse Analytics;
> use dataverse Analytics;
> create type ServerLogType as closed {
> id: int,
> ip: string,
> url: string,
> timestamp: datetime
> }
> create dataset ServerLog(ServerLogType)
> primary key id with filter on timestamp;
> create feed LogsFeed using socket_adapter 
> (
>     ("sockets"="127.0.0.1:10001"),
>     ("address-type"="IP"),
>     ("type-name"="ServerLogType"),
>     ("format"="adm")
> );
> set wait-for-completion-feed "false";
> connect feed LogsFeed to dataset ServerLog;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)