-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix race conditions in bulk loader and export #3697
Commits on Jun 28, 2019
-
Removing the first empty line and comma in the json output
Lucas Wang committedJun 28, 2019 Configuration menu - View commit details
-
Copy full SHA for f10183e - Browse repository at this point
Copy the full SHA f10183eView commit details
Commits on Jun 29, 2019
-
Moved the separator logic into the Send function, since the KeyToList…
… is called concurrently, and adding locks to protect the counter would be too expensive
Lucas Wang committedJun 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 64988bf - Browse repository at this point
Copy the full SHA 64988bfView commit details
Commits on Jul 17, 2019
-
Merge branch 'master' into gitlw/fix_export
Lucas Wang committedJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for e2640f8 - Browse repository at this point
Copy the full SHA e2640f8View commit details -
When there are multiple files specified for bulk loader, the existenc…
…e validation should be run on individual files
Lucas Wang committedJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 996ec6c - Browse repository at this point
Copy the full SHA 996ec6cView commit details -
Merge branch 'gitlw/bl_multiple_files' into gitlw/fix_export
Lucas Wang committedJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 37ba9b9 - Browse repository at this point
Copy the full SHA 37ba9b9View commit details -
Fixing the export to not use shared exporter variable
Lucas Wang committedJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 4d96ba6 - Browse repository at this point
Copy the full SHA 4d96ba6View commit details -
Merge branch 'master' into gitlw/fix_export
Lucas Wang committedJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for e0985be - Browse repository at this point
Copy the full SHA e0985beView commit details -
Lucas Wang committed
Jul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 120156b - Browse repository at this point
Copy the full SHA 120156bView commit details
Commits on Jul 19, 2019
-
Fix race conditions in the bulk loader since StreamWriter.Write is no…
…t thread-safe
Lucas Wang committedJul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for c703db2 - Browse repository at this point
Copy the full SHA c703db2View commit details -
Merge branch 'gitlw/fix_export' into gitlw/fix_race_conditions
Lucas Wang committedJul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 170f8bb - Browse repository at this point
Copy the full SHA 170f8bbView commit details -
Lucas Wang committed
Jul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for a35899b - Browse repository at this point
Copy the full SHA a35899bView commit details -
remove parallelism in encodeANdWrite
Lucas Wang committedJul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 10bdf8a - Browse repository at this point
Copy the full SHA 10bdf8aView commit details -
Merge branch 'gitlw/fix_export' into gitlw/fix_race_conditions
Lucas Wang committedJul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for d454ea0 - Browse repository at this point
Copy the full SHA d454ea0View commit details -
Merge branch 'master' into gitlw/fix_race_conditions
Lucas Wang committedJul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for cea9d1e - Browse repository at this point
Copy the full SHA cea9d1eView commit details -
Removed the unnecessary comments
Lucas Wang committedJul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for a6d561d - Browse repository at this point
Copy the full SHA a6d561dView commit details -
Lucas Wang committed
Jul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 07a94af - Browse repository at this point
Copy the full SHA 07a94afView commit details -
Merge branch 'master' into gitlw/fix_race_conditions
Lucas Wang committedJul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 7122091 - Browse repository at this point
Copy the full SHA 7122091View commit details