- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我在 Linux 上使用 PostgreSQL9.0。我正在尝试使用 java 进行故障转移。因此,我能够创建触发器文件。但是在创建触发器文件后,Postgres 服务器停止了。我认为有人正在杀死服务器进程。在 pg_log 中它是这样写的:--
2011-11-16 15:25:18 ETC/GMT LOG: startup process (PID 32542) was terminated by signal 6: Aborted
2011-11-16 15:25:18 ETC/GMT LOG: terminating any other active server processes
2011-11-16 15:25:18 ETC/GMT DEBUG: sending SIGQUIT to process 32546
2011-11-16 15:25:18 ETC/GMT DEBUG: sending SIGQUIT to process 32547
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: reaping dead processes
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: reaping dead processes
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(1): 3 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(1): 3 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: exit(1)
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: logger shutting down
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(0): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(0): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: exit(0)
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
并且由于关闭服务器,它无法作为主服务器出现,仍处于恢复模式。
当我手动使用 pg_ctl 启动 postgres 服务器时,备用服务器进入生产模式。
请告诉我我应该怎么做才能解决这个问题。谁在向 postmaster 发送 SIGHQUIT 信号?
这是日志:
2011-11-16 15:25:12 ETC/GMT DEBUG: executing restore command "cp /data/PostgreSQL/testdata/archive/000000030000000000000008 "pg_xlog/RECOVERYXLOG""
cp: cannot stat `/data/PostgreSQL/testdata/archive/000000030000000000000008': No such file or directory
2011-11-16 15:25:12 ETC/GMT DEBUG: could not restore file "000000030000000000000008" from archive: return code 256
2011-11-16 15:25:12 ETC/GMT DEBUG: could not open file "pg_xlog/000000030000000000000008" (log file 0, segment 8): No such file or directory
2011-11-16 15:25:14 ETC/GMT DEBUG: skipping restartpoint, already performed at 0/8000020
2011-11-16 15:25:18 ETC/GMT DEBUG: find_in_dynamic_libpath: trying "/data/PostgreSQL/lib/postgresql/libpqwalreceiver"
2011-11-16 15:25:18 ETC/GMT DEBUG: find_in_dynamic_libpath: trying "/data/PostgreSQL/lib/postgresql/libpqwalreceiver.so"
2011-11-16 15:25:18 ETC/GMT FATAL: could not connect to the primary server: could not connect to server: Connection refused
Is the server running on host "172.168.1.28" and accepting
TCP/IP connections on port 5433?
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(1): 5 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(1): 2 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: exit(1)
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: reaping dead processes
2011-11-16 15:25:18 ETC/GMT DEBUG: executing restore command "cp /data/PostgreSQL/testdata/archive/000000030000000000000008 "pg_xlog/RECOVERYXLOG""
cp: cannot stat `/data/PostgreSQL/testdata/archive/000000030000000000000008': No such file or directory
2011-11-16 15:25:18 ETC/GMT DEBUG: could not restore file "000000030000000000000008" from archive: return code 256
2011-11-16 15:25:18 ETC/GMT PANIC: could not open file "pg_xlog/000000030000000000000008" (log file 0, segment 8): Permission denied
2011-11-16 15:25:18 ETC/GMT DEBUG: reaping dead processes
2011-11-16 15:25:18 ETC/GMT LOG: startup process (PID 32542) was terminated by signal 6: Aborted
2011-11-16 15:25:18 ETC/GMT LOG: terminating any other active server processes
2011-11-16 15:25:18 ETC/GMT DEBUG: sending SIGQUIT to process 32546
2011-11-16 15:25:18 ETC/GMT DEBUG: sending SIGQUIT to process 32547
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: reaping dead processes
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: reaping dead processes
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(1): 3 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(1): 3 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: exit(1)
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: logger shutting down
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(0): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(0): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: exit(0)
2011-11-16 15:25:18 ETC/GMT DEBUG: shmem_exit(-1): 0 callbacks to make
2011-11-16 15:25:18 ETC/GMT DEBUG: proc_exit(-1): 0 callbacks to make
最佳答案
因此查看您的日志,来自主服务器的日志传送似乎存在问题:
2011-11-16 15:25:12 ETC/GMT DEBUG: executing restore command "cp /data/PostgreSQL/testdata/archive/000000030000000000000008 "pg_xlog/RECOVERYXLOG"" cp: cannot stat `/data/PostgreSQL/testdata/archive/000000030000000000000008': No such file or directory
2011-11-16 15:25:18 ETC/GMT DEBUG: could not restore file "000000030000000000000008" from archive: return code 256
2011-11-16 15:25:18 ETC/GMT PANIC: could not open file "pg_xlog/000000030000000000000008" (log file 0, segment 8): Permission denied 2011-11-16
您确定日志文件已从服务器正确复制并且可由本地 postgres 进程读取/写入吗?我会验证这一点。
我看到的另一个错误(我不熟悉,似乎是自从我上次设置备用服务器后他们添加的东西)是这样的:
15:25:18 ETC/GMT FATAL: could not connect to the primary server: could not connect to server: Connection refused Is the server running on host "172.168.1.28" and accepting TCP/IP connections on port 5433?
您确定连接信息正确吗?你能看到主服务器中的传入连接吗?
查看此日志,当您点击触发器文件时,服务器似乎未处于一致状态,这导致服务器在您尝试完成启动序列时关闭。如果您确定日志传送工作正常,您应该能够启动它。希望这会有所帮助。
关于linux - 故障转移在 Postgresql 9.0 中不成功,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8151723/
有人可以解释一下为什么这个脚本不起作用吗? function destroy(ID) { if (confirm("Deleting is a very bad thing! Sure?")
我正在尝试使 WCF Silverlight 故障按此方式工作: MSDN aricle 将 SL 故障添加到我的 Web.config 文件后,我收到以下警告: The element 'behav
这是我要删除的 Haskell 函数 2::Int和 5::Int从列表中: remPrimesFactors25 :: [Int] -> [Int] remPrimesFactors25 [] =
当我想用 ffmpeg 连接和录制两个 mp4 视频时,我遇到了这个问题。我得到的输出是: [concat @ 0x2566e80] DTS 4079 #0:0 (h264 (native) ->
我想在delphi中编写一个程序来模拟以特定速度移动的鼠标指针(类似于AutoIT MouseMove函数)。要么是我的代码错误,要么是 SetCursorPos 在被调用太多次后出现故障。这是我的功
我将“wa、or 和 id”(来自这些州的访问者)设置为重定向到 website1.com - 当我访问该网站时,它会将我重定向到 website1.com(因此它知道我在 WA) 。但如果我将 wa
我们目前正在争论通过 WCF channel 抛出错误与传递指示状态或服务响应的消息是否更好。 故障带有 WCF 的内置支持,您可以使用内置的错误处理程序并做出相应的 react 。然而,这会带来开销
不确定我在这里做错了什么,如果有任何帮助,我们将不胜感激。 尝试创建一个名为“control”的新变量,并在行变量等于这些数字时将其编码为 1,否则编码为 0。 data$control= ifels
我想在应用洞察中记录成功调用的百分比。我看到这篇文章https://learn.microsoft.com/en-us/azure/azure-monitor/app/sampling我认为固定速率采
我正在尝试使用 SVD 和特征分解来使用动态模式分解进行一些数据分析。我遇到了一个简单的问题,即从 Matlab 和 Python 获得不同的结果。我很困惑,不知道为什么 Python 给我错误的结果
This question already has an answer here: mysqli_fetch_assoc() expects parameter / Call to a member
我刚刚开始我的一个实验室,在那里我计算类(class)的 GPA,其信息存储在结构的链接列表中。截至目前,我正在尝试打印所有类(class)信息,以确保它们已正确初始化并添加到链接列表中。 我遇到了一
我正在尝试学习如何使用 visual studio 为 C++ 制作 GUI。但是我在使用 GetWindowText() 函数时遇到了一些问题。它不会将 LPTSTR 标题更改为文本框中的文本,并且
我有一个奇怪的问题。它似乎只出现在测试者的 iPhone 5s 上。它可以在运行最新 iOS (8.3) 的 iPhone 5、6 和 6 plus 上正常运行。 这是代码 -(NSString *)
我正在尝试更新 Core Data 中的一些记录。我正在采取以下步骤来完成它 带谓词的获取函数从核心数据中检索记录 将结果集存储在对象数组中 遍历数组并更新每条记录 调用保存上下文 我遇到了两个问题
我通过 Storyboard设计了 tableView,在一个单元格中我有一个按钮和一个标签。按钮在 Storyboard上有标签 1 和标签在 Storyboard上有标签 2。在 cellForR
我实现了这个方法,当在文本字段中输入了未经授权的字符或已使用的用户名时,向用户发送多个警报 View : func textFieldShouldEndEditing(textField: UITex
伙计们,我在运行程序时遇到了这个非常奇怪的错误。这是重要的代码: 变量(编辑): const short int maxX = 100; const short int maxZ = 100; con
我有这个修改过的 Matrix Javascript 代码,我想摆脱第一次运行的所有与自身重叠的字符串。有人知道我该如何管理吗?另外,我想在我的网页上多次使用此代码,我需要声明新变量,不是吗?但是当我
有谁知道是否有网站(甚至非 Microsoft)有关于 COMExceptions/HRESULTS 的详细信息。 当我尝试在使用 Copy() 函数后保存我的 Excel 工作簿时,我收到此错误:
我是一名优秀的程序员,十分优秀!