Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
0861f9034f561b00f4c0c18376b2a78f7ed5e257
« Previous
5e1d8a3
create a code review branch for asterix_stabilization_printerfix
by buyingyi
· 12 years ago
aaaabd4
add more comments
by buyingyi
· 12 years ago
373765e
minor fix
by buyingyi
· 12 years ago
ce18ebf
refactoring and polishing for code review
by buyingyi
· 12 years ago
a23fad9
merge asterix_stabilization r896:960
by buyingyi
· 12 years ago
f3199d7
fix issue208
by buyingyi
· 12 years ago
869aa25
fix issue 205
by buyingyi
· 12 years ago
544eb63
We should print the buffer before recycling it
by madhusudancs
· 12 years ago
93f3bb9
Synchronize reads and writes to not let the reader attempt to read the file before it is written by the writer.
by madhusudancs
· 12 years ago
5a52049
fix issue 201 by a rewriting rule to inline unnest functions
by buyingyi
· 12 years ago
1e4fef7
Reintegrated hyracks_multicomparator_opt. Thanks for the review, Sattam.
by alexander.behm
· 12 years ago
5b029cf
Formatting fixes.
by madhusudancs
· 12 years ago
78eb0c2
Make all the necessary changes or additions to report the data transfer info across the new result distribution socket for the node controller.
by madhusudancs
· 12 years ago
83f33fb
Update the tests to set the IPAddress for result distribution socket.
by madhusudancs
· 12 years ago
b6cd6db5
Update all the imports with the new locations and fix the method calls with argument changes.
by madhusudancs
· 12 years ago
117703a
Complete the implementation of basic DatasetPartitionWriter class to work with the network layer.
by madhusudancs
· 12 years ago
1b6cfde
Update the ResultWriterOperatorDescriptor to work with the new network layer implementation.
by madhusudancs
· 12 years ago
44faf47
Update the implementation of DatasetPartitionManger along with its interface to support the network communication completely.
by madhusudancs
· 12 years ago
586abd7
Create a separate datasetNetworkManager with its own socket (ipaddress and port)
by madhusudancs
· 12 years ago
07c1e8e
Allow TCPEndpoints without listeners by overloading the required methods.
by madhusudancs
· 12 years ago
b7fa154
Teach root pom.xml about the new projects and update the poms in other projects to include the required projects as dependencies.
by madhusudancs
· 12 years ago
69f0819
Implement a network manager for the dataset clients to talk to the result distributing nodes.
by madhusudancs
· 12 years ago
9b0469f
Implement a network input channel for dataset clients to read the results over the network.
by madhusudancs
· 12 years ago
a7ad48d
Implement a separate network manager for result distribution in the NodeController.
by madhusudancs
· 12 years ago
7d57868
Create a new project called hyracks-comm and move the network channel communication related code there.
by madhusudancs
· 12 years ago
7e8e6d5
Create a new project called hyracks-client and move all the dataset api implementation classes into this new project.
by madhusudancs
· 12 years ago
da370f6
Finished implementing performance-optimized MultiComparators.
by alexander.behm
· 12 years ago
672a59c
Created branch for optimizing comparison-heavy index searches with simplified MultiComparators.
by alexander.behm
· 12 years ago
73fd15f
clean up and simplify rules
by buyingyi
· 12 years ago
4482470
fix issue 166
by buyingyi
· 12 years ago
cf040f9
Merged asterix_stabilization r945:r952.
by alexander.behm
· 12 years ago
5913fe5
Merged asterix_stabilization r916:r950.
by alexander.behm
· 12 years ago
146d463
1) Fix Issue 198 (Metadata tests need to be rewritten - added additional tests, cleaned existing)
by RamanGrover29@gmail.com
· 12 years ago
8b7bd7d
refactor static type cast
by buyingyi
· 12 years ago
b2d1694
Improved tokenizer performance by reducing data copies.
by alexander.behm
· 12 years ago
6ad3a9b
Created branch for optimizing tokenizer performance.
by alexander.behm
· 12 years ago
607b7eb
another checkpoint toward making rollback work
by kisskys
· 12 years ago
a76f531
Fixed issue 54 in branch asterix_stabilization_temporal_functionality: added support for importing date, time, datetime and duration from a delimited text file.
by jarodwen
· 12 years ago
d8d558e
minor fix
by buyingyi
· 12 years ago
a5c20db
Reintegrated asterix_lsm_length_filter.
by alexander.behm
· 12 years ago
7927e23
Merged asterix_lsm_stabilization r924:r936.
by alexander.behm
· 12 years ago
vault/asterix_lsm_length_filter
a499706
Fixed compilation issue.
by alexander.behm
· 12 years ago
e2e312b
Added search modifiers that were moved from Asterix.
by alexander.behm
· 12 years ago
99c940d
Moved an inverted index search modifier into hyracks where it belongs.
by alexander.behm
· 12 years ago
ceff47f
checkpoint toward making rollback work
by kisskys
· 12 years ago
2833a11
fixed null pointer exception during undo for rollback
by kisskys
· 12 years ago
7d7c0b4
fix issue 55
by buyingyi
· 12 years ago
85011f4
Small beauty fixes.
by alexander.behm
· 12 years ago
3f2123b
Small fix to set the right dataflow helper factory.
by alexander.behm
· 12 years ago
a9faa61
Added runtime tests for fuzzy selection queries based on length-partitioned inverted indexes.
by alexander.behm
· 12 years ago
a0bf80e
Added different physical operator tag for fuzzy (length-partitioned) inverted indexes.
by alexander.behm
· 12 years ago
89ca03f
Reintegrated hyracks_lsm_length_filter.
by alexander.behm
· 12 years ago
b742e09
Checkpointing progress towards integrating length-partitioned fuzzy indexes into Asterix. Basic bulk load and search seem to work. Needs testing.
by alexander.behm
· 12 years ago
7517db9
fix issue 200(55)
by buyingyi
· 12 years ago
8388fd8
Minor fix.
by alexander.behm
· 12 years ago
a548fe9
Created branch for adding length-partitioned fuzzy indexes to Asterix.
by alexander.behm
· 12 years ago
38c6578
Implemented dataflow components for length-partitioned inverted indexes. Added integration test.
by alexander.behm
· 12 years ago
bbf3930
Changed partitioning field in length-partitioned inverted indexes from integer to short.
by alexander.behm
· 12 years ago
71ffa45
Changed the search algorithm for in-memory length-partitioned inverted indexes to only latch one inverted list at a time.
by alexander.behm
· 12 years ago
676b811
Merged hyracks_lsm_tree r2465:r2483.
by alexander.behm
· 12 years ago
8611a83
Fixed a bug introduced in r2413 that leadto LSM searches being executed as 'try' operations. This caused searchers not to wait for flushes, which violates our current CC protocol, and ultimately lead to hanging threads.
by alexander.behm
· 12 years ago
e3394aa
Add an additional TODO comment for the global dataset directory information.
by madhusudancs
· 12 years ago
c34a385
Replace the per job dataset directory service with a global directory service.
by madhusudancs
· 12 years ago
63231e4
Add the dataset service remote proxy file which I had accidentally missed in the previous commits.
by madhusudancs
· 12 years ago
2eff37f
Remove the debug print statements.
by madhusudancs
· 12 years ago
377b400
Modify the SortMergeTest and the base AbstractTest to use the new result distribution mechanism.
by madhusudancs
· 12 years ago
2890358
Connect the whole get dataset directory service info and get result locations path from the client through the ClusterController by implementing the necessary RPC interfaces.
by madhusudancs
· 12 years ago
8c2c4c4
Connect the whole register result generating partition path from the NodeController through the ClusterController by implementing the necessary RPC interfaces.
by madhusudancs
· 12 years ago
ddea760
Register the per application DatasetDirectoryService with the JobRun when the job starts.
by madhusudancs
· 12 years ago
3e22d90
Create a DatasetDirectoryService per application in the application context.
by madhusudancs
· 12 years ago
68a18f5
Implement a basic ResultWriterOperatorDescriptor.
by madhusudancs
· 12 years ago
a049867
Create dataset partition manager at the time of instantiation of NodeControllerService and implement the methods for obtaining that from the task context.
by madhusudancs
· 12 years ago
5142c92
Implement the work classes for the RPCs for getting directory service info, getting the result partition locations and the node controller registering the result generating partitions.
by madhusudancs
· 12 years ago
b9f0729
Implement the core DatasetDirectoryService class.
by madhusudancs
· 12 years ago
ec9a3fd
Implement the core basics of the per node controller dataset partition manager and writer.
by madhusudancs
· 12 years ago
9b57e9e
Implement the basic API required for dataset result distribution.
by madhusudancs
· 12 years ago
2a8d891
fix issue 134
by buyingyi
· 12 years ago
23055f7
Implemented length-partitioned LSM inverted index. Still some cleanup needed.
by alexander.behm
· 12 years ago
5161d80
Implemented in-memory component for length-partitioned inverted indexes.
by alexander.behm
· 12 years ago
2407a65
remove serialize ID, otherwise test write/serialize fails
by buyingyi
· 12 years ago
13e7127
clean up several warnings
by buyingyi
· 12 years ago
6db1b29
clean up printers -- remove serialiID to avoid warnings
by buyingyi
· 12 years ago
de727c0
fix issue 29
by buyingyi
· 12 years ago
dcfc5a3
integrate list printer visitors
by buyingyi
· 12 years ago
0a61815
integrate the record printer visitor
by buyingyi
· 12 years ago
8a3e3c0
Fixed a bug in BTree indexed NL joins. The bug surfaced in a query with multiple index rewrites (primary index search feeding into a secondary indexed NL join).
by alexander.behm
· 12 years ago
ff528ab
Refactored code for better sharing. Added new test for on-disk component of length-partitioned inverted index.
by alexander.behm
· 12 years ago
f7cd295
Merged hyracks_lsm_tree r2452:r2463.
by alexander.behm
· 12 years ago
f1304de
Merged asterix_stabilization r889:r914.
by alexander.behm
· 12 years ago
9082864
Ignored non-source controlled files
by vinayakb
· 12 years ago
0e13a7d
Implemented bulk loading and basic search for the on-disk components of length-partitioned inverted indexes.
by alexander.behm
· 12 years ago
e1c8e2b
merged asterix_stabilization -r 860:906 to asterix_lsm_stabilization
by kisskys
· 12 years ago
30f655a
merged hyracks_asterix_stabilization -r 2431:2450 to hyracks_lsm_tree
by kisskys
· 12 years ago
b353b6d
changes of adding missing merge piece for reflecting index nested loop join
by kisskys
· 12 years ago
251e961
Fixed pregelix tests to use INCApplicationEntryPoint. Fixed BTree example to use INCApplicationEntryPoint. Fixed POMs to have versions for all plugins
by vinayakb
· 12 years ago
8480793
Fixed pregelix tests to use INCApplicationEntryPoint. Fixed BTree example to use INCApplicationEntryPoint. Fixed POMs to have versions for all plugins
by vinayakb
· 12 years ago
0255f41
Made fields optional
by vinayakb
· 12 years ago
85e97dc
merged asterix_stabilization -r755:860 to asterix_lsm_stabilization
by kisskys
· 12 years ago
bc3cf1c
changes to handle null pointer exception when creating OPTracker
by kisskys
· 12 years ago
a36464e
Merged resolution for issue 220:Incorrect use of transaction id in AqlMetadataProvider
by RamanGrover29@gmail.com
· 12 years ago
Next »