Skip to content

Commit 0c5a236

Browse files
authored
Merge pull request #34 from mongodb-labs/blagoev/fix-notify-phase
PERF-7381 Fix NOTIFY_PHASE_END_PATH filename
2 parents 734cd28 + 61d6848 commit 0c5a236

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd ~/py-tpcc/pytpcc
3939
~/py-tpcc/pytpcc$ python ./tpcc.py --print-config mongodb > mongodb.config
4040
```
4141

42-
4. Edit the configuraiton for Postgres in the mongodb.config.
42+
4. Edit the configuration for Postgres in the mongodb.config.
4343
* Change shards to the number of `shards`
4444
* Change the mongodb connection `uri` string
4545
* Change the database `name`

pytpcc/tpcc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ def getDrivers():
101101

102102
## ==============================================
103103
## startLoading.
104-
# This intentionally uses multiprocess pool and intentionally stats new processes for each batch
105-
# becuase for long running, many hour long loads, the connection between the child process and the parent process is lost
106-
# and the parent block indefinitelly waiting for the result.
104+
# This intentionally uses multiprocess pool and intentionally starts new processes for each batch
105+
# because for long running, many hour long loads, the connection between the child process and the parent process is lost
106+
# and the parent process blocks indefinitelly waiting for the result.
107107
## ==============================================
108108
def startLoading(driverClass, scaleParameters, args, config):
109109
"""

0 commit comments

Comments
 (0)