1. 13 5月, 2021 6 次提交
    • H
      Docs for new comming v0.13 (#403) · 54beefc0
      Herald Yu 提交于
      * add new quick start guide cover page
      
      * invalidate read buffer after truncate
      
      * no accesslog for truncate (included in setattr)
      
      * use sql database as meta store
      
      * pass simple tests
      
      * use bytes for chunks
      
      * use bytes for chunks
      
      * cleanup trasaction
      
      * cleanup
      
      * add unit test for SQL
      
      * cleanup
      
      * cleanup
      
      * fix build
      
      * use db as meta store
      
      * fix contention
      
      * fix truncate and compaction
      
      * fix contension on counter
      
      * generate id in batch
      
      * fix build
      
      * fix test
      
      * Add basic document structure
      
      * Change the README file in the docs root directory.
      
      * Fix the docs structure to be compatible with existing references.
      
      * Adjust docs table of content
      
      * fix flaky test
      
      * Update cases in docs
      
      * support mysql
      
      * fix ci
      
      * Update Chinese version user quick start guide
      
      * fix flaky test
      
      * test with sqlite3
      
      * Update English version User Quick Start Guide
      
      * add new quick start guide cover page
      
      * Add basic document structure
      
      * Change the README file in the docs root directory.
      
      * Fix the docs structure to be compatible with existing references.
      
      * Adjust docs table of content
      
      * Update cases in docs
      
      * Update Chinese version user quick start guide
      
      * Update English version User Quick Start Guide
      
      * Update docs
      
      * Fix some link errors of docs
      
      * Updata Chinese version docs structure.
      
      * Fix file link errors of introduction in docs
      
      * Update docs
      
      * Update docs
      
      * Update docs
      
      * update docs
      
      * Update docs
      
      * Update docs
      
      * Update docs
      
      * Docs worker (#399)
      
      * Update docs
      
      * Update docs
      
      * Speed up path resolution for Java SDK and S3 gateway using Lua script (#394)
      
      * Add Resolve method to the Meta interface
      
      * Check for success returned errno
      
      * Add function for parsing inode attr
      
      * Add function lookup
      
      * Add function for checking accessibility
      
      * Add functions for packing attr and resolving path
      
      * Avoid unnecessary attr unpacking
      
      * pass unit tests
      
      * add benchmark
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      
      * Update docs structure and content.
      Co-authored-by: NDavies Liu <davies@juicedata.io>
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      
      * Update docs structure and content (#400)
      
      * Update docs
      
      * Update docs
      
      * Speed up path resolution for Java SDK and S3 gateway using Lua script (#394)
      
      * Add Resolve method to the Meta interface
      
      * Check for success returned errno
      
      * Add function for parsing inode attr
      
      * Add function lookup
      
      * Add function for checking accessibility
      
      * Add functions for packing attr and resolving path
      
      * Avoid unnecessary attr unpacking
      
      * pass unit tests
      
      * add benchmark
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      
      * Update docs structure and content.
      
      * Restart transaction on failover (#397)
      
      * Retry transaction on failover
      
      * DISABLE,NOREAD,NOWRITE are sub-type
      
      * Heartbeat should have consistent date format (#396)
      
      * Fix missing error placeholder: 'update session: %!s(<nil>)'
      
      * Heartbeat should have consistent date format
      
      * use UTC for delfile.Expire
      
      * remove limit on number of cached blocks (#401)
      
      * Update en docs
      
      * Docs for 0.13
      Co-authored-by: NDavies Liu <davies@juicedata.io>
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      Co-authored-by: NChangxin Miao <mcx_221@foxmail.com>
      
      * Delete .DS_Store
      
      * remove debug
      
      * remove use cases
      
      * Update docs
      
      * Docs: Update `how_to_setup_object_storage` en version
      
      * Docs: Fixed the problem in PR #403 and updated some content
      
      * Docs: fixed problems
      
      * Docs: fixed broken link
      Co-authored-by: NDavies Liu <davies@juicedata.io>
      Co-authored-by: Nsuzaku <satorulogic@gmail.com>
      Co-authored-by: NChangxin Miao <mcx_221@foxmail.com>
      54beefc0
    • D
      specify updated columns (#406) · f4823b36
      Davies Liu 提交于
      f4823b36
    • D
      show a warning if database latency is over 1ms · b2e6f3a1
      Davies Liu 提交于
      b2e6f3a1
    • D
      rename slice_ref to chunk_ref · 158a8689
      Davies Liu 提交于
      158a8689
    • D
      use timestamp instead of datetime in SQL (#405) · 83845711
      Davies Liu 提交于
      * use timestamp instead of datetime in SQL
      
      * remove tag 'updated'
      83845711
    • S
      simplifies some code (#404) · 877d815c
      Sandy Xu 提交于
      877d815c
  2. 12 5月, 2021 6 次提交
  3. 11 5月, 2021 2 次提交
  4. 10 5月, 2021 2 次提交
  5. 09 5月, 2021 1 次提交
  6. 08 5月, 2021 5 次提交
    • D
      fix flaky test · 45e2e357
      Davies Liu 提交于
      45e2e357
    • S
      Add benchmarks for meta ops (Redis) (#382) · 94a357cf
      Sandy Xu 提交于
      * Move redis benchmark to a standalone file
      
      * Redirect log to a file when testing
      
      * Add BenchmarkDir (mkdir, rename dir, rmdir)
      
      * Add BenchmarkFile (mknod, create, rename, unlink, lookup, getattr, setattr, access)
      
      * Adjusted for SQL meta
      
      * Update benchmarks_test.go
      Co-authored-by: NDavies Liu <davies@juicedata.io>
      94a357cf
    • D
      use bean to generate condition (#384) · ddca6765
      Davies Liu 提交于
      ddca6765
    • D
      improve profiling · 9e53cf97
      Davies Liu 提交于
      sort operations by total duration.
      only pause the replay
      Fit the result with 80 chars
      9e53cf97
    • D
      Use SQL database as meta store (#375) · 7bbae9ce
      Davies Liu 提交于
      * invalidate read buffer after truncate
      
      * no accesslog for truncate (included in setattr)
      
      * use sql database as meta store
      
      * pass simple tests
      
      * use bytes for chunks
      
      * use bytes for chunks
      
      * cleanup trasaction
      
      * cleanup
      
      * add unit test for SQL
      
      * cleanup
      
      * cleanup
      
      * fix build
      
      * use db as meta store
      
      * fix contention
      
      * fix truncate and compaction
      
      * fix contension on counter
      
      * generate id in batch
      
      * fix build
      
      * fix test
      
      * fix flaky test
      
      * support mysql
      
      * fix ci
      
      * fix flaky test
      
      * test with sqlite3
      
      * update column as notnull
      
      * remove passwd
      
      * update metrics
      
      * fix nextInode and deleted files
      7bbae9ce
  7. 07 5月, 2021 4 次提交
  8. 06 5月, 2021 4 次提交
  9. 30 4月, 2021 1 次提交
  10. 28 4月, 2021 3 次提交
  11. 27 4月, 2021 6 次提交