Commit Graph

  • d0d13ebf67 fix bug in db_crashtest.py Shusen Liu 2015-10-20 11:31:27 -0700
  • 01a41af0ae Merge remote-tracking branch 'upstream/master' Vasili Svirski 2015-10-21 07:52:10 +0400
  • 5678c05d86 Use DEBUG_LEVEL=0 in make release and make clean Yueh-Hsuan Chiang 2015-10-20 17:09:09 -0700
  • ac25fe6b9a Merge pull request #779 from yuslepukhin/optimize_windows_build Siying Dong 2015-10-20 16:32:21 -0700
  • e154ee0863 Do not build test only code and unit tests in Release builds Test code errors are currently blocking Windows Release builew We do not want spend time building in Release what we can not run We want to eliminate a source of most frequent errors when people check-in test only code which can not be built in Release. This feature will work only if you invoke msbuild against rocksdb.sln Invoking it against ALL_BUILD target will attempt to build everything. Dmitri Smirnov 2015-10-20 13:35:08 -0700
  • cd3286faea Error while cmake by building from zip-archive Vasili Svirski 2015-10-20 22:27:48 +0400
  • e3d4e14075 DBCompactionTestWithParam.ManualCompaction to verify block cache is not filled in manual compaction sdong 2015-10-19 23:40:15 -0700
  • 033c6f1add T7916298, bug fix Shusen Liu 2015-10-19 20:58:38 -0700
  • 7717ad1afe Adding artifacts to stress_crash CI job krad 2015-10-19 20:13:14 -0700
  • 0bf656b904 Don't spew warnings when flint doesn't exist Igor Canadi 2015-10-19 18:47:59 -0700
  • 6d6776f6b8 Log more information for the add file with overlapping range failure sdong 2015-10-19 13:07:05 -0700
  • 7951b9b079 make field order match initialization order Praveen Rao 2015-10-19 17:03:01 -0700
  • 90228bb088 Merge pull request #771 from maximecaron/patch-1 Siying Dong 2015-10-19 15:26:22 -0700
  • 2938c5c137 merge upstream changes Praveen Rao 2015-10-19 15:21:33 -0700
  • e3b1d23d3e Bump version to 4.2 Islam AbdelRahman 2015-10-19 15:05:59 -0700
  • a7b2bedfb0 log_{reader,write}: recyclable record format Sage Weil 2015-10-19 17:24:05 -0400
  • 4e07c99a9a Fix iOS build Igor Canadi 2015-10-19 13:40:44 -0700
  • 0c59691dde Handle multiple batches in single log record - allow app to return a new batch + allow app to return corrupted record status Praveen Rao 2015-10-19 13:27:40 -0700
  • 32c291e3c9 Merge branch 'master' of github.com:facebook/rocksdb into T7916298 Shusen Liu 2015-10-19 13:25:39 -0700
  • 4575de5b9e #7916298: merge tools/db_crashtest2.py into tools/db_crashtest.py Shusen Liu 2015-10-19 11:43:14 -0700
  • 5c727de6a3 Merge pull request #777 from yuslepukhin/fix_win_build_uint Igor Canadi 2015-10-19 13:23:41 -0700
  • cfaa33f9a5 Update transaction iterator documentation agiardullo 2015-10-19 12:40:15 -0700
  • 2f680ed094 Make index same type as auto deduced uint32_t Dmitri Smirnov 2015-10-19 12:29:11 -0700
  • 09f853550c uint is a not a datatype on windows. Dmitri Smirnov 2015-10-19 11:28:22 -0700
  • ec1f8354a9 Fix the default assignment of DEBUG_LEVEL in Makefile Yueh-Hsuan Chiang 2015-10-19 11:26:12 -0700
  • f18acd8875 Fixed the clang compilation failure Alexey Maykov 2015-10-19 10:34:55 -0700
  • 4104e9bb67 log_reader: introduce kBadHeader; drop wal mode from ReadPhysicalRecord Sage Weil 2015-10-12 17:04:33 -0400
  • 9c33f64d19 log_reader: pass in WALRecoveryMode instead of bool report_eof_inconsistency Sage Weil 2015-10-02 15:53:59 -0400
  • 7188052107 db_test_util: add recycle_log_files to set of tested options Sage Weil 2015-10-01 17:14:20 -0400
  • 3ac13c99d1 log_reader: pass log_number and optional info_log to ctor Sage Weil 2015-10-08 13:06:16 -0400
  • 5830c699f2 log_writer: pass log number and whether recycling is enabled to ctor Sage Weil 2015-10-08 13:07:15 -0400
  • 666376150c db_impl: recycle log files Sage Weil 2015-10-01 09:12:04 -0400
  • d666225a0a db_impl: disable recycle_log_files if WAL archive is enabled Sage Weil 2015-09-28 15:29:31 -0400
  • 543c12ab06 options: add recycle_log_file_num option Sage Weil 2015-10-07 21:06:28 -0400
  • 1bcafb62f4 env: add ReuseWritableFile Sage Weil 2015-10-07 22:11:09 -0400
  • e1a09a7703 Implementation for GetPropertiesOfTablesInRange Alexey Maykov 2015-10-13 14:24:45 -0700
  • ad471453e8 Allow GetProperty to report the number of currently running flushes / compactions. Yueh-Hsuan Chiang 2015-10-17 00:16:36 -0700
  • 277dea78f0 Add more kill points sdong 2015-10-16 14:33:47 -0700
  • a98fbacfa0 Moving memtable related files from util to a new directory memtable Venkatesh Radhakrishnan 2015-10-16 14:10:33 -0700
  • 8f143e03fb Add ClearSnapshot() Jay Edgar 2015-10-15 15:37:23 -0700
  • f9ba79ecd6 crash_test to trigger fail points other than file appending more frequently sdong 2015-10-15 15:39:58 -0700
  • 2f2de338cc Run ROCKSDB_LITE tests in travis Islam AbdelRahman 2015-10-16 10:47:37 -0700
  • 680156ca61 crash_test to run with data sync on sdong 2015-10-14 13:55:10 -0700
  • e1a5ff857b Allow users to disable some kill points in db_stress sdong 2015-10-14 14:08:50 -0700
  • d306a7ea85 Merge pull request #773 from yuslepukhin/update_requirements Islam AbdelRahman 2015-10-15 13:52:31 -0700
  • bb64d6da46 Disabling TSAN crash test krad 2015-10-15 13:40:55 -0700
  • 8c2fe68fd2 Update 4 is required for building with MS Visual Studio 13 Dmitri Smirnov 2015-10-15 11:06:02 -0700
  • 952ad994a9 Fix db_test under ROCKSDB_LITE Islam AbdelRahman 2015-10-15 10:59:31 -0700
  • 6d730b4ae7 Block tests under ROCKSDB_LITE Islam AbdelRahman 2015-10-15 10:51:00 -0700
  • 5eee1ef2dd Merge pull request #770 from Vaisman/master Siying Dong 2015-10-15 10:11:08 -0700
  • 63e507c59c Move ldb and sst_dump from utils to tools. Venkatesh Radhakrishnan 2015-10-14 17:08:28 -0700
  • dae49e829e Make DBTest.ReadLatencyHistogramByLevel more robust sdong 2015-10-14 15:13:46 -0700
  • 92060b2153 Fix build error using Visual Studio 12 Maxime Caron 2015-10-14 16:05:55 -0700
  • 9f7413502c Error while cmake by building from zip-archive Vasili Svirski 2015-10-15 00:47:09 +0400
  • b81b2ec25d Fix benchmarks under ROCKSDB_LITE Islam AbdelRahman 2015-10-14 12:43:00 -0700
  • e587dbe03a Move manual_compaction_test.cc from util to db Venkatesh Radhakrishnan 2015-10-14 11:06:27 -0700
  • 666fb5df43 Remove DefaultCompactionFilterFactory. sdong 2015-10-13 17:26:14 -0700
  • d662b8dab5 Merge pull request #766 from PraveenSinghRao/lockfix Siying Dong 2015-10-14 10:07:17 -0700
  • f55d3009c0 Make db_test_util compile under ROCKSDB_LITE Islam AbdelRahman 2015-10-13 17:33:23 -0700
  • 29a47cd2b8 Include the time unit in the comment of perf_context timers Yueh-Hsuan Chiang 2015-10-13 17:24:13 -0700
  • 2b925ccb43 Correct the comments in db/internal_stats.h Yueh-Hsuan Chiang 2015-10-13 17:23:40 -0700
  • 35ad531be3 Seperate InternalIterator from Iterator sdong 2015-10-12 15:06:38 -0700
  • 91c041e578 move debug variable under ifndef Praveen Rao 2015-10-13 14:28:11 -0700
  • 198ed58980 Merge pull request #760 from jwlent55/use-static-library-header-files Yueh-Hsuan Chiang 2015-10-13 11:13:14 -0700
  • cc4d13e0a8 Put wal_filter under #ifndef ROCKSDB_LITE Praveen Rao 2015-10-13 11:10:14 -0700
  • 385b416008 Merge pull request #764 from dmittendorf/fix-java-static-packaging Yueh-Hsuan Chiang 2015-10-13 11:06:48 -0700
  • 7062d0ea68 Make perf_context.db_mutex_lock_nanos and db_condition_wait_nanos only measures DB Mutex Yueh-Hsuan Chiang 2015-10-13 10:41:48 -0700
  • 1fe78a4073 Fix tests failing in ROCKSDB_LITE Islam AbdelRahman 2015-10-13 10:32:05 -0700
  • a6efefef79 Fix format specifiers Praveen Rao 2015-10-12 19:20:09 -0700
  • f7b2a7b40b Fix format specifiers Praveen Rao 2015-10-12 18:55:46 -0700
  • 7f58ff7c31 Remove db_impl_debug from release build Islam AbdelRahman 2015-10-12 17:35:43 -0700
  • 1ddd91cd2c Fixed packaging of java crossbuild jar by forcing all compiled binaries to be output to the java/target directory. The uber crossbuild jar is then assembled within the java/target directory. dmittendorf 2015-10-12 20:29:58 -0400
  • eb24178553 merge from master Praveen Rao 2015-10-12 17:24:21 -0700
  • c64ae05b1c Move TEST_NewInternalIterator to NewInternalIterator Islam AbdelRahman 2015-10-12 17:22:37 -0700
  • 59a0c219bb Adding log filter to inspect and filter log records on recovery Praveen Rao 2015-10-12 17:03:03 -0700
  • 0be50ed12c Merge pull request #763 from PraveenSinghRao/lockfix Igor Canadi 2015-10-12 16:03:04 -0700
  • a1d37602a0 Fixing mutex to not use unique_lock Praveen Rao 2015-10-12 15:41:20 -0700
  • 9e819d0963 Modify the way java static builds are done so that: 1) There is no need to download and install the compression libraries twice just to get access to their header files during the compile phase. 2) Ensure that the compression library headers files used during the compile phase are the same ones used to build the static library that is linked into the library. James Lent 2015-10-11 00:12:25 -0400
  • f1fdf5205b Clean up dependency: Move db_test_util.* to db directory Venkatesh Radhakrishnan 2015-10-12 13:05:42 -0700
  • 2379944093 Fixed an incorrect replace of const value in util/options_helper.cc Yueh-Hsuan Chiang 2015-10-11 17:40:50 -0700
  • 0bb8ea56be [RocksDB Options File] Add TableOptions section and support BlockBasedTable Yueh-Hsuan Chiang 2015-10-11 12:17:42 -0700
  • 4a7970d751 Modify the way java static builds are done so that: 1) There is no need to download and install the compression libraries twice just to get access to their header files during the compile phase. 2) Ensure that the compression library headers files used during the compile phase are the same ones used to build the static library that is linked into the library. James Lent 2015-10-11 00:12:25 -0400
  • c4366165e7 Merge pull request #759 from jwlent55/statically-load-compression-libraries Yueh-Hsuan Chiang 2015-10-09 20:03:39 -0700
  • fa4b5b3db8 Fix for the travis build caused by my previous commit Alexey Maykov 2015-10-09 19:30:58 -0700
  • 3d07b815f6 Passing table properties to compaction callback Alexey Maykov 2015-09-15 09:03:08 -0700
  • 64546af83e Adding parser to CI jobs krad 2015-10-09 17:54:20 -0700
  • def74f8763 Deferred snapshot creation in transactions agiardullo 2015-09-28 12:12:17 -0700
  • c5f3707d42 DisableIndexing() for Transactions agiardullo 2015-10-09 13:31:10 -0700
  • 776bd8d5eb Pass column family ID to table property collector sdong 2015-10-08 16:57:35 -0700
  • 5a7222782a Ensure that the compression libraries are statically linked into dynamic libraries included in the Java jar. Also build the linux libraries using the portable flag to fix a problem with the linux32 build and improve the general portability of the RocksDB dynamic libraries. ==> linux32: util/crc32c.cc:318:39: error: ‘_mm_crc32_u64’ was not declared in this scope James Lent 2015-10-09 14:41:40 -0400
  • e61d9c1484 Make DBTest.AggregatedTableProperties more deterministic sdong 2015-10-08 18:00:47 -0700
  • b77eb16aba New Manifest format to allow customized fields in NewFile. sdong 2015-10-02 17:32:46 -0700
  • 6732a5765d Merge pull request #756 from viveknelamangala/master Igor Canadi 2015-10-08 15:00:05 -0700
  • a52888ed00 Install snappy headers to standard locations using yum, so that build_tools/build_detect_platform sets -DSNAPPY flag to g++ . Current jars of rocksdb do no have snappy compression avaliable . Vivek Nelamangala 2015-10-08 14:52:22 -0700
  • 831101b5fa Make it harder for users to run debug builds in production Igor Canadi 2015-10-08 14:11:32 -0700
  • 000836a880 CompactionFilter::Context to contain column family ID sdong 2015-10-07 18:10:39 -0700
  • 3a0bf873b5 Change RocksDB version to 4.1 Yueh-Hsuan Chiang 2015-10-08 11:15:18 -0700
  • 77318ee14b Enable crash CI jobs krad 2015-10-08 10:13:01 -0700
  • 9803e0d813 compaction_filter.h cleanup Igor Canadi 2015-10-08 09:32:50 -0700
  • 51fa7ecec5 Bytes read/written from cache statistics Islam AbdelRahman 2015-10-07 15:17:20 -0700