user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 Warning: Initial query:
 %22xcpdb: don%27t warn on --jobs !%3D --reshard%22
 returned no results, used:
 "xcpdb: don't warn on --jobs != --reshard"
 instead

Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] xcpdb: don't warn on --jobs != --reshard
@ 2019-06-16  1:41  7% Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2019-06-16  1:41 UTC (permalink / raw)
  To: meta

It's slightly confusing since we dedicate one job
to dealing with fast-import + SQLite indexing; and
it's not worth complaining about when it happens.
---
 lib/PublicInbox/Admin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/Admin.pm b/lib/PublicInbox/Admin.pm
index 29388ad..6e710cd 100644
--- a/lib/PublicInbox/Admin.pm
+++ b/lib/PublicInbox/Admin.pm
@@ -205,7 +205,7 @@ sub index_inbox {
 				$v2w->{parallel} = 0;
 			} else {
 				my $n = $v2w->{shards};
-				if ($jobs != ($n + 1)) {
+				if ($jobs != ($n + 1) && !$opt->{reshard}) {
 					warn
 "Unable to respect --jobs=$jobs, inbox was created with $n shards\n";
 				}
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-06-16  1:41  7% [PATCH] xcpdb: don't warn on --jobs != --reshard Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).