l***@googlecode.com
2013-05-03 06:55:19 UTC
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 164 by ***@gmail.com: leveldb writes blocks occassionarily
http://code.google.com/p/leveldb/issues/detail?id=164
What steps will reproduce the problem?
1. download and compile leveldb-1.9.0
2. write a test program test.cpp(in attachment), which makes only Put()
operations.
3. compile and run the test
What is the expected output? What do you see instead?
All write operations should be quick enougth(less than 100ms), there should
not print any slow log.
Here the outputs:
nums: 1000
83: slow log: 7151.075
169: slow log: 106.461
403: slow log: 393.466
487: slow log: 112.986
563: slow log: 117.801
the slowest write operation takes 7151.075 ms!
What version of the product are you using? On what operating system?
Linux xen05.wd.corp.qihoo.net 2.6.18-164.el5xen #1 SMP Thu Sep 3 04:03:03
EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
Please provide any additional information below.
How to compile test.cpp: g++ test.cpp
-I../leveldb-1.9.0/include ../leveldb-1.9.0/libleveldb.a -pthread
Run it: ./a.out
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 164 by ***@gmail.com: leveldb writes blocks occassionarily
http://code.google.com/p/leveldb/issues/detail?id=164
What steps will reproduce the problem?
1. download and compile leveldb-1.9.0
2. write a test program test.cpp(in attachment), which makes only Put()
operations.
3. compile and run the test
What is the expected output? What do you see instead?
All write operations should be quick enougth(less than 100ms), there should
not print any slow log.
Here the outputs:
nums: 1000
83: slow log: 7151.075
169: slow log: 106.461
403: slow log: 393.466
487: slow log: 112.986
563: slow log: 117.801
the slowest write operation takes 7151.075 ms!
What version of the product are you using? On what operating system?
Linux xen05.wd.corp.qihoo.net 2.6.18-164.el5xen #1 SMP Thu Sep 3 04:03:03
EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
Please provide any additional information below.
How to compile test.cpp: g++ test.cpp
-I../leveldb-1.9.0/include ../leveldb-1.9.0/libleveldb.a -pthread
Run it: ./a.out
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.