[
https://issues.apache.org/jira/browse/ASTERIXDB-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abdullah Alamoudi resolved ASTERIXDB-1333.
------------------------------------------
Resolution: Fixed
> 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
>
> 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
(v6.3.4#6332)