[
https://issues.apache.org/jira/browse/ASTERIXDB-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135676#comment-16135676
]
ASF subversion and git services commented on ASTERIXDB-2049:
------------------------------------------------------------
Commit 62914c636ea5f922565b5340c669b4ebb8fc7859 in asterixdb's branch
refs/heads/master from [~alamoudi]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=62914c6 ]
[ASTERIXDB-2049][ING] Fix hang in Start Feed
- user model changes: no
- storage format changes: no
- interface changes: no
details:
- The hang is caused by one runtime finishing and unregistering
before another runtime registers. When that happens, the number
of registered runtimes never reaches the total number of runtimes
and so the start feed statement doesn't complete.
- To avoid the situation described above, we use different counters
for registration and deregistration. Since deregistration count
is now kept in another variable, the registrations will either
reach the expected count or a failure will happen and both
cases completes the start feed request.
Change-Id: I0019f5634009bf924fb37acc78eb796842eef492
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1953
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Contrib: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Till Westmann <[email protected]>
> Start Feed hangs indefinitely
> -----------------------------
>
> Key: ASTERIXDB-2049
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2049
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: ING - Ingestion
> Reporter: Abdullah Alamoudi
> Assignee: Abdullah Alamoudi
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)