commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2017/01/03
reef git commit: [REEF-1690] Replace Skip attribute with Trait for .NET tests running on Yarn
juliaw
2017/01/03
reef git commit: [REEF-1621] Fix TestTransportServerEvent failures in AppVeyor
juliaw
2016/12/20
reef git commit: [REEF-1492] Properly handle exception in ResultHandler.Dispose()
mariia
2016/12/20
reef git commit: [REEF-1628] Clean up temporary files after REEF test runs
juliaw
2016/12/19
reef git commit: [REEF-1675] Provide implementations of metrics utilities
mariia
2016/12/19
reef git commit: [REEF-1688] IMRU: Don't fail if RM allocates extra evaluators
juliaw
2016/12/16
reef git commit: [REEF-1511] Add timeout for Task shutdown during IMRU recovery
mariia
2016/12/13
reef git commit: [REEF-1687] Throw exception if task dispose throws exception after Call()
mariia
2016/12/12
reef git commit: [REEF-1430] Validate Task Message Send failure => FailedEvaluator Event
juliaw
2016/12/12
reef git commit: [REEF-1685] Complete the Job properly if update/master task is completed from running state
mariia
2016/12/07
reef git commit: [REEF-1681] Allow REEF Driver to run in unmanaged AM mode
mariia
2016/12/06
reef git commit: [REEF-1683] Use default MaxRetryNumberInRecovery properly
mariia
2016/12/05
reef git commit: [REEF-1464] Fix TestTaskCloseOnLocalRuntime failures in AppVeyor
juliaw
2016/12/05
reef git commit: [REEF-1682] Update TCP connection config values for IMRU example and test
mariia
2016/12/02
reef git commit: [REEF-1680] Increasing default retry time in WaitingForRegistration
mariia
2016/12/02
reef git commit: [REEF-1679] Evaluator shouldn't go to recovery mode if there is no reconnect logic provided
mariia
2016/12/02
reef git commit: [REEF-1538] Make O.A.R.Common.Tests build to Release folder in Release mode
juliaw
2016/12/02
reef git commit: [REEF-1670] Add exception information to FormatJavaExceptionMessage
mariia
2016/11/30
reef git commit: [REEF-1677] Count evaluators failed during WaitingForEvaluator phase towards MaximumNumberOfEvaluatorFailures limit
juliaw
2016/11/23
reef git commit: [REEF-1678] Remove unused MaximumNumberOfEvaluatorFailuresExceededException
weimer
2016/11/23
reef git commit: [REEF-1625] Fix TestFailMapperEvaluatorsOnDispose failures in AppVeyor
juliaw
2016/11/23
reef git commit: [REEF-1676] Make REEF compile in VS 2017 RC
mariia
2016/11/22
reef git commit: [REEF-1672] Define Immutable Counters and Gauges
mariia
2016/11/22
reef git commit: [REEF-1663] Fix TestKMeansOnDirectRunViaFileSystem failure in AppVeyor
juliaw
2016/11/21
[1/2] reef git commit: [REEF-1673] Unify AssemblyInfo information across projects
juliaw
2016/11/21
[2/2] reef git commit: [REEF-1673] Unify AssemblyInfo information across projects
juliaw
2016/11/21
[1/2] reef git commit: [REEF-1448] Support for upstream heartbeats Adding job cancellation functionality into IMRU driver. And exposing ICancellationDetector interface in API which enables client to provide custom cancellation detection from upstream. Im
juliaw
2016/11/21
[2/2] reef git commit: [REEF-1448] Support for upstream heartbeats Adding job cancellation functionality into IMRU driver. And exposing ICancellationDetector interface in API which enables client to provide custom cancellation detection from upstream. Im
juliaw
2016/11/17
reef git commit: [REEF-1669]Removing YarnClient from YarnContainerManager
motus
2016/11/10
reef git commit: [REEF-1659] Refactor checkpointing service for REEF Java.
weimer
2016/11/10
reef git commit: [REEF-1665] Better default value for Java runtime path
weimer
2016/11/10
reef git commit: [REEF-1666] Better logging in YARN job submission
weimer
2016/11/03
reef git commit: [REEF-1662] Update Snapshot Number to 06
mariia
2016/11/02
reef git commit: [REEF-1658] Gracefully shut down all threads at the end of the REEF job
weimer
2016/11/01
reef git commit: [REEF-1660] Don't close streams in DFSEvaluatorLogOverwriteReaderWriter before flushing them
weimer
2016/11/01
reef git commit: [REEF-1654] Implement graceful shutdown of Wake executor services
weimer
2016/11/01
reef git commit: [REEF-1646] Adding ArgumentNullException in config initialization
juliaw
2016/10/31
reef git commit: [REEF-1655] Close the driver restart manager on driver shutdown
mariia
2016/10/31
reef git commit: [REEF-1657] Better thread names in REEF and Wake
weimer
2016/10/31
reef git commit: [REEF-1482] Driver does not exit even if all the task exit normally
mariia
2016/10/28
reef git commit: [REEF-1656] Implement proper logging of threads still running at the end of the REEF process
weimer
2016/10/26
reef git commit: [REEF-1648] Allow transition from ALLOCATED to RUNNING in EvaluatorState
weimer
2016/10/25
reef git commit: [REEF-1637] Bugfix: When launched via REEFEnvironment, Driver does not receive heartbeats from Evaluators
mariia
2016/10/25
reef git commit: [REEF-1652] Change properties of UpdateResult in IMRU to public from internal
weimer
2016/10/25
reef git commit: [REEF-1651] Improve logging in REEF Remote Manager and related classes
mariia
2016/10/24
reef git commit: [REEF-1650] Warn about unclean evaluator shutdown only if evaluator is not closing yet
weimer
2016/10/19
reef git commit: [REEF-1645] Fix the issue with assertion in RuntimeClock.stop() and log numClientAlarms
weimer
2016/10/17
reef git commit: [REEF-1644] Update snapshot version to 05
weimer
2016/10/17
reef git commit: [REEF-1643] Remove Maven download from AppVeyor dependencies
weimer
2016/10/17
reef git commit: [REEF-1642] Make sure there is only one instance of Evaluators per REEFEnvironment/Driver
weimer
2016/10/17
reef git commit: [REEF-1641] Remove batch id and change the way to request maser/slave evalautors
mariia
2016/10/14
reef git commit: [REEF-1615] Add unit tests and improve logging for `REEFEnvironment` functionality
weimer
2016/10/14
reef git commit: [REEF-1639] Refactor RunnableProcess and move State logic into a separate enum
mariia
2016/10/13
reef git commit: [REEF-1640] Remove leftover <Configuration> and <Platform> tags from .csproj files
juliaw
2016/10/10
reef git commit: [REEF-1596] Add the ability to check the status of the REEF job launched directly via REEFEnvironment Driver.
weimer
2016/10/06
[2/2] reef git commit: [REEF-1404] Move IMRU Task state to Context
weimer
2016/10/06
[1/2] reef git commit: [REEF-1404] Move IMRU Task state to Context
weimer
2016/10/06
reef git commit: [REEF-1633] Implement Configurations.getDefaultSerializer() and .toString() methods
weimer
2016/10/06
reef git commit: [REEF-1634] Add AppVeyor build for VS2013
weimer
2016/10/06
[1/2] reef git commit: [REEF-1632] Optimize `using` directives
weimer
2016/10/06
[2/2] reef git commit: [REEF-1632] Optimize `using` directives
weimer
2016/10/06
reef git commit: [REEF-1573] Split REEFLauncher into executable part and the Clock-running environment.
juliaw
2016/10/05
reef git commit: [REEF-1554] Fix .NET Core compatibility issues in REEF.Wake
mariia
2016/10/03
reef git commit: [REEF-1630] Update Snapshot Number to 04
mariia
2016/10/03
reef git commit: [REEF-1619] Add Evaluator.exe to the libs folder of the Evaluator NuGet
mariia
2016/10/03
reef git commit: [REEF-1504] Collect garbage in the idle time of UpdateTaskHost.TaskBody
juliaw
2016/09/30
reef git commit: [REEF-1627] Assign name and thread group to each thread that manages local containers on the Driver side
weimer
2016/09/29
reef git commit: [REEF-1626] Update Snapshot Number to 03
weimer
2016/09/29
reef git commit: [REEF-1611] Move Java .proto files to common directory
weimer
2016/09/28
reef git commit: [REEF-1473] Add check for strStatus=null to TestBridgeClient
weimer
2016/09/28
reef git commit: [REEF-1618] Add stack trace to exceptions handled in TaskHostBase
weimer
2016/09/28
reef git commit: [REEF-1623] Remove double-logging exception in Logger.Log(Exception)
weimer
2016/09/27
reef git commit: [REEF-1451] Clean up IMRU Fault Tolerant scenario tests
weimer
2016/09/27
reef git commit: [REEF-1617] Mark the RxTimerStage class as obsolete
weimer
2016/09/27
reef git commit: [REEF-1521] Decouple bridge handler setup and DriverStart event delegation
weimer
2016/09/23
reef git commit: [REEF-1518] Allow map and update functions in IMRU be disposable
juliaw
2016/09/23
reef git commit: [REEF-1572] Clean up class hierarchy for Map/UpdateTaskHost
weimer
2016/09/22
reef git commit: [REEF-1571] Switch to AppVeyor DownloadFile command
weimer
2016/09/22
svn commit: r15500 - in /release/reef/0.15.1: ./ apache-reef-0.15.1.tar.gz apache-reef-0.15.1.tar.gz.asc apache-reef-0.15.1.tar.gz.md5 apache-reef-0.15.1.tar.gz.sha512.txt
shulmanb
2016/09/21
reef git commit: [REEF-1570] In-line AvroUtils and remove Avro dependency from O.A.R.Utilities
weimer
2016/09/16
reef git commit: [REEF-1546] Fix comments in Tang.NET referring to ApplicationException
mariia
2016/09/16
reef git commit: [REEF-1557] Refactor State, EvaluatorState, and related clases.
mariia
2016/09/16
reef git commit: [REEF-1563] Fix test issue in IMRU TestTaskClose
mariia
2016/09/15
reef git commit: [REEF-1564] Add `
[email protected]
` instructions to website
mariia
2016/09/14
reef git commit: [REEF-1562] Remove inheritance from ReefRuntimeException
juliaw
2016/09/13
reef git commit: [REEF-1549] Resolve the issue in WaitingForRegistration
mariia
2016/09/09
reef git commit: [REEF-1550] Clean up task exceptions in IMRU task hosts
mariia
2016/09/09
reef git commit: [REEF-1556] Add number of forced failures for IMRU fault tolerant testing
mariia
2016/09/08
reef git commit: [REEF-1542] Fix CoreCLR incompatibilities related to use of SystemException
mariia
2016/09/08
reef git commit: [REEF-1559] Remove unused methods of Exceptions
weimer
2016/09/08
reef git commit: [REEF-832] Add CLOSING state to EvaluatorState
weimer
2016/09/07
reef git commit: [REEF-1555] Refactor REEF Driver logic for code readability and add more javadocs
weimer
2016/09/07
reef git commit: [REEF-1558] Mark Exceptions class Obsolete
weimer
2016/09/01
[2/3] reef git commit: [REEF-1251] IMRU Driver handlers for fault tolerant
juliaw
2016/09/01
[1/3] reef git commit: [REEF-1251] IMRU Driver handlers for fault tolerant
juliaw
2016/09/01
[3/3] reef git commit: [REEF-1251] IMRU Driver handlers for fault tolerant
juliaw
2016/09/01
reef git commit: [Documentation] Add CI setup to build/test instructions in BUILD.md
mariia
2016/09/01
reef git commit: [REEF-1547] Use Apache Hadoop 2.7.3 for `apache2.7` docker image
dongjoon
2016/08/31
reef git commit: [REEF-1502] Fix remaining Core .NET incompatibilities in REEF.Driver.
weimer
2016/08/30
[2/3] reef git commit: [REEF-1481] Develop basic metrics APIs for REEF.Net
weimer
2016/08/30
[1/3] reef git commit: [REEF-1481] Develop basic metrics APIs for REEF.Net
weimer
2016/08/30
[3/3] reef git commit: [REEF-1481] Develop basic metrics APIs for REEF.Net
weimer
2016/08/29
[reef] Git Push Summary
shulmanb
2016/08/29
svn commit: r15086 - in /dev/reef/0.15.1-rc1: ./ apache-reef-0.15.1-rc1.tar.gz apache-reef-0.15.1-rc1.tar.gz.asc apache-reef-0.15.1-rc1.tar.gz.md5 apache-reef-0.15.1-rc1.tar.gz.sha512.txt
shulmanb
2016/08/26
reef git commit: [REEF-1545] Refactor HandlerContainer to improve safety, readability, and performance
weimer
2016/08/26
reef git commit: [REEF-443] Create a Publications section on the website
mariia
2016/08/26
reef git commit: [REEF-1533] Make RuntimeClock more testable and create unit tests to check graceful and forceful shutdown of RuntimeClock
shulmanb
2016/08/24
reef git commit: [REEF-1540] Release 0.15.1
motus
2016/08/23
reef git commit: Changing version to 0.15.1
shulmanb
2016/08/23
[reef] Git Push Summary
shulmanb
2016/08/23
reef git commit: [REEF-1539] Fix memory leak in InteropUtil.cpp
shulmanb
2016/08/23
reef git commit: [REEF-1522] Optimize WaitForTaskRegistration
weimer
2016/08/19
reef git commit: [REEF-1535] Fix .\bin\runtests.ps1 and add -Yarn command line flag to it.
shulmanb
2016/08/18
reef git commit: [REEF-1534] Temporarily disable JSON pretty printing
shulmanb
2016/08/18
reef git commit: [REEF-1137] REEF Standalone Runtime
johnyangk
2016/08/18
reef git commit: [REEF-1529] Fixing reef-webserver for multi runtime
motus
2016/08/18
[reef] Git Push Summary
motus
2016/08/18
reef git commit: [REEF-1529] Fixing reef-webserver for multi runtime
motus
2016/08/18
reef git commit: [REEF-1528] Refactor dependency between yarn runtime and reef-webserver projects
motus
2016/08/17
reef git commit: [REEF-1527] Refactor RuntimeClock and implement graceful shutdown correctly.
weimer
2016/08/16
reef git commit: [REEF-1530] Fix CoreCLR incompatibilities in Tang related to String.StartsWith method
mariia
2016/08/12
reef git commit: [REEF-1524] Fix .NET Core System.Text.Encoding.get_Default incompatibility in Tang
mariia
2016/08/12
reef git commit: [REEF-1523] Fix Null Point exception in NameServer when message is null
mariia
2016/08/12
reef git commit: [REEF-1517] Fix warning in .\bin\runreef.ps1 script
mariia
2016/08/11
reef git commit: [REEF-1519] Improve readability of code and logs in REEF launcher
ssd
2016/08/11
reef git commit: [REEF-1500] Fix CoreCLR incompatibilities in Tang related to System.IO and Application Exceptions The following types/methods are not supported in CoreCLR. So replacing with * ApplicationException --> newly defined TangApplicationExc
shravan
2016/08/09
reef git commit: [REEF-1405] Cache the data in IMRU Context layer
mariia
2016/08/09
reef git commit: [REEF-1510] Fix .NET Core System.Type.get_Assembly incompatibility in Tang.Tests
shravan
2016/08/04
reef git commit: [REEF-1499] Fix CoreCLR incompatibility for isDefined function in Tang Reflection Utilities
shravan
2016/08/03
reef git commit: [REEF-1503] Do not shut down driver on attempt to send close message to a non-running task
ssd
2016/08/03
reef git commit: [REEF-967] Handle null in RequiredImpl
weimer
2016/08/01
reef git commit: [REEF-1497] Fix .NET Core compatibility issues in REEF.Driver
shravan
2016/07/29
reef git commit: [REEF-650] Introduce example that actually uses IPerMapperConfigs in IMRU
ssd
2016/07/25
reef git commit: [REEF-1495] Fix suspend example
ssd
2016/07/21
reef git commit: [REEF-1496] Fix CoreCLR incompatibilities in Tang Tools
weimer
2016/07/15
reef git commit: [REEF-1183] Enable KMeans .NET tests
weimer
2016/07/13
reef git commit: [REEF-1490] Remove ITaskMessageSource.Message.Set
weimer
2016/07/13
reef git commit: [REEF-1486] Delete deprecated package o.a.r.wake.storage
ssd
2016/07/13
reef git commit: [REEF-1485] Delete deprecated LegacyLocalAddressProvider
ssd
2016/07/12
reef git commit: [REEF-1466] Cancel the blocking message reading and close the task properly
dhruv
2016/07/08
reef git commit: [REEF-1433] Validate Context Stop failure => FailedContext Event
mariia
2016/07/07
[1/2] reef git commit: [REEF-997] Fix spacing in C++ files
motus
2016/07/07
[2/2] reef git commit: [REEF-997] Fix spacing in C++ files
motus
2016/07/07
reef git commit: [REEF-1487] Delete deprecated code in reef-io
jsjason
2016/07/04
reef git commit: [REEF-68] Make Wake unit tests robust to port conflicts
taegeonum
2016/07/04
reef git commit: [REEF-1139] Raise a checkstyle warning on calling System.exit()
yunseong
2016/07/01
reef git commit: [REEF-1434] Validate Context Message Send failure => FailedEvaluator …
juliaw
2016/07/01
reef git commit: [REEF-1429] Validate Task Suspend failure => FailedEvaluator Event
juliaw
2016/07/01
reef git commit: [REEF-1453] GroupCommunication should create a new observer for each Task
juliaw
2016/07/01
reef git commit: [REEF-1447] Validate Task close failure => FailedTask Event (task has not yet finished)
juliaw
2016/06/30
reef git commit: [REEF-1431] Validate Task Message Receive failure => FailedEvaluator Event
mariia
2016/06/30
reef git commit: [REEF-1432] Validate Context Start failure => FailedContext Event
mariia
2016/06/29
reef git commit: [REEF-1476] Fix race condition in TestTwoSuccessiveTasksOnSameContext
weimer
2016/06/29
reef git commit: [REEF-1435] Validate Context Message Receive failure => FailedEvaluator Event
weimer
2016/06/29
reef git commit: [REEF-383] Remove JavaBridge.java
mariia
2016/06/29
reef git commit: [REEF-1436] Validate Service constructor failure => FailedContext Event
mariia
2016/06/29
reef git commit: [REEF-1476] Fix race condition in TestTwoSuccessiveTasksOnSameContext
mariia
2016/06/27
reef git commit: [REEF-1469] Simplify logic in OperatorTopology
dhruv
2016/06/27
reef git commit: [REEF-1474] TestTask tests should wait for StartEvent to be signaled before test verifications
dhruv
2016/06/27
reef git commit: [REEF-1470] Update snapshot number to 02
mariia
2016/06/21
reef git commit: [REEF-1463] Update Newtonsoft.Json to version 8.0.3
mariia
2016/06/21
reef git commit: [REEF-1412] Use a two-file approach for DFSEvaluatorLogOverwriteWriter
weimer
2016/06/17
reef git commit: [REEF-1423] Tasks are not disposed after they are closed
mariia
2016/06/16
reef git commit: [REEF-1427] Validate Task.Call failure => FailedTask Event
juliaw
2016/06/16
reef git commit: [REEF-1424] Validate Task StartHandler failure => FailedTask Event
juliaw
2016/06/15
reef git commit: [REEF-1454] onResourceLaunch should not throw exception if evaluator failed
weimer
2016/06/13
reef git commit: [REEF-1443] Find root cause of transient failure of testFailureRestart in Jenkins
juliaw
2016/06/10
svn commit: r1747739 - /reef/site/apidoc_net/
dongjoon
2016/06/10
svn commit: r1747738 - in /reef/site: ./ apidoc_net/ js/
dongjoon
2016/06/10
reef git commit: [REEF-1415] Deprecate JavaTaskException and set AsError to null on FailedTask for FailedEvaluators
weimer
2016/06/09
reef git commit: [REEF-1452] Make PoisonException Serializable
mariia
2016/06/09
reef git commit: [REEF-1439] Validate Exception in spun off System.Threading.Thread => FailedEvaluator Event
juliaw
2016/06/09
reef git commit: [REEF-1416] Add 0.15 to `Download & APIs` section on Apache REEF webpage
mariia
2016/06/09
reef git commit: [REEF-1428] Validate Task Stop failure => FailedTask Event
juliaw
2016/06/08
reef git commit: [REEF-1408] Adding IMRU functional tests
mariia
2016/06/08
reef git commit: [REEF-1388] Fix RunningTask to be sent for short-lived .NET tasks
afchung90
2016/06/08
reef git commit: [REEF-1371] Replace all use of RuntimeClock with IClock
juliaw
2016/06/08
reef git commit: [REEF-1445] Remove .NET code made obsolete in 0.15
afchung90
2016/06/07
svn commit: r1747340 - in /reef/site/apidoc_net/0.15.0: ./ search/
dongjoon
2016/06/07
svn commit: r1747339 - in /reef/site/apidocs/0.15.0: ./ org/ org/apache/ org/apache/reef/ org/apache/reef/annotations/ org/apache/reef/annotations/audience/ org/apache/reef/annotations/audience/class-use/ org/apache/reef/annotations/class-use/ org/apac...
dongjoon
2016/06/07
svn commit: r1747338 - /reef/site/apidocs/0.13.0-incubating/
dongjoon
2016/06/07
svn commit: r1747337 - /reef/site/apidocs/0.12.0-incubating/
dongjoon
2016/06/07
svn commit: r1747336 - /reef/site/apidocs/0.11.0-incubating/
dongjoon
2016/06/07
svn commit: r1747335 - /reef/site/apidocs/0.10.0-incubating/
dongjoon
2016/06/07
reef git commit: [REEF-1441] Fix UrlProviderReadsEnvVarConfiguredConfigFileAndParsesCorrectHttpUrl
weimer
2016/06/07
reef git commit: [REEF-1440] Test tasks should not throw NotImplementedException in Dispose
afchung90
2016/06/07
reef git commit: [REEF-1411] Support multiple RMs and other Hadoop distributions
weimer
2016/06/06
reef git commit: [REEF-1373] Convert IClock to an interface
weimer
2016/06/06
reef git commit: [REEF-1420] Dispose IGroupCommClient/Network Service from IMRU tasks
afchung90
2016/06/06
reef git commit: [REEF-1369] Remove obsolete RuntimeClock.RegisterObserver
weimer
2016/06/06
reef git commit: [REEF-1421] Transport Client inner thread is not canceled when the object is disposed
afchung90
2016/06/04
reef git commit: [REEF-1410] Validate Task constructor failure => FailedTask Event
weimer
2016/06/02
reef git commit: [REEF-1414] Condition to EvaluatorExitLogger is inverted for RuntimeStop
weimer
2016/06/01
reef git commit: [REEF-1392] Adding IObserver<ICloseEvent> for IMRU tasks
dhruv
2016/06/01
reef git commit: [REEF-1345] Define IMRU task exceptions
weimer
2016/05/31
reef git commit: [REEF-1403] Deadlock between ContextRuntime.StartTask and HeartBeatManager.OnNext(Alarm)
weimer
2016/05/31
reef git commit: [REEF-1306] Remove OnDriverReconnect from parameter in DriverConfiguration
weimer
2016/05/31
reef git commit: [REEF-1396] Fix testFailureRestart to validate that the restarted Evaluators are received
weimer
2016/05/30
reef git commit: [REEF-1409] Upgrade HDP2.4 docker image to use 2.4.2 repository
johnyangk
2016/05/26
reef git commit: [REEF-1398] Update version to 0.16.0-SNAPSHOT
weimer
Earlier messages
Later messages