Merge branch 'release-5.0'

This commit is contained in:
A.J. Beamon 2017-05-26 15:21:08 -07:00
commit bffa1facb5
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ struct LogStackFunc : InstructionFunc {
for(auto it : entries) {
Tuple tk;
tk.append(it.first);
tk.append(it.second.index);
tk.append((int64_t)it.second.index);
state Standalone<StringRef> pk = tk.pack().withPrefix(prefix);
Standalone<StringRef> pv = wait(it.second.value);
tr->set(pk, pv.substr(0, std::min(pv.size(), 40000)));