concourse icon indicating copy to clipboard operation
concourse copied to clipboard

Distributed database warehouse for transactions, search and analytics across time.

Results 58 concourse issues
Sort by recently updated
recently updated
newest added

While setting up Concourse in Windows, two issues were observed which are detailed below. 1) In the gradle file of the main project, the getVersion() giving an issue in Windows....

In the `starting` method of the TestWatcher, change the impl to this ``` java server = ManagedConcourseServer.manageNewServer(new File(ConcourseCodebase.cloneFromGithub().buildInstaller())); ``` NOTE: I tried this already but it seems like there are...

``` [default/cash]$ add "baz", 10, 1 Returned 'true' in 0.011 sec [default/cash]$ add "baz", 9, 1 Returned 'true' in 0.012 sec [default/cash]$ add "baz", 9, 2 Returned 'true' in 0.01...

bug

When writing code that uses transactions, applications need to keep track of whether the client they are using is in a transaction so that they don't accidentally start a new...

The `add`, `set` and `remove` methods have a signature with order `key, value, record` The `link` and `unlink` methods have a signature with order `key, source, destination` it would probably...

The Import framework allows people to specify a resolve key to find existing records where data should be placed. Now that the `findOrInsert` method exists, extend the Import framework to...

enhancement

http://blog.sokolenko.me/2014/11/javavm-options-production.html

enhancement

Use vagrant to setup an env with PHP 5.6 to checkout the code and run the unit tests. This is necessary to ensure that the logic for handling 64-bit pack/unpack...

enhancement
task

Similar to CON-237 Need to profile what slow downs may (or may not) be occurring with G1GC (in Java 8...not Java 7) and optimize where necessary.

- allow transformer on command line of import cli by providing the path to a groovy script - allow transformer on command line of import cli by providing the fully...