asterixdb git commit: Update asterix-docker version

2017-05-01 Thread imaxon
Repository: asterixdb Updated Branches: refs/heads/master 3c4c1c771 -> 48892f5d1 Update asterix-docker version Change-Id: I07059310621009cab3cd0b463c485a3ca3c54487 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1715 Reviewed-by: Michael Blow Sonar-Qube: Jenkins

asterixdb git commit: Fix continue ingestion bug when exception happens

2017-05-01 Thread xikui
Repository: asterixdb Updated Branches: refs/heads/master d045f2072 -> 3c4c1c771 Fix continue ingestion bug when exception happens 1. Fix the bug when exception happens, localfs adapter couldn't pick up a new file to continue the ingestion. 2. Change the exception handling from string to

asterixdb git commit: Make LogManager More modular

2017-05-01 Thread amoudi
Repository: asterixdb Updated Branches: refs/heads/master b3982c733 -> d045f2072 Make LogManager More modular The motivation behind this change is to facilitate testing of log manager and components that interact with log manager through the overriding of the behaviour of the log buffer.