Sam Hughes

Results 129 comments of Sam Hughes

I'm currently working on this. Here's what I've got for the configure line: ``` ./configure \ MSBUILD='/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/msbuild.exe' \ VCVARSALL='/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvarsall.bat' ``` It seems...

That problem in `with_vs_env` was fixed by making the `cmd` call explicitly cd to the current working directory. The next build failure is that gclient sync fails. ``` + pkg_depends_env...

@lonnietc Is this 64 the maximum number of shards for a table? Changing the limit would not affect any users other than those which choose to use that many shards....

For what it's worth, the server-side code for this limit is this line: https://github.com/rethinkdb/rethinkdb/blob/v2.4.x/src/clustering/administration/tables/generate_config.cc#L74 So, you could set that to a larger value, and then recompile RethinkDB, update your cluster...

I am so unfamiliar with what the database market in 2023 is like I don't know what to suggest.

Pointing at v2.4.x in anticipation of making that the new main branch of this repo. I intend to revisit this after v2.4.2 is released.

Reformatted backtrace, replacing \n's: ``` 1 [0xcf0200]: backtrace_t::backtrace_t() at ??:? 2 [0xcf0560]: format_backtrace(bool) at ??:? 3 [0x9d090f]: report_fatal_error(char const*, int, char const*, ...) at ??:? 4 [0x9fa084]: leaf::prepare_space_for_new_entry(value_sizer_t*, leaf_node_t*, btree_key_t...

@dpineiden Either there is a bug in RethinkDB that caused an incorrectly updated block, or there is was memory corruption or disk corruption. This error hasn't been reported before, but...

Yeah, I don't have much info for you beyond that. Since 65500 is in binary, 1111111111011100, and it's a 16-bit value (either the `frontmost` field on the leaf node or...

They'd be in the source repo already. I'd love to get that implemented.